Skip navigation links


oracle.iam.request.model.vo
Class Submission

java.lang.Object
  extended by oracle.iam.request.model.vo.Submission

All Implemented Interfaces:
java.io.Serializable

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

Java class for submission complex type.

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

 <complexType name="submission">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="dataset_ref" use="required" 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>
 
See Also:
Serialized Form

Constructor Summary
Submission()
           

 

Method Summary
 java.lang.String getCommonDatasetRef()
          Gets the value of the commonDatasetRef property.
 java.lang.String getDatasetRef()
          Gets the value of the datasetRef property.
 java.lang.String getEntity()
          Gets the value of the entity property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 void setCommonDatasetRef(java.lang.String value)
          Sets the value of the commonDatasetRef property.
 void setDatasetRef(java.lang.String value)
          Sets the value of the datasetRef property.
 void setEntity(java.lang.String value)
          Sets the value of the entity 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

Submission

public Submission()

Method Detail

getDatasetRef

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

setDatasetRef

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

getCommonDatasetRef

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

setCommonDatasetRef

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