|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.iam.platform.entitymgr.jaxb.AttributeDefinitionType
public class AttributeDefinitionType
Java class for attribute-definition-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute_definition_type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="searchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="MLS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="multi_represented" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="default_value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="attribute_group" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="metadata_attachment" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="metadata" type="{http://www.oracle.com/schema/oim/entity}metadata-attachment-type" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </all> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
AttributeDefinitionType.MetadataAttachment Java class for anonymous complex type. |
Constructor Summary | |
---|---|
AttributeDefinitionType() |
Method Summary | |
---|---|
java.lang.String |
getAttributeGroup() Gets the value of the attributeGroup property. |
java.lang.String |
getDefaultValue() Gets the value of the defaultValue property. |
java.lang.String |
getDescription() Gets the value of the description property. |
AttributeDefinitionType.MetadataAttachment |
getMetadataAttachment() Gets the value of the metadataAttachment property. |
java.lang.String |
getName() Gets the value of the name property. |
java.lang.String |
getType() Gets the value of the type property. |
java.lang.Boolean |
isMLS() Gets the value of the mls property. |
java.lang.Boolean |
isMultiRepresented() Gets the value of the multiRepresented property. |
boolean |
isRequired() Gets the value of the required property. |
boolean |
isSearchable() Gets the value of the searchable property. |
void |
setAttributeGroup(java.lang.String value) Sets the value of the attributeGroup property. |
void |
setDefaultValue(java.lang.String value) Sets the value of the defaultValue property. |
void |
setDescription(java.lang.String value) Sets the value of the description property. |
void |
setMetadataAttachment(AttributeDefinitionType.MetadataAttachment value) Sets the value of the metadataAttachment property. |
void |
setMLS(java.lang.Boolean value) Sets the value of the mls property. |
void |
setMultiRepresented(java.lang.Boolean value) Sets the value of the multiRepresented property. |
void |
setName(java.lang.String value) Sets the value of the name property. |
void |
setRequired(boolean value) Sets the value of the required property. |
void |
setSearchable(boolean value) Sets the value of the searchable property. |
void |
setType(java.lang.String value) Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeDefinitionType()
Method Detail |
---|
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is String
public boolean isRequired()
public void setRequired(boolean value)
public boolean isSearchable()
public void setSearchable(boolean value)
public java.lang.Boolean isMLS()
Boolean
public void setMLS(java.lang.Boolean value)
value
- allowed object is Boolean
public java.lang.Boolean isMultiRepresented()
Boolean
public void setMultiRepresented(java.lang.Boolean value)
value
- allowed object is Boolean
public java.lang.String getDefaultValue()
String
public void setDefaultValue(java.lang.String value)
value
- allowed object is String
public java.lang.String getAttributeGroup()
String
public void setAttributeGroup(java.lang.String value)
value
- allowed object is String
public AttributeDefinitionType.MetadataAttachment getMetadataAttachment()
AttributeDefinitionType.MetadataAttachment
public void setMetadataAttachment(AttributeDefinitionType.MetadataAttachment value)
value
- allowed object is AttributeDefinitionType.MetadataAttachment
public java.lang.String getName()
String
public void setName(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 |