public static class PAXLST.SegGrp4.SegGrp5 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="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="2" minOccurs="0"/>
<element name="CPI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CPI-ChargePaymentInstructions" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp5() |
public DOCDocumentMessageDetails getDOC()
DOCDocumentMessageDetailspublic void setDOC(DOCDocumentMessageDetails value)
value - allowed object is
DOCDocumentMessageDetailspublic List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public 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<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
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 CPIChargePaymentInstructions getCPI()
CPIChargePaymentInstructionspublic void setCPI(CPIChargePaymentInstructions value)
value - allowed object is
CPIChargePaymentInstructionspublic 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 PAXLST.SegGrp4.SegGrp5 withDOC(DOCDocumentMessageDetails value)
public PAXLST.SegGrp4.SegGrp5 withDTM(DTMDateTimePeriod... values)
public PAXLST.SegGrp4.SegGrp5 withDTM(Collection<DTMDateTimePeriod> values)
public PAXLST.SegGrp4.SegGrp5 withGEI(GEIProcessingInformation... values)
public PAXLST.SegGrp4.SegGrp5 withGEI(Collection<GEIProcessingInformation> values)
public PAXLST.SegGrp4.SegGrp5 withRFF(RFFReference... values)
public PAXLST.SegGrp4.SegGrp5 withRFF(Collection<RFFReference> values)
public PAXLST.SegGrp4.SegGrp5 withLOC(LOCPlaceLocationIdentification... values)
public PAXLST.SegGrp4.SegGrp5 withLOC(Collection<LOCPlaceLocationIdentification> values)
public PAXLST.SegGrp4.SegGrp5 withCPI(CPIChargePaymentInstructions value)
public PAXLST.SegGrp4.SegGrp5 withQTY(QTYQuantity... values)
public PAXLST.SegGrp4.SegGrp5 withQTY(Collection<QTYQuantity> values)
Copyright © 2020. All rights reserved.