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>
Constructor and Description |
---|
RequestDataSet() |
Modifier and Type | Method and Description |
---|---|
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.
|
public DataSetValidator getDataSetValidator()
DataSetValidator
public void setDataSetValidator(DataSetValidator value)
value
- allowed object is
DataSetValidator
public java.util.List getAttributeReference()
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
public java.util.List getAttribute()
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
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntity()
String
public void setEntity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOperation()
String
public void setOperation(java.lang.String value)
value
- allowed object is
String