Class RequestDataSet

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

public class RequestDataSet extends Object implements Serializable
<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="DataSetValidator" type="{http://www.oracle.com/schema/oim/request}data-set-validator" minOccurs="0"/&gt; &lt;element name="AttributeReference" type="{http://www.oracle.com/schema/oim/request}attribute-reference" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="Attribute" type="{http://www.oracle.com/schema/oim/request}attribute" 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="entity" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="operation" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • RequestDataSet

      public RequestDataSet()
  • Method Details

    • getDataSetValidator

      public DataSetValidator getDataSetValidator()
      Gets the value of the dataSetValidator property.
      Returns:
      possible object is DataSetValidator
    • setDataSetValidator

      public void setDataSetValidator(DataSetValidator value)
      Sets the value of the dataSetValidator property.
      Parameters:
      value - allowed object is DataSetValidator
    • getAttributeReference

      public List<AttributeReference> getAttributeReference()
      Gets the value of the attributeReference 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 attributeReference property. <p> For example, to add a new item, do as follows: <pre> getAttributeReference().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list AttributeReference
    • 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
    • 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
    • getEntity

      public String getEntity()
      Gets the value of the entity property.
      Returns:
      possible object is String
    • setEntity

      public void setEntity(String value)
      Sets the value of the entity property.
      Parameters:
      value - allowed object is String
    • getOperation

      public String getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is String
    • setOperation

      public void setOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String