public static class ICSOLI.SegGrp2.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="COD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COD-ComponentDetails"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" maxOccurs="9" minOccurs="0"/>
<element name="QRS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QRS-QueryAndResponse" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp5() |
public CODComponentDetails getCOD()
CODComponentDetailspublic void setCOD(CODComponentDetails value)
value - allowed object is
CODComponentDetailspublic List<ATTAttribute> getATT()
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 att property.
For example, to add a new item, do as follows:
getATT().add(newItem);
Objects of the following type(s) are allowed in the list
ATTAttribute
public IDEIdentity getIDE()
IDEIdentitypublic void setIDE(IDEIdentity value)
value - allowed object is
IDEIdentitypublic 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<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<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<EQNNumberOfUnits> getEQN()
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 eqn property.
For example, to add a new item, do as follows:
getEQN().add(newItem);
Objects of the following type(s) are allowed in the list
EQNNumberOfUnits
public List<QRSQueryAndResponse> getQRS()
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 qrs property.
For example, to add a new item, do as follows:
getQRS().add(newItem);
Objects of the following type(s) are allowed in the list
QRSQueryAndResponse
public ICSOLI.SegGrp2.SegGrp5 withCOD(CODComponentDetails value)
public ICSOLI.SegGrp2.SegGrp5 withATT(ATTAttribute... values)
public ICSOLI.SegGrp2.SegGrp5 withATT(Collection<ATTAttribute> values)
public ICSOLI.SegGrp2.SegGrp5 withIDE(IDEIdentity value)
public ICSOLI.SegGrp2.SegGrp5 withRFF(RFFReference... values)
public ICSOLI.SegGrp2.SegGrp5 withRFF(Collection<RFFReference> values)
public ICSOLI.SegGrp2.SegGrp5 withDTM(DTMDateTimePeriod... values)
public ICSOLI.SegGrp2.SegGrp5 withDTM(Collection<DTMDateTimePeriod> values)
public ICSOLI.SegGrp2.SegGrp5 withMOA(MOAMonetaryAmount... values)
public ICSOLI.SegGrp2.SegGrp5 withMOA(Collection<MOAMonetaryAmount> values)
public ICSOLI.SegGrp2.SegGrp5 withEQN(EQNNumberOfUnits... values)
public ICSOLI.SegGrp2.SegGrp5 withEQN(Collection<EQNNumberOfUnits> values)
public ICSOLI.SegGrp2.SegGrp5 withQRS(QRSQueryAndResponse... values)
public ICSOLI.SegGrp2.SegGrp5 withQRS(Collection<QRSQueryAndResponse> values)
Copyright © 2020. All rights reserved.