Package oracle.iam.request.dataset.vo
Class RequestDataSet
java.lang.Object
oracle.iam.request.dataset.vo.RequestDataSet
- All Implemented Interfaces:
Serializable
<p>Java class for anonymous complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute property.Gets the value of the attributeReference property.Gets the value of the dataSetValidator property.Gets the value of the entity property.getName()
Gets the value of the name property.Gets the value of the operation property.void
Sets the value of the dataSetValidator property.void
Sets the value of the entity property.void
Sets the value of the name property.void
setOperation
(String value) Sets the value of the operation property.
-
Constructor Details
-
RequestDataSet
public RequestDataSet()
-
-
Method Details
-
getDataSetValidator
Gets the value of the dataSetValidator property.- Returns:
- possible object is
DataSetValidator
-
setDataSetValidator
Sets the value of the dataSetValidator property.- Parameters:
value
- allowed object isDataSetValidator
-
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 listAttributeReference
-
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
-
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
-
getEntity
Gets the value of the entity property.- Returns:
- possible object is
String
-
setEntity
Sets the value of the entity property.- Parameters:
value
- allowed object isString
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isString
-