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="UnitId" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="DeploymentId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
deploymentId |
protected BigInteger |
unitId |
Constructor and Description |
---|
UnitGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentId()
Gets the value of the deploymentId property.
|
BigInteger |
getUnitId()
Gets the value of the unitId property.
|
void |
setDeploymentId(String value)
Sets the value of the deploymentId property.
|
void |
setUnitId(BigInteger value)
Sets the value of the unitId property.
|
protected BigInteger unitId
protected String deploymentId
public BigInteger getUnitId()
BigInteger
public void setUnitId(BigInteger value)
value
- allowed object is
BigInteger
public String getDeploymentId()
String
Copyright © 2024 Tethys. All rights reserved.