Skip navigation links


oracle.iam.sod.registration.jaxb
Class AttrSoD

java.lang.Object
  extended by oracle.iam.sod.registration.jaxb.AttrSoD


public class AttrSoD
extends java.lang.Object

Java class for AttrSoD complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttrSoD">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/registration}Validation" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sourceIdMAttrName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isSourceKey" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isKey" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="dutyType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AttrSoD()
           

 

Method Summary
 java.lang.String getDutyType()
          Gets the value of the dutyType property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getSourceIdMAttrName()
          Gets the value of the sourceIdMAttrName property.
 java.lang.String getType()
          Gets the value of the type property.
 Validation getValidation()
          Gets the value of the validation property.
 java.lang.Boolean isIsKey()
          Gets the value of the isKey property.
 java.lang.Boolean isIsSourceKey()
          Gets the value of the isSourceKey property.
 void setDutyType(java.lang.String value)
          Sets the value of the dutyType property.
 void setIsKey(java.lang.Boolean value)
          Sets the value of the isKey property.
 void setIsSourceKey(java.lang.Boolean value)
          Sets the value of the isSourceKey property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSourceIdMAttrName(java.lang.String value)
          Sets the value of the sourceIdMAttrName property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setValidation(Validation value)
          Sets the value of the validation property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttrSoD

public AttrSoD()

Method Detail

getValidation

public Validation getValidation()
Gets the value of the validation property.
Returns:
possible object is Validation

setValidation

public void setValidation(Validation value)
Sets the value of the validation property.
Parameters:
value - allowed object is Validation

getType

public java.lang.String getType()
Gets the value of the type property.
Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is String

getSourceIdMAttrName

public java.lang.String getSourceIdMAttrName()
Gets the value of the sourceIdMAttrName property.
Returns:
possible object is String

setSourceIdMAttrName

public void setSourceIdMAttrName(java.lang.String value)
Sets the value of the sourceIdMAttrName property.
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

isIsSourceKey

public java.lang.Boolean isIsSourceKey()
Gets the value of the isSourceKey property.
Returns:
possible object is Boolean

setIsSourceKey

public void setIsSourceKey(java.lang.Boolean value)
Sets the value of the isSourceKey property.
Parameters:
value - allowed object is Boolean

isIsKey

public java.lang.Boolean isIsKey()
Gets the value of the isKey property.
Returns:
possible object is Boolean

setIsKey

public void setIsKey(java.lang.Boolean value)
Sets the value of the isKey property.
Parameters:
value - allowed object is Boolean

getDutyType

public java.lang.String getDutyType()
Gets the value of the dutyType property.
Returns:
possible object is String

setDutyType

public void setDutyType(java.lang.String value)
Sets the value of the dutyType property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.