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" 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>
| Constructor and Description |
|---|
Submission() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommonDatasetRef()
Gets the value of the commonDatasetRef property.
|
java.lang.String |
getDatasetNamePlugin()
Gets the value of the datasetNamePlugin 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 |
setDatasetNamePlugin(java.lang.String value)
Sets the value of the datasetNamePlugin 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.
|
public java.lang.String getDatasetRef()
Stringpublic void setDatasetRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDatasetNamePlugin()
Stringpublic void setDatasetNamePlugin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCommonDatasetRef()
Stringpublic void setCommonDatasetRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntity()
Stringpublic void setEntity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
String