Class CommodityClassificationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.CommodityClassificationType
-
public class CommodityClassificationType extends Object
Java class for CommodityClassificationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CommodityClassificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NatureCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CargoTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CommodityCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ItemClassificationCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CargoTypeCodeTypecargoTypeCodeprotected CommodityCodeTypecommodityCodeprotected ItemClassificationCodeTypeitemClassificationCodeprotected NatureCodeTypenatureCode
-
Constructor Summary
Constructors Constructor Description CommodityClassificationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CargoTypeCodeTypegetCargoTypeCode()Gets the value of the cargoTypeCode property.CommodityCodeTypegetCommodityCode()Gets the value of the commodityCode property.ItemClassificationCodeTypegetItemClassificationCode()Gets the value of the itemClassificationCode property.NatureCodeTypegetNatureCode()Gets the value of the natureCode property.voidsetCargoTypeCode(CargoTypeCodeType value)Sets the value of the cargoTypeCode property.voidsetCommodityCode(CommodityCodeType value)Sets the value of the commodityCode property.voidsetItemClassificationCode(ItemClassificationCodeType value)Sets the value of the itemClassificationCode property.voidsetNatureCode(NatureCodeType value)Sets the value of the natureCode property.
-
-
-
Field Detail
-
natureCode
protected NatureCodeType natureCode
-
cargoTypeCode
protected CargoTypeCodeType cargoTypeCode
-
commodityCode
protected CommodityCodeType commodityCode
-
itemClassificationCode
protected ItemClassificationCodeType itemClassificationCode
-
-
Method Detail
-
getNatureCode
public NatureCodeType getNatureCode()
Gets the value of the natureCode property.- Returns:
- possible object is
NatureCodeType
-
setNatureCode
public void setNatureCode(NatureCodeType value)
Sets the value of the natureCode property.- Parameters:
value- allowed object isNatureCodeType
-
getCargoTypeCode
public CargoTypeCodeType getCargoTypeCode()
Gets the value of the cargoTypeCode property.- Returns:
- possible object is
CargoTypeCodeType
-
setCargoTypeCode
public void setCargoTypeCode(CargoTypeCodeType value)
Sets the value of the cargoTypeCode property.- Parameters:
value- allowed object isCargoTypeCodeType
-
getCommodityCode
public CommodityCodeType getCommodityCode()
Gets the value of the commodityCode property.- Returns:
- possible object is
CommodityCodeType
-
setCommodityCode
public void setCommodityCode(CommodityCodeType value)
Sets the value of the commodityCode property.- Parameters:
value- allowed object isCommodityCodeType
-
getItemClassificationCode
public ItemClassificationCodeType getItemClassificationCode()
Gets the value of the itemClassificationCode property.- Returns:
- possible object is
ItemClassificationCodeType
-
setItemClassificationCode
public void setItemClassificationCode(ItemClassificationCodeType value)
Sets the value of the itemClassificationCode property.- Parameters:
value- allowed object isItemClassificationCodeType
-
-