public static class MOVINS.SegGrp5.SegGrp6.SegGrp10 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GID" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GID-GoodsItemDetails"/>
<element name="GDS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GDS-NatureOfCargo" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp10() |
| Modifier and Type | Method and Description |
|---|---|
GDSNatureOfCargo |
getGDS()
Gets the value of the gds property.
|
GIDGoodsItemDetails |
getGID()
Gets the value of the gid property.
|
void |
setGDS(GDSNatureOfCargo value)
Sets the value of the gds property.
|
void |
setGID(GIDGoodsItemDetails value)
Sets the value of the gid property.
|
MOVINS.SegGrp5.SegGrp6.SegGrp10 |
withGDS(GDSNatureOfCargo value) |
MOVINS.SegGrp5.SegGrp6.SegGrp10 |
withGID(GIDGoodsItemDetails value) |
public GIDGoodsItemDetails getGID()
GIDGoodsItemDetailspublic void setGID(GIDGoodsItemDetails value)
value - allowed object is
GIDGoodsItemDetailspublic GDSNatureOfCargo getGDS()
GDSNatureOfCargopublic void setGDS(GDSNatureOfCargo value)
value - allowed object is
GDSNatureOfCargopublic MOVINS.SegGrp5.SegGrp6.SegGrp10 withGID(GIDGoodsItemDetails value)
public MOVINS.SegGrp5.SegGrp6.SegGrp10 withGDS(GDSNatureOfCargo value)
Copyright © 2020. All rights reserved.