Class Attribute

java.lang.Object
oracle.iam.request.dataset.vo.Attribute
All Implemented Interfaces:
Serializable

public class Attribute extends Object implements Serializable
<p>Java class for attribute complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="attribute"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="Attribute" type="{http://www.oracle.com/schema/oim/request}attribute" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="PrePopulationAdapter" type="{http://www.oracle.com/schema/oim/request}pre-pop-adapter" minOccurs="0"/&gt; &lt;element name="lookupValues" type="{http://www.oracle.com/schema/oim/request}lookup-values" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="widget" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="length" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /&gt; &lt;attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="masked" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="read-only" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="approver-only" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="available-in-bulk" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;attribute name="entity-type" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="lookup-code" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="ui-supported" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getAttribute

      public List<Attribute> 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 list Attribute
    • getPrePopulationAdapter

      public PrePopAdapter getPrePopulationAdapter()
      Gets the value of the prePopulationAdapter property.
      Returns:
      possible object is PrePopAdapter
    • setPrePopulationAdapter

      public void setPrePopulationAdapter(PrePopAdapter value)
      Sets the value of the prePopulationAdapter property.
      Parameters:
      value - allowed object is PrePopAdapter
    • getLookupValues

      public List<LookupValues> 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 list LookupValues
    • getName

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

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

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

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

      public String getWidget()
      Gets the value of the widget property.
      Returns:
      possible object is String
    • setWidget

      public void setWidget(String value)
      Sets the value of the widget property.
      Parameters:
      value - allowed object is String
    • getLength

      public BigInteger getLength()
      Gets the value of the length property.
      Returns:
      possible object is BigInteger
    • setLength

      public void setLength(BigInteger value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is BigInteger
    • isHidden

      public Boolean isHidden()
      Gets the value of the hidden property.
      Returns:
      possible object is Boolean
    • setHidden

      public void setHidden(Boolean value)
      Sets the value of the hidden property.
      Parameters:
      value - allowed object is Boolean
    • isMasked

      public Boolean isMasked()
      Gets the value of the masked property.
      Returns:
      possible object is Boolean
    • setMasked

      public void setMasked(Boolean value)
      Sets the value of the masked property.
      Parameters:
      value - allowed object is Boolean
    • isReadOnly

      public Boolean isReadOnly()
      Gets the value of the readOnly property.
      Returns:
      possible object is Boolean
    • setReadOnly

      public void setReadOnly(Boolean value)
      Sets the value of the readOnly property.
      Parameters:
      value - allowed object is Boolean
    • isApproverOnly

      public Boolean isApproverOnly()
      Gets the value of the approverOnly property.
      Returns:
      possible object is Boolean
    • setApproverOnly

      public void setApproverOnly(Boolean value)
      Sets the value of the approverOnly property.
      Parameters:
      value - allowed object is Boolean
    • isRequired

      public Boolean isRequired()
      Gets the value of the required property.
      Returns:
      possible object is Boolean
    • setRequired

      public void setRequired(Boolean value)
      Sets the value of the required property.
      Parameters:
      value - allowed object is Boolean
    • 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

      public String getEntityType()
      Gets the value of the entityType property.
      Returns:
      possible object is String
    • setEntityType

      public void setEntityType(String value)
      Sets the value of the entityType property.
      Parameters:
      value - allowed object is String
    • getLookupCode

      public String getLookupCode()
      Gets the value of the lookupCode property.
      Returns:
      possible object is String
    • setLookupCode

      public void setLookupCode(String value)
      Sets the value of the lookupCode property.
      Parameters:
      value - allowed object is String
    • isUiSupported

      public boolean isUiSupported()
      Gets the value of the uiSupported property.
      Returns:
      possible object is Boolean
    • setUiSupported

      public void setUiSupported(Boolean value)
      Sets the value of the uiSupported property.
      Parameters:
      value - allowed object is Boolean