public class Compartment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<element name="min_capacity" type="{}positive_double"/>
<element name="max_capacity" type="{}positive_double"/>
</sequence>
<element name="fix_capacity" type="{}positive_double"/>
</choice>
<element name="compatible_request_type" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<sequence>
<element name="min_dimensions" type="{}dimensions_type"/>
<element name="max_dimensions" type="{}dimensions_type"/>
</sequence>
<element ref="{}dimensions"/>
</choice>
</sequence>
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BigInteger> |
compatibleRequestType |
protected DimensionsType |
dimensions |
protected Double |
fixCapacity |
protected Double |
maxCapacity |
protected DimensionsType |
maxDimensions |
protected Double |
minCapacity |
protected DimensionsType |
minDimensions |
protected BigInteger |
number |
| Constructor and Description |
|---|
Compartment() |
| Modifier and Type | Method and Description |
|---|---|
List<BigInteger> |
getCompatibleRequestType()
Gets the value of the compatibleRequestType property.
|
DimensionsType |
getDimensions()
Fix compartment dimensions
|
Double |
getFixCapacity()
Gets the value of the fixCapacity property.
|
Double |
getMaxCapacity()
Gets the value of the maxCapacity property.
|
DimensionsType |
getMaxDimensions()
Gets the value of the maxDimensions property.
|
Double |
getMinCapacity()
Gets the value of the minCapacity property.
|
DimensionsType |
getMinDimensions()
Gets the value of the minDimensions property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
void |
setDimensions(DimensionsType value)
Sets the value of the dimensions property.
|
void |
setFixCapacity(Double value)
Sets the value of the fixCapacity property.
|
void |
setMaxCapacity(Double value)
Sets the value of the maxCapacity property.
|
void |
setMaxDimensions(DimensionsType value)
Sets the value of the maxDimensions property.
|
void |
setMinCapacity(Double value)
Sets the value of the minCapacity property.
|
void |
setMinDimensions(DimensionsType value)
Sets the value of the minDimensions property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
protected Double minCapacity
protected Double maxCapacity
protected Double fixCapacity
protected List<BigInteger> compatibleRequestType
protected DimensionsType minDimensions
protected DimensionsType maxDimensions
protected DimensionsType dimensions
protected BigInteger number
public Double getMinCapacity()
Doublepublic void setMinCapacity(Double value)
value - allowed object is
Doublepublic Double getMaxCapacity()
Doublepublic void setMaxCapacity(Double value)
value - allowed object is
Doublepublic Double getFixCapacity()
Doublepublic void setFixCapacity(Double value)
value - allowed object is
Doublepublic List<BigInteger> getCompatibleRequestType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the compatibleRequestType property.
For example, to add a new item, do as follows:
getCompatibleRequestType().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public DimensionsType getMinDimensions()
DimensionsTypepublic void setMinDimensions(DimensionsType value)
value - allowed object is
DimensionsTypepublic DimensionsType getMaxDimensions()
DimensionsTypepublic void setMaxDimensions(DimensionsType value)
value - allowed object is
DimensionsTypepublic DimensionsType getDimensions()
DimensionsTypepublic void setDimensions(DimensionsType value)
value - allowed object is
DimensionsTypepublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2014 VRP-REP. All rights reserved.