@CodingStyleguideUnaware public class StowageType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
StowageType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLocation(LocationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addMeasurementDimension(DimensionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
StowageType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(StowageType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<LocationType> |
getLocation()
<pre>
<?
|
LocationType |
getLocationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLocationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LocationIDType |
getLocationID()
<pre>
<?
|
String |
getLocationIDValue()
Get the value of the contained LocationIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<DimensionType> |
getMeasurementDimension()
<pre>
<?
|
DimensionType |
getMeasurementDimensionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getMeasurementDimensionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasMeasurementDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLocationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoMeasurementDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLocation(List<LocationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLocationID(LocationIDType value)
Sets the value of the locationID property.
|
LocationIDType |
setLocationID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMeasurementDimension(List<DimensionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public StowageType()
@Nullable public LocationIDType getLocationID()
LocationIDTypepublic void setLocationID(@Nullable LocationIDType value)
value - allowed object is
LocationIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LocationType> getLocation()
LocationType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DimensionType> getMeasurementDimension()
DimensionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setLocation(@Nullable List<LocationType> aList)
aList - The new list member to set. May be <code>null</code>.public void setMeasurementDimension(@Nullable List<DimensionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasLocationEntries()
public boolean hasNoLocationEntries()
@Nonnegative public int getLocationCount()
@Nullable public LocationType getLocationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addLocation(@Nonnull LocationType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasMeasurementDimensionEntries()
public boolean hasNoMeasurementDimensionEntries()
@Nonnegative public int getMeasurementDimensionCount()
@Nullable public DimensionType getMeasurementDimensionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addMeasurementDimension(@Nonnull DimensionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull StowageType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public StowageType clone()
@Nonnull public LocationIDType setLocationID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.