public static class DESTIM.SegGrp8 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="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DAM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DAM-Damage"/>
<element name="COD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COD-ComponentDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-10" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RTE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RTE-RateDetails"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-11" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
</sequence>
<element name="SegGrp-12" maxOccurs="9">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="TAX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TAX-DutyTaxFeeDetails" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DESTIM.SegGrp8.SegGrp10
Java class for anonymous complex type.
|
static class |
DESTIM.SegGrp8.SegGrp11
Java class for anonymous complex type.
|
static class |
DESTIM.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
public LINLineItem getLIN()
LINLineItempublic void setLIN(LINLineItem value)
value - allowed object is
LINLineItempublic DIMDimensions getDIM()
DIMDimensionspublic void setDIM(DIMDimensions value)
value - allowed object is
DIMDimensionspublic QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic 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 DESTIM.SegGrp8.SegGrp9 getSegGrp9()
.SegGrp9 public void setSegGrp9(DESTIM.SegGrp8.SegGrp9 value)
value - allowed object is
.SegGrp9 public List<DESTIM.SegGrp8.SegGrp10> getSegGrp10()
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 segGrp10 property.
For example, to add a new item, do as follows:
getSegGrp10().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp10
public List<DESTIM.SegGrp8.SegGrp11> getSegGrp11()
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 segGrp11 property.
For example, to add a new item, do as follows:
getSegGrp11().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp11
public DESTIM.SegGrp8 withLIN(LINLineItem value)
public DESTIM.SegGrp8 withDIM(DIMDimensions value)
public DESTIM.SegGrp8 withQTY(QTYQuantity value)
public DESTIM.SegGrp8 withFTX(FTXFreeText... values)
public DESTIM.SegGrp8 withFTX(Collection<FTXFreeText> values)
public DESTIM.SegGrp8 withSegGrp9(DESTIM.SegGrp8.SegGrp9 value)
public DESTIM.SegGrp8 withSegGrp10(DESTIM.SegGrp8.SegGrp10... values)
public DESTIM.SegGrp8 withSegGrp10(Collection<DESTIM.SegGrp8.SegGrp10> values)
public DESTIM.SegGrp8 withSegGrp11(DESTIM.SegGrp8.SegGrp11... values)
public DESTIM.SegGrp8 withSegGrp11(Collection<DESTIM.SegGrp8.SegGrp11> values)
Copyright © 2020. All rights reserved.