Skip navigation links


oracle.iam.request.dataset.vo
Class RequestDataSet

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataSetValidator" type="{http://www.oracle.com/schema/oim/request}data-set-validator" minOccurs="0"/>
         <element name="AttributeReference" type="{http://www.oracle.com/schema/oim/request}attribute-reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attribute" type="{http://www.oracle.com/schema/oim/request}attribute" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="operation" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
RequestDataSet()
           

 

Method Summary
 java.util.List getAttribute()
          Gets the value of the attribute property.
 java.util.List getAttributeReference()
          Gets the value of the attributeReference property.
 DataSetValidator getDataSetValidator()
          Gets the value of the dataSetValidator property.
 java.lang.String getEntity()
          Gets the value of the entity property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 void setDataSetValidator(DataSetValidator value)
          Sets the value of the dataSetValidator property.
 void setEntity(java.lang.String value)
          Sets the value of the entity property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.

 

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

 

Constructor Detail

RequestDataSet

public RequestDataSet()

Method Detail

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 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


getAttribute

public java.util.List getAttribute()
Gets the value of the attribute 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 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


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

getEntity

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

setEntity

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

getOperation

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

setOperation

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

Skip navigation links


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