|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.sod.registration.jaxb.AttrSoD
public class AttrSoD
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 |
|---|
public AttrSoD()
| Method Detail |
|---|
public Validation getValidation()
Validationpublic void setValidation(Validation value)
value - allowed object is Validationpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSourceIdMAttrName()
Stringpublic void setSourceIdMAttrName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.Boolean isIsSourceKey()
Booleanpublic void setIsSourceKey(java.lang.Boolean value)
value - allowed object is Booleanpublic java.lang.Boolean isIsKey()
Booleanpublic void setIsKey(java.lang.Boolean value)
value - allowed object is Booleanpublic java.lang.String getDutyType()
Stringpublic void setDutyType(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||