public class DataSourceType extends Object
Java class for DataSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSourceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="EnsembleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<sequence>
<element name="Project" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Deployment" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<choice>
<element name="Site" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Cruise" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cruise |
protected BigInteger |
deployment |
protected String |
ensembleName |
protected String |
project |
protected String |
site |
| Constructor and Description |
|---|
DataSourceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCruise()
Gets the value of the cruise property.
|
BigInteger |
getDeployment()
Gets the value of the deployment property.
|
String |
getEnsembleName()
Gets the value of the ensembleName property.
|
String |
getProject()
Gets the value of the project property.
|
String |
getSite()
Gets the value of the site property.
|
void |
setCruise(String value)
Sets the value of the cruise property.
|
void |
setDeployment(BigInteger value)
Sets the value of the deployment property.
|
void |
setEnsembleName(String value)
Sets the value of the ensembleName property.
|
void |
setProject(String value)
Sets the value of the project property.
|
void |
setSite(String value)
Sets the value of the site property.
|
protected String ensembleName
protected String project
protected BigInteger deployment
protected String site
protected String cruise
public String getEnsembleName()
Stringpublic void setEnsembleName(String value)
value - allowed object is
Stringpublic String getProject()
Stringpublic void setProject(String value)
value - allowed object is
Stringpublic BigInteger getDeployment()
BigIntegerpublic void setDeployment(BigInteger value)
value - allowed object is
BigIntegerpublic String getSite()
Stringpublic void setSite(String value)
value - allowed object is
Stringpublic String getCruise()
StringCopyright © 2020 Tethys. All rights reserved.