Package oracle.iam.request.dataset.vo
Class Attribute
java.lang.Object
oracle.iam.request.dataset.vo.Attribute
- All Implemented Interfaces:
Serializable
<p>Java class for attribute complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute property.Gets the value of the entityType property.Gets the value of the length property.Gets the value of the lookupCode property.Gets the value of the lookupValues property.getName()
Gets the value of the name property.Gets the value of the prePopulationAdapter property.getType()
Gets the value of the type property.Gets the value of the widget property.Gets the value of the approverOnly property.boolean
Gets the value of the availableInBulk property.isHidden()
Gets the value of the hidden property.isMasked()
Gets the value of the masked property.Gets the value of the readOnly property.Gets the value of the required property.boolean
Gets the value of the uiSupported property.void
setApproverOnly
(Boolean value) Sets the value of the approverOnly property.void
setAvailableInBulk
(boolean value) Sets the value of the availableInBulk property.void
setEntityType
(String value) Sets the value of the entityType property.void
Sets the value of the hidden property.void
setLength
(BigInteger value) Sets the value of the length property.void
setLookupCode
(String value) Sets the value of the lookupCode property.void
Sets the value of the masked property.void
Sets the value of the name property.void
Sets the value of the prePopulationAdapter property.void
setReadOnly
(Boolean value) Sets the value of the readOnly property.void
setRequired
(Boolean value) Sets the value of the required property.void
Sets the value of the type property.void
setUiSupported
(Boolean value) Sets the value of the uiSupported property.void
Sets the value of the widget property.
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
getAttribute
Gets the value of the attribute property. <p> 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 <CODE>set</CODE> method for the attribute property. <p> For example, to add a new item, do as follows: <pre> getAttribute().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listAttribute
-
getPrePopulationAdapter
Gets the value of the prePopulationAdapter property.- Returns:
- possible object is
PrePopAdapter
-
setPrePopulationAdapter
Sets the value of the prePopulationAdapter property.- Parameters:
value
- allowed object isPrePopAdapter
-
getLookupValues
Gets the value of the lookupValues property. <p> 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 <CODE>set</CODE> method for the lookupValues property. <p> For example, to add a new item, do as follows: <pre> getLookupValues().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listLookupValues
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getWidget
Gets the value of the widget property.- Returns:
- possible object is
String
-
setWidget
Sets the value of the widget property.- Parameters:
value
- allowed object isString
-
getLength
Gets the value of the length property.- Returns:
- possible object is
BigInteger
-
setLength
Sets the value of the length property.- Parameters:
value
- allowed object isBigInteger
-
isHidden
Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
Sets the value of the hidden property.- Parameters:
value
- allowed object isBoolean
-
isMasked
Gets the value of the masked property.- Returns:
- possible object is
Boolean
-
setMasked
Sets the value of the masked property.- Parameters:
value
- allowed object isBoolean
-
isReadOnly
Gets the value of the readOnly property.- Returns:
- possible object is
Boolean
-
setReadOnly
Sets the value of the readOnly property.- Parameters:
value
- allowed object isBoolean
-
isApproverOnly
Gets the value of the approverOnly property.- Returns:
- possible object is
Boolean
-
setApproverOnly
Sets the value of the approverOnly property.- Parameters:
value
- allowed object isBoolean
-
isRequired
Gets the value of the required property.- Returns:
- possible object is
Boolean
-
setRequired
Sets the value of the required property.- Parameters:
value
- allowed object isBoolean
-
isAvailableInBulk
public boolean isAvailableInBulk()Gets the value of the availableInBulk property. -
setAvailableInBulk
public void setAvailableInBulk(boolean value) Sets the value of the availableInBulk property. -
getEntityType
Gets the value of the entityType property.- Returns:
- possible object is
String
-
setEntityType
Sets the value of the entityType property.- Parameters:
value
- allowed object isString
-
getLookupCode
Gets the value of the lookupCode property.- Returns:
- possible object is
String
-
setLookupCode
Sets the value of the lookupCode property.- Parameters:
value
- allowed object isString
-
isUiSupported
public boolean isUiSupported()Gets the value of the uiSupported property.- Returns:
- possible object is
Boolean
-
setUiSupported
Sets the value of the uiSupported property.- Parameters:
value
- allowed object isBoolean
-