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/D07A}C703-NatureOfCargo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GDSNatureOfCargo() |
| Modifier and Type | Method and Description |
|---|---|
C703NatureOfCargo |
getC703()
Gets the value of the c703 property.
|
void |
setC703(C703NatureOfCargo value)
Sets the value of the c703 property.
|
GDSNatureOfCargo |
withC703(C703NatureOfCargo value) |
public C703NatureOfCargo getC703()
C703NatureOfCargopublic void setC703(C703NatureOfCargo value)
value - allowed object is
C703NatureOfCargopublic GDSNatureOfCargo withC703(C703NatureOfCargo value)
Copyright © 2020. All rights reserved.