@CodingStyleguideUnaware public class LogisticsTransportEquipmentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for LogisticsTransportEquipmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogisticsTransportEquipmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="LoadingLengthMeasure" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}LinearUnitMeasureType" minOccurs="0"/>
<element name="CategoryCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}TransportEquipmentCategoryCodeType" minOccurs="0"/>
<element name="CharacteristicCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}TransportEquipmentSizeTypeCodeType" minOccurs="0"/>
<element name="UsedCapacityCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}TransportEquipmentFullnessCodeType" minOccurs="0"/>
<element name="LinearSpatialDimension" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SpatialDimensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
LogisticsTransportEquipmentType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
LogisticsTransportEquipmentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LogisticsTransportEquipmentType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TransportEquipmentCategoryCodeType |
getCategoryCode()
Gets the value of the categoryCode property.
|
String |
getCategoryCodeValue()
Get the value of the contained TransportEquipmentCategoryCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportEquipmentSizeTypeCodeType |
getCharacteristicCode()
Gets the value of the characteristicCode property.
|
String |
getCharacteristicCodeValue()
Get the value of the contained TransportEquipmentSizeTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SpatialDimensionType |
getLinearSpatialDimension()
Gets the value of the linearSpatialDimension property.
|
LinearUnitMeasureType |
getLoadingLengthMeasure()
Gets the value of the loadingLengthMeasure property.
|
BigDecimal |
getLoadingLengthMeasureValue()
Get the value of the contained LinearUnitMeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportEquipmentFullnessCodeType |
getUsedCapacityCode()
Gets the value of the usedCapacityCode property.
|
String |
getUsedCapacityCodeValue()
Get the value of the contained TransportEquipmentFullnessCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TransportEquipmentCategoryCodeType |
setCategoryCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCategoryCode(TransportEquipmentCategoryCodeType value)
Sets the value of the categoryCode property.
|
TransportEquipmentSizeTypeCodeType |
setCharacteristicCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCharacteristicCode(TransportEquipmentSizeTypeCodeType value)
Sets the value of the characteristicCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLinearSpatialDimension(SpatialDimensionType value)
Sets the value of the linearSpatialDimension property.
|
LinearUnitMeasureType |
setLoadingLengthMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLoadingLengthMeasure(LinearUnitMeasureType value)
Sets the value of the loadingLengthMeasure property.
|
TransportEquipmentFullnessCodeType |
setUsedCapacityCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUsedCapacityCode(TransportEquipmentFullnessCodeType value)
Sets the value of the usedCapacityCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LogisticsTransportEquipmentType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public LinearUnitMeasureType getLoadingLengthMeasure()
LinearUnitMeasureTypepublic void setLoadingLengthMeasure(@Nullable LinearUnitMeasureType value)
value - allowed object is
LinearUnitMeasureType@Nullable public TransportEquipmentCategoryCodeType getCategoryCode()
TransportEquipmentCategoryCodeTypepublic void setCategoryCode(@Nullable TransportEquipmentCategoryCodeType value)
value - allowed object is
TransportEquipmentCategoryCodeType@Nullable public TransportEquipmentSizeTypeCodeType getCharacteristicCode()
TransportEquipmentSizeTypeCodeTypepublic void setCharacteristicCode(@Nullable TransportEquipmentSizeTypeCodeType value)
value - allowed object is
TransportEquipmentSizeTypeCodeType@Nullable public TransportEquipmentFullnessCodeType getUsedCapacityCode()
TransportEquipmentFullnessCodeTypepublic void setUsedCapacityCode(@Nullable TransportEquipmentFullnessCodeType value)
value - allowed object is
TransportEquipmentFullnessCodeType@Nullable public SpatialDimensionType getLinearSpatialDimension()
SpatialDimensionTypepublic void setLinearSpatialDimension(@Nullable SpatialDimensionType value)
value - allowed object is
SpatialDimensionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull LogisticsTransportEquipmentType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public LogisticsTransportEquipmentType clone()
@Nonnull public LinearUnitMeasureType setLoadingLengthMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TransportEquipmentCategoryCodeType setCategoryCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TransportEquipmentFullnessCodeType setUsedCapacityCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TransportEquipmentSizeTypeCodeType setCharacteristicCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public BigDecimal getLoadingLengthMeasureValue()
null@Nullable public String getCategoryCodeValue()
null@Nullable public String getCharacteristicCodeValue()
null@Nullable public String getUsedCapacityCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.