public static class PRODEX.SegGrp2.SegGrp3 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="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="2" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="2" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="5" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="5" minOccurs="0"/>
<element name="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-4" maxOccurs="5" 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" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PRODEX.SegGrp2.SegGrp3.SegGrp4
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp3() |
public LINLineItem getLIN()
LINLineItempublic void setLIN(LINLineItem value)
value - allowed object is
LINLineItempublic List<GEIProcessingInformation> getGEI()
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 gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
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 DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<MEAMeasurements> getMEA()
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 mea property.
For example, to add a new item, do as follows:
getMEA().add(newItem);
Objects of the following type(s) are allowed in the list
MEAMeasurements
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<TDTTransportInformation> getTDT()
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 tdt property.
For example, to add a new item, do as follows:
getTDT().add(newItem);
Objects of the following type(s) are allowed in the list
TDTTransportInformation
public List<PRODEX.SegGrp2.SegGrp3.SegGrp4> getSegGrp4()
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 segGrp4 property.
For example, to add a new item, do as follows:
getSegGrp4().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp3 .SegGrp4
public PRODEX.SegGrp2.SegGrp3 withLIN(LINLineItem value)
public PRODEX.SegGrp2.SegGrp3 withGEI(GEIProcessingInformation... values)
public PRODEX.SegGrp2.SegGrp3 withGEI(Collection<GEIProcessingInformation> values)
public PRODEX.SegGrp2.SegGrp3 withLOC(LOCPlaceLocationIdentification... values)
public PRODEX.SegGrp2.SegGrp3 withLOC(Collection<LOCPlaceLocationIdentification> values)
public PRODEX.SegGrp2.SegGrp3 withDTM(DTMDateTimePeriod value)
public PRODEX.SegGrp2.SegGrp3 withMEA(MEAMeasurements... values)
public PRODEX.SegGrp2.SegGrp3 withMEA(Collection<MEAMeasurements> values)
public PRODEX.SegGrp2.SegGrp3 withQTY(QTYQuantity... values)
public PRODEX.SegGrp2.SegGrp3 withQTY(Collection<QTYQuantity> values)
public PRODEX.SegGrp2.SegGrp3 withTDT(TDTTransportInformation... values)
public PRODEX.SegGrp2.SegGrp3 withTDT(Collection<TDTTransportInformation> values)
public PRODEX.SegGrp2.SegGrp3 withSegGrp4(PRODEX.SegGrp2.SegGrp3.SegGrp4... values)
public PRODEX.SegGrp2.SegGrp3 withSegGrp4(Collection<PRODEX.SegGrp2.SegGrp3.SegGrp4> values)
Copyright © 2020. All rights reserved.