@CodingStyleguideUnaware public class LogisticsTransportMovementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for LogisticsTransportMovementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogisticsTransportMovementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StageCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}TransportMovementStageCodeType" minOccurs="0"/>
<element name="ModeCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}TransportModeCodeType" minOccurs="0"/>
<element name="Mode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="UsedLogisticsTransportMeans" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}LogisticsTransportMeansType" 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 |
|---|
LogisticsTransportMovementType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
LogisticsTransportMovementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LogisticsTransportMovementType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TextType |
getMode()
Gets the value of the mode property.
|
TransportModeCodeType |
getModeCode()
Gets the value of the modeCode property.
|
String |
getModeCodeValue()
Get the value of the contained TransportModeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getModeValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportMovementStageCodeType |
getStageCode()
Gets the value of the stageCode property.
|
String |
getStageCodeValue()
Get the value of the contained TransportMovementStageCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LogisticsTransportMeansType |
getUsedLogisticsTransportMeans()
Gets the value of the usedLogisticsTransportMeans property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TextType |
setMode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMode(TextType value)
Sets the value of the mode property.
|
TransportModeCodeType |
setModeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setModeCode(TransportModeCodeType value)
Sets the value of the modeCode property.
|
TransportMovementStageCodeType |
setStageCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStageCode(TransportMovementStageCodeType value)
Sets the value of the stageCode property.
|
void |
setUsedLogisticsTransportMeans(LogisticsTransportMeansType value)
Sets the value of the usedLogisticsTransportMeans property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LogisticsTransportMovementType()
@Nullable public TransportMovementStageCodeType getStageCode()
TransportMovementStageCodeTypepublic void setStageCode(@Nullable TransportMovementStageCodeType value)
value - allowed object is
TransportMovementStageCodeType@Nullable public TransportModeCodeType getModeCode()
TransportModeCodeTypepublic void setModeCode(@Nullable TransportModeCodeType value)
value - allowed object is
TransportModeCodeType@Nullable public TextType getMode()
TextTypepublic void setMode(@Nullable TextType value)
value - allowed object is
TextType@Nullable public LogisticsTransportMeansType getUsedLogisticsTransportMeans()
LogisticsTransportMeansTypepublic void setUsedLogisticsTransportMeans(@Nullable LogisticsTransportMeansType value)
value - allowed object is
LogisticsTransportMeansTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull LogisticsTransportMovementType 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 LogisticsTransportMovementType clone()
@Nonnull public TransportModeCodeType setModeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TransportMovementStageCodeType setStageCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setMode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getStageCodeValue()
null@Nullable public String getModeCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.