@CodingStyleguideUnaware public class CommodityClassificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CommodityClassificationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
CommodityClassificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CommodityClassificationType 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
|
CargoTypeCodeType |
getCargoTypeCode()
<pre>
<?
|
String |
getCargoTypeCodeValue()
Get the value of the contained CargoTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
CommodityCodeType |
getCommodityCode()
<pre>
<?
|
String |
getCommodityCodeValue()
Get the value of the contained CommodityCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ItemClassificationCodeType |
getItemClassificationCode()
<pre>
<?
|
String |
getItemClassificationCodeValue()
Get the value of the contained ItemClassificationCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
NatureCodeType |
getNatureCode()
<pre>
<?
|
String |
getNatureCodeValue()
Get the value of the contained NatureCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCargoTypeCode(CargoTypeCodeType value)
Sets the value of the cargoTypeCode property.
|
CargoTypeCodeType |
setCargoTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setCommodityCode(CommodityCodeType value)
Sets the value of the commodityCode property.
|
CommodityCodeType |
setCommodityCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setItemClassificationCode(ItemClassificationCodeType value)
Sets the value of the itemClassificationCode property.
|
ItemClassificationCodeType |
setItemClassificationCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNatureCode(NatureCodeType value)
Sets the value of the natureCode property.
|
NatureCodeType |
setNatureCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CommodityClassificationType()
@Nullable public NatureCodeType getNatureCode()
NatureCodeTypepublic void setNatureCode(@Nullable NatureCodeType value)
value - allowed object is
NatureCodeType@Nullable public CargoTypeCodeType getCargoTypeCode()
CargoTypeCodeTypepublic void setCargoTypeCode(@Nullable CargoTypeCodeType value)
value - allowed object is
CargoTypeCodeType@Nullable public CommodityCodeType getCommodityCode()
CommodityCodeTypepublic void setCommodityCode(@Nullable CommodityCodeType value)
value - allowed object is
CommodityCodeType@Nullable public ItemClassificationCodeType getItemClassificationCode()
ItemClassificationCodeTypepublic void setItemClassificationCode(@Nullable ItemClassificationCodeType value)
value - allowed object is
ItemClassificationCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull CommodityClassificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CommodityClassificationType clone()
@Nonnull public NatureCodeType setNatureCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CargoTypeCodeType setCargoTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CommodityCodeType setCommodityCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ItemClassificationCodeType setItemClassificationCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getNatureCodeValue()
@Nullable public String getCargoTypeCodeValue()
@Nullable public String getCommodityCodeValue()
@Nullable public String getItemClassificationCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.