|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DimensionsType | |
|---|---|
| org.vrprep.model.instance | |
| Uses of DimensionsType in org.vrprep.model.instance |
|---|
| Fields in org.vrprep.model.instance declared as DimensionsType | |
|---|---|
protected DimensionsType |
Instance.Fleet.TrailerProfile.dimensions
|
protected DimensionsType |
Instance.Fleet.VehicleProfile.dimensions
|
protected DimensionsType |
Compartment.dimensions
|
protected DimensionsType |
Compartment.maxDimensions
|
protected DimensionsType |
Compartment.minDimensions
|
| Methods in org.vrprep.model.instance that return DimensionsType | |
|---|---|
DimensionsType |
ObjectFactory.createDimensionsType()
Create an instance of DimensionsType |
DimensionsType |
Instance.Fleet.TrailerProfile.getDimensions()
Defines the dimensions of the storage unit |
DimensionsType |
Instance.Fleet.VehicleProfile.getDimensions()
Defines the dimensions of the storage unit |
DimensionsType |
Compartment.getDimensions()
Fix compartment dimensions |
DimensionsType |
Compartment.getMaxDimensions()
Gets the value of the maxDimensions property. |
DimensionsType |
Compartment.getMinDimensions()
Gets the value of the minDimensions property. |
| Methods in org.vrprep.model.instance that return types with arguments of type DimensionsType | |
|---|---|
JAXBElement<DimensionsType> |
ObjectFactory.createDimensions(DimensionsType value)
Create an instance of JAXBElement<DimensionsType>} |
| Methods in org.vrprep.model.instance with parameters of type DimensionsType | |
|---|---|
JAXBElement<DimensionsType> |
ObjectFactory.createDimensions(DimensionsType value)
Create an instance of JAXBElement<DimensionsType>} |
void |
Instance.Fleet.TrailerProfile.setDimensions(DimensionsType value)
Sets the value of the dimensions property. |
void |
Instance.Fleet.VehicleProfile.setDimensions(DimensionsType value)
Sets the value of the dimensions property. |
void |
Compartment.setDimensions(DimensionsType value)
Sets the value of the dimensions property. |
void |
Compartment.setMaxDimensions(DimensionsType value)
Sets the value of the maxDimensions property. |
void |
Compartment.setMinDimensions(DimensionsType value)
Sets the value of the minDimensions property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||