public static class STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 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="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="2" minOccurs="0"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="2" minOccurs="0"/>
</sequence>
<element name="SegGrp-12" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
<element name="ALC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALC-AllowanceOrCharge" minOccurs="0"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="2" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
<element name="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11.SegGrp12
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp11() |
public GIRRelatedIdentificationNumbers getGIR()
GIRRelatedIdentificationNumberspublic void setGIR(GIRRelatedIdentificationNumbers value)
value - allowed object is
GIRRelatedIdentificationNumberspublic List<IMDItemDescription> getIMD()
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 imd property.
For example, to add a new item, do as follows:
getIMD().add(newItem);
Objects of the following type(s) are allowed in the list
IMDItemDescription
public List<GINGoodsIdentityNumber> getGIN()
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 gin property.
For example, to add a new item, do as follows:
getGIN().add(newItem);
Objects of the following type(s) are allowed in the list
GINGoodsIdentityNumber
public List<STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11.SegGrp12> getSegGrp12()
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 segGrp12 property.
For example, to add a new item, do as follows:
getSegGrp12().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp6 .SegGrp8 .SegGrp11 .SegGrp12
public STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 withGIR(GIRRelatedIdentificationNumbers value)
public STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 withIMD(IMDItemDescription... values)
public STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 withIMD(Collection<IMDItemDescription> values)
public STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 withGIN(GINGoodsIdentityNumber... values)
public STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 withGIN(Collection<GINGoodsIdentityNumber> values)
public STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 withSegGrp12(STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11.SegGrp12... values)
public STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11 withSegGrp12(Collection<STLRPT.SegGrp2.SegGrp4.SegGrp6.SegGrp8.SegGrp11.SegGrp12> values)
Copyright © 2020. All rights reserved.