public static class IFTSTA.SegGrp13.SegGrp14.SegGrp23 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="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions" maxOccurs="9" minOccurs="0"/>
<element name="SGP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SGP-SplitGoodsPlacement" maxOccurs="99" minOccurs="0"/>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DGS-DangerousGoods" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="GDS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GDS-NatureOfCargo" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-24" 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/D12B}MEA-Measurements"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-25" 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/D12B}DIM-Dimensions"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-26" 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/D12B}PCI-PackageIdentification"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="9999" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-27" 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/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}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.SegGrp13.SegGrp14.SegGrp23.SegGrp24
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp25
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp26
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp27
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp23() |
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.SegGrp13.SegGrp14.SegGrp23.SegGrp24> getSegGrp24()
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 segGrp24 property.
For example, to add a new item, do as follows:
getSegGrp24().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14 .SegGrp23 .SegGrp24
public List<IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp25> getSegGrp25()
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 segGrp25 property.
For example, to add a new item, do as follows:
getSegGrp25().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14 .SegGrp23 .SegGrp25
public List<IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp26> getSegGrp26()
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 segGrp26 property.
For example, to add a new item, do as follows:
getSegGrp26().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14 .SegGrp23 .SegGrp26
public List<IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp27> getSegGrp27()
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 segGrp27 property.
For example, to add a new item, do as follows:
getSegGrp27().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14 .SegGrp23 .SegGrp27
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withGID(GIDGoodsItemDetails value)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withHAN(HANHandlingInstructions... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withHAN(Collection<HANHandlingInstructions> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSGP(SGPSplitGoodsPlacement... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSGP(Collection<SGPSplitGoodsPlacement> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withDGS(DGSDangerousGoods... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withDGS(Collection<DGSDangerousGoods> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withFTX(FTXFreeText... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withFTX(Collection<FTXFreeText> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withGDS(GDSNatureOfCargo... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withGDS(Collection<GDSNatureOfCargo> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withLOC(LOCPlaceLocationIdentification... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withQTY(QTYQuantity... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withQTY(Collection<QTYQuantity> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp24(IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp24... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp24(Collection<IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp24> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp25(IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp25... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp25(Collection<IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp25> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp26(IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp26... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp26(Collection<IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp26> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp27(IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp27... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp23 withSegGrp27(Collection<IFTSTA.SegGrp13.SegGrp14.SegGrp23.SegGrp27> values)
Copyright © 2020. All rights reserved.