@CodingStyleguideUnaware public class TransportCargoType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TransportCargoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportCargoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TypeCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}CargoCategoryCodeType" minOccurs="0"/>
<element name="Identification" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="OperationalCategoryCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}CargoOperationalCategoryCodeType" minOccurs="0"/>
<element name="StatisticalClassificationCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}CargoCommodityCategoryCodeType" 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 |
|---|
TransportCargoType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
TransportCargoType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TransportCargoType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TextType |
getIdentification()
Gets the value of the identification property.
|
String |
getIdentificationValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CargoOperationalCategoryCodeType |
getOperationalCategoryCode()
Gets the value of the operationalCategoryCode property.
|
String |
getOperationalCategoryCodeValue()
Get the value of the contained CargoOperationalCategoryCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CargoCommodityCategoryCodeType |
getStatisticalClassificationCode()
Gets the value of the statisticalClassificationCode property.
|
String |
getStatisticalClassificationCodeValue()
Get the value of the contained CargoCommodityCategoryCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CargoCategoryCodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained CargoCategoryCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TextType |
setIdentification(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIdentification(TextType value)
Sets the value of the identification property.
|
void |
setOperationalCategoryCode(CargoOperationalCategoryCodeType value)
Sets the value of the operationalCategoryCode property.
|
CargoOperationalCategoryCodeType |
setOperationalCategoryCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStatisticalClassificationCode(CargoCommodityCategoryCodeType value)
Sets the value of the statisticalClassificationCode property.
|
CargoCommodityCategoryCodeType |
setStatisticalClassificationCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTypeCode(CargoCategoryCodeType value)
Sets the value of the typeCode property.
|
CargoCategoryCodeType |
setTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TransportCargoType()
@Nullable public CargoCategoryCodeType getTypeCode()
CargoCategoryCodeTypepublic void setTypeCode(@Nullable CargoCategoryCodeType value)
value - allowed object is
CargoCategoryCodeType@Nullable public TextType getIdentification()
TextTypepublic void setIdentification(@Nullable TextType value)
value - allowed object is
TextType@Nullable public CargoOperationalCategoryCodeType getOperationalCategoryCode()
CargoOperationalCategoryCodeTypepublic void setOperationalCategoryCode(@Nullable CargoOperationalCategoryCodeType value)
value - allowed object is
CargoOperationalCategoryCodeType@Nullable public CargoCommodityCategoryCodeType getStatisticalClassificationCode()
CargoCommodityCategoryCodeTypepublic void setStatisticalClassificationCode(@Nullable CargoCommodityCategoryCodeType value)
value - allowed object is
CargoCommodityCategoryCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull TransportCargoType 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 TransportCargoType clone()
@Nonnull public CargoCategoryCodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CargoCommodityCategoryCodeType setStatisticalClassificationCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CargoOperationalCategoryCodeType setOperationalCategoryCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setIdentification(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getTypeCodeValue()
null@Nullable public String getIdentificationValue()
null@Nullable public String getOperationalCategoryCodeValue()
null@Nullable public String getStatisticalClassificationCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.