Class Submission

java.lang.Object
oracle.iam.request.model.vo.Submission
All Implemented Interfaces:
Serializable

public class Submission extends Object implements Serializable
<p>Java class for submission complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="submission"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="dataset-ref" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="dataset-name-plugin" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="common-dataset-ref" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="entity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • Submission

      public Submission()
  • Method Details

    • getDatasetRef

      public String getDatasetRef()
      Gets the value of the datasetRef property.
      Returns:
      possible object is String
    • setDatasetRef

      public void setDatasetRef(String value)
      Sets the value of the datasetRef property.
      Parameters:
      value - allowed object is String
    • getDatasetNamePlugin

      public String getDatasetNamePlugin()
      Gets the value of the datasetNamePlugin property.
      Returns:
      possible object is String
    • setDatasetNamePlugin

      public void setDatasetNamePlugin(String value)
      Sets the value of the datasetNamePlugin property.
      Parameters:
      value - allowed object is String
    • getCommonDatasetRef

      public String getCommonDatasetRef()
      Gets the value of the commonDatasetRef property.
      Returns:
      possible object is String
    • setCommonDatasetRef

      public void setCommonDatasetRef(String value)
      Sets the value of the commonDatasetRef 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