public class StowageType extends Object
Java class for StowageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StowageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LocationID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeasurementDimension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocationType> |
location |
protected LocationIDType |
locationID |
protected List<DimensionType> |
measurementDimension |
| Constructor and Description |
|---|
StowageType() |
| Modifier and Type | Method and Description |
|---|---|
List<LocationType> |
getLocation()
Gets the value of the location property.
|
LocationIDType |
getLocationID()
Gets the value of the locationID property.
|
List<DimensionType> |
getMeasurementDimension()
Gets the value of the measurementDimension property.
|
void |
setLocationID(LocationIDType value)
Sets the value of the locationID property.
|
protected LocationIDType locationID
protected List<LocationType> location
protected List<DimensionType> measurementDimension
public LocationIDType getLocationID()
LocationIDTypepublic void setLocationID(LocationIDType value)
value - allowed object is
LocationIDTypepublic List<LocationType> getLocation()
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 location property.
For example, to add a new item, do as follows:
getLocation().add(newItem);
Objects of the following type(s) are allowed in the list
LocationType
public List<DimensionType> getMeasurementDimension()
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 measurementDimension property.
For example, to add a new item, do as follows:
getMeasurementDimension().add(newItem);
Objects of the following type(s) are allowed in the list
DimensionType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.