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