public static class IFTSTA.SegGrp4.SegGrp5.SegGrp14 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/D07A}GID-GoodsItemDetails"/>
<element name="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}HAN-HandlingInstructions" maxOccurs="9" minOccurs="0"/>
<element name="SGP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}SGP-SplitGoodsPlacement" maxOccurs="99" minOccurs="0"/>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DGS-DangerousGoods" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="GDS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}GDS-NatureOfCargo" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-15" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}MEA-Measurements"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-16" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DIM-Dimensions"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-17" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}PCI-PackageIdentification"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}GIN-GoodsIdentityNumber" maxOccurs="9999" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-18" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp15
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp16
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp17
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp18
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp14() |
public GIDGoodsItemDetails getGID()
GIDGoodsItemDetailspublic void setGID(GIDGoodsItemDetails value)
value - allowed object is
GIDGoodsItemDetailspublic List<HANHandlingInstructions> getHAN()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the han property.
For example, to add a new item, do as follows:
getHAN().add(newItem);
Objects of the following type(s) are allowed in the list
HANHandlingInstructions
public List<SGPSplitGoodsPlacement> getSGP()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sgp property.
For example, to add a new item, do as follows:
getSGP().add(newItem);
Objects of the following type(s) are allowed in the list
SGPSplitGoodsPlacement
public List<DGSDangerousGoods> getDGS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dgs property.
For example, to add a new item, do as follows:
getDGS().add(newItem);
Objects of the following type(s) are allowed in the list
DGSDangerousGoods
public List<FTXFreeText> getFTX()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<GDSNatureOfCargo> getGDS()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gds property.
For example, to add a new item, do as follows:
getGDS().add(newItem);
Objects of the following type(s) are allowed in the list
GDSNatureOfCargo
public List<LOCPlaceLocationIdentification> getLOC()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public List<QTYQuantity> getQTY()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public List<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp15> getSegGrp15()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segGrp15 property.
For example, to add a new item, do as follows:
getSegGrp15().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp14 .SegGrp15
public List<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp16> getSegGrp16()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segGrp16 property.
For example, to add a new item, do as follows:
getSegGrp16().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp14 .SegGrp16
public List<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp17> getSegGrp17()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segGrp17 property.
For example, to add a new item, do as follows:
getSegGrp17().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp14 .SegGrp17
public List<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp18> getSegGrp18()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segGrp18 property.
For example, to add a new item, do as follows:
getSegGrp18().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp14 .SegGrp18
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withGID(GIDGoodsItemDetails value)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withHAN(HANHandlingInstructions... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withHAN(Collection<HANHandlingInstructions> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSGP(SGPSplitGoodsPlacement... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSGP(Collection<SGPSplitGoodsPlacement> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withDGS(DGSDangerousGoods... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withDGS(Collection<DGSDangerousGoods> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withFTX(FTXFreeText... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withFTX(Collection<FTXFreeText> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withGDS(GDSNatureOfCargo... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withGDS(Collection<GDSNatureOfCargo> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withLOC(LOCPlaceLocationIdentification... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withQTY(QTYQuantity... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withQTY(Collection<QTYQuantity> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp15(IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp15... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp15(Collection<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp15> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp16(IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp16... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp16(Collection<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp16> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp17(IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp17... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp17(Collection<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp17> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp18(IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp18... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp14 withSegGrp18(Collection<IFTSTA.SegGrp4.SegGrp5.SegGrp14.SegGrp18> values)
Copyright © 2020. All rights reserved.