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()
BigInteger
public void setID(BigInteger value)
value
- allowed object is
BigInteger
public String getProject()
String
public void setProject(String value)
value
- allowed object is
String
public String getSite()
String
public void setSite(String value)
value
- allowed object is
String
public String getCruise()
String
public void setCruise(String value)
value
- allowed object is
String
public BigInteger getDeployment()
BigInteger
public void setDeployment(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2020 Tethys. All rights reserved.