public static class CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 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="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails" maxOccurs="9" minOccurs="0"/>
<element name="PAC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAC-Package" maxOccurs="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp15() |
public GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic 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<DOCDocumentMessageDetails> getDOC()
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 doc property.
For example, to add a new item, do as follows:
getDOC().add(newItem);
Objects of the following type(s) are allowed in the list
DOCDocumentMessageDetails
public List<PACPackage> getPAC()
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 pac property.
For example, to add a new item, do as follows:
getPAC().add(newItem);
Objects of the following type(s) are allowed in the list
PACPackage
public 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 CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withGEI(GEIProcessingInformation value)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withDTM(DTMDateTimePeriod... values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withDTM(Collection<DTMDateTimePeriod> values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withDOC(DOCDocumentMessageDetails... values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withDOC(Collection<DOCDocumentMessageDetails> values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withPAC(PACPackage... values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withPAC(Collection<PACPackage> values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withMEA(MEAMeasurements... values)
public CUSCAR.SegGrp7.SegGrp8.SegGrp14.SegGrp15 withMEA(Collection<MEAMeasurements> values)
Copyright © 2020. All rights reserved.