public class GDSNatureOfCargo extends Object
Java class for GDS-NatureOfCargo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GDS-NatureOfCargo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C703" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C703-NatureOfCargo" minOccurs="0"/>
<element name="C288" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C288-ProductGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GDSNatureOfCargo() |
| Modifier and Type | Method and Description |
|---|---|
C288ProductGroup |
getC288()
Gets the value of the c288 property.
|
C703NatureOfCargo |
getC703()
Gets the value of the c703 property.
|
void |
setC288(C288ProductGroup value)
Sets the value of the c288 property.
|
void |
setC703(C703NatureOfCargo value)
Sets the value of the c703 property.
|
GDSNatureOfCargo |
withC288(C288ProductGroup value) |
GDSNatureOfCargo |
withC703(C703NatureOfCargo value) |
public C703NatureOfCargo getC703()
C703NatureOfCargopublic void setC703(C703NatureOfCargo value)
value - allowed object is
C703NatureOfCargopublic C288ProductGroup getC288()
C288ProductGrouppublic void setC288(C288ProductGroup value)
value - allowed object is
C288ProductGrouppublic GDSNatureOfCargo withC703(C703NatureOfCargo value)
public GDSNatureOfCargo withC288(C288ProductGroup value)
Copyright © 2020. All rights reserved.