Skip navigation links


oracle.iam.request.dataset.vo
Class AttributeReference

java.lang.Object
  extended by oracle.iam.request.dataset.vo.AttributeReference

All Implemented Interfaces:
java.io.Serializable

public class AttributeReference
extends java.lang.Object
implements java.io.Serializable

Java class for attribute-reference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="attribute_reference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeReference" type="{http://www.oracle.com/schema/oim/request}attribute-reference" 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"/>
         <element name="lookupQuery" type="{http://www.oracle.com/schema/oim/request}lookup-query" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="attr_ref" 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="itresource_type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mls" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="entitlement" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="system_type" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="multi_valued" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
AttributeReference()
           

 

Method Summary
 java.util.List getAttributeReference()
          Gets the value of the attributeReference property.
 java.lang.String getAttrRef()
          Gets the value of the attrRef property.
 java.lang.String getEntityType()
          Gets the value of the entityType property.
 java.lang.String getItresourceType()
          Gets the value of the itresourceType property.
 java.math.BigInteger getLength()
          Gets the value of the length property.
 java.lang.String getLookupCode()
          Gets the value of the lookupCode property.
 LookupQuery getLookupQuery()
          Gets the value of the lookupQuery 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 isEntitlement()
          Gets the value of the entitlement 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 isMls()
          Gets the value of the mls property.
 boolean isMultiValued()
          Gets the value of the multiValued property.
 boolean isPrimary()
          Gets the value of the primary property.
 java.lang.Boolean isReadOnly()
          Gets the value of the readOnly property.
 java.lang.Boolean isRequired()
          Gets the value of the required property.
 java.lang.Boolean isSystemType()
          Gets the value of the systemType property.
 void setApproverOnly(java.lang.Boolean value)
          Sets the value of the approverOnly property.
 void setAttrRef(java.lang.String value)
          Sets the value of the attrRef property.
 void setAvailableInBulk(boolean value)
          Sets the value of the availableInBulk property.
 void setEntitlement(java.lang.Boolean value)
          Sets the value of the entitlement 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 setItresourceType(java.lang.String value)
          Sets the value of the itresourceType 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 setLookupQuery(LookupQuery value)
          Sets the value of the lookupQuery property.
 void setMasked(java.lang.Boolean value)
          Sets the value of the masked property.
 void setMls(java.lang.Boolean value)
          Sets the value of the mls property.
 void setMultiValued(java.lang.Boolean value)
          Sets the value of the multiValued 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 setPrimary(java.lang.Boolean value)
          Sets the value of the primary 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 setSystemType(java.lang.Boolean value)
          Sets the value of the systemType property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setWidget(java.lang.String value)
          Sets the value of the widget property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttributeReference

public AttributeReference()

Method Detail

getAttributeReference

public java.util.List getAttributeReference()
Gets the value of the attributeReference property.

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 attributeReference property.

For example, to add a new item, do as follows:

    getAttributeReference().add(newItem);
 

Objects of the following type(s) are allowed in the list AttributeReference


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 java.util.List getLookupValues()
Gets the value of the lookupValues property.

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


getLookupQuery

public LookupQuery getLookupQuery()
Gets the value of the lookupQuery property.
Returns:
possible object is LookupQuery

setLookupQuery

public void setLookupQuery(LookupQuery value)
Sets the value of the lookupQuery property.
Parameters:
value - allowed object is LookupQuery

getName

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

setName

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

getAttrRef

public java.lang.String getAttrRef()
Gets the value of the attrRef property.
Returns:
possible object is String

setAttrRef

public void setAttrRef(java.lang.String value)
Sets the value of the attrRef property.
Parameters:
value - allowed object is String

getType

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

setType

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

getWidget

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

setWidget

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

getLength

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

setLength

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

isHidden

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

setHidden

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

isMasked

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

setMasked

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

isReadOnly

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

setReadOnly

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

isApproverOnly

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

setApproverOnly

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

isRequired

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

setRequired

public void setRequired(java.lang.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 java.lang.String getEntityType()
Gets the value of the entityType property.
Returns:
possible object is String

setEntityType

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

getLookupCode

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

setLookupCode

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

getItresourceType

public java.lang.String getItresourceType()
Gets the value of the itresourceType property.
Returns:
possible object is String

setItresourceType

public void setItresourceType(java.lang.String value)
Sets the value of the itresourceType property.
Parameters:
value - allowed object is String

isMls

public java.lang.Boolean isMls()
Gets the value of the mls property.
Returns:
possible object is Boolean

setMls

public void setMls(java.lang.Boolean value)
Sets the value of the mls property.
Parameters:
value - allowed object is Boolean

isEntitlement

public java.lang.Boolean isEntitlement()
Gets the value of the entitlement property.
Returns:
possible object is Boolean

setEntitlement

public void setEntitlement(java.lang.Boolean value)
Sets the value of the entitlement property.
Parameters:
value - allowed object is Boolean

isSystemType

public java.lang.Boolean isSystemType()
Gets the value of the systemType property.
Returns:
possible object is Boolean

setSystemType

public void setSystemType(java.lang.Boolean value)
Sets the value of the systemType property.
Parameters:
value - allowed object is Boolean

isPrimary

public boolean isPrimary()
Gets the value of the primary property.
Returns:
possible object is Boolean

setPrimary

public void setPrimary(java.lang.Boolean value)
Sets the value of the primary property.
Parameters:
value - allowed object is Boolean

isMultiValued

public boolean isMultiValued()
Gets the value of the multiValued property.
Returns:
possible object is Boolean

setMultiValued

public void setMultiValued(java.lang.Boolean value)
Sets the value of the multiValued property.
Parameters:
value - allowed object is Boolean

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.