Package oracle.iam.request.model.vo
Class Submission
java.lang.Object
oracle.iam.request.model.vo.Submission
- All Implemented Interfaces:
Serializable
<p>Java class for submission complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<complexType name="submission">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dataset-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataset-name-plugin" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="common-dataset-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="operation" use="required" 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 commonDatasetRef property.Gets the value of the datasetNamePlugin property.Gets the value of the datasetRef property.Gets the value of the entity property.Gets the value of the operation property.void
setCommonDatasetRef
(String value) Sets the value of the commonDatasetRef property.void
setDatasetNamePlugin
(String value) Sets the value of the datasetNamePlugin property.void
setDatasetRef
(String value) Sets the value of the datasetRef property.void
Sets the value of the entity property.void
setOperation
(String value) Sets the value of the operation property.
-
Constructor Details
-
Submission
public Submission()
-
-
Method Details
-
getDatasetRef
Gets the value of the datasetRef property.- Returns:
- possible object is
String
-
setDatasetRef
Sets the value of the datasetRef property.- Parameters:
value
- allowed object isString
-
getDatasetNamePlugin
Gets the value of the datasetNamePlugin property.- Returns:
- possible object is
String
-
setDatasetNamePlugin
Sets the value of the datasetNamePlugin property.- Parameters:
value
- allowed object isString
-
getCommonDatasetRef
Gets the value of the commonDatasetRef property.- Returns:
- possible object is
String
-
setCommonDatasetRef
Sets the value of the commonDatasetRef 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
-