public class Attribute
extends java.lang.Object
implements java.io.Serializable
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Attribute" type="{http://www.oracle.com/schema/oim/request}attribute" maxOccurs="unbounded" minOccurs="0"/> <element name="PrePopulationAdapter" type="{http://www.oracle.com/schema/oim/request}pre-pop-adapter" minOccurs="0"/> <element name="lookupValues" type="{http://www.oracle.com/schema/oim/request}lookup-values" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widget" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="masked" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="read-only" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="approver-only" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="available-in-bulk" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="entity-type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lookup-code" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ui-supported" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAttribute()
Gets the value of the attribute property.
|
java.lang.String |
getEntityType()
Gets the value of the entityType property.
|
java.math.BigInteger |
getLength()
Gets the value of the length property.
|
java.lang.String |
getLookupCode()
Gets the value of the lookupCode property.
|
java.util.List |
getLookupValues()
Gets the value of the lookupValues property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
PrePopAdapter |
getPrePopulationAdapter()
Gets the value of the prePopulationAdapter property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getWidget()
Gets the value of the widget property.
|
java.lang.Boolean |
isApproverOnly()
Gets the value of the approverOnly property.
|
boolean |
isAvailableInBulk()
Gets the value of the availableInBulk property.
|
java.lang.Boolean |
isHidden()
Gets the value of the hidden property.
|
java.lang.Boolean |
isMasked()
Gets the value of the masked property.
|
java.lang.Boolean |
isReadOnly()
Gets the value of the readOnly property.
|
java.lang.Boolean |
isRequired()
Gets the value of the required property.
|
boolean |
isUiSupported()
Gets the value of the uiSupported property.
|
void |
setApproverOnly(java.lang.Boolean value)
Sets the value of the approverOnly property.
|
void |
setAvailableInBulk(boolean value)
Sets the value of the availableInBulk property.
|
void |
setEntityType(java.lang.String value)
Sets the value of the entityType property.
|
void |
setHidden(java.lang.Boolean value)
Sets the value of the hidden property.
|
void |
setLength(java.math.BigInteger value)
Sets the value of the length property.
|
void |
setLookupCode(java.lang.String value)
Sets the value of the lookupCode property.
|
void |
setMasked(java.lang.Boolean value)
Sets the value of the masked property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPrePopulationAdapter(PrePopAdapter value)
Sets the value of the prePopulationAdapter property.
|
void |
setReadOnly(java.lang.Boolean value)
Sets the value of the readOnly property.
|
void |
setRequired(java.lang.Boolean value)
Sets the value of the required property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUiSupported(java.lang.Boolean value)
Sets the value of the uiSupported property.
|
void |
setWidget(java.lang.String value)
Sets the value of the widget property.
|
public java.util.List getAttribute()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
public PrePopAdapter getPrePopulationAdapter()
PrePopAdapter
public void setPrePopulationAdapter(PrePopAdapter value)
value
- allowed object is
PrePopAdapter
public java.util.List getLookupValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the lookupValues property.
For example, to add a new item, do as follows:
getLookupValues().add(newItem);
Objects of the following type(s) are allowed in the list
LookupValues
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWidget()
String
public void setWidget(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getLength()
BigInteger
public void setLength(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Boolean isHidden()
Boolean
public void setHidden(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isMasked()
Boolean
public void setMasked(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReadOnly()
Boolean
public void setReadOnly(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isApproverOnly()
Boolean
public void setApproverOnly(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isRequired()
Boolean
public void setRequired(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isAvailableInBulk()
public void setAvailableInBulk(boolean value)
public java.lang.String getEntityType()
String
public void setEntityType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLookupCode()
String
public void setLookupCode(java.lang.String value)
value
- allowed object is
String
public boolean isUiSupported()
Boolean
public void setUiSupported(java.lang.Boolean value)
value
- allowed object is
Boolean