public static class ICASRP.SegGrp23 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="PRC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRC-ProcessIdentification"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="QRS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QRS-QueryAndResponse" maxOccurs="99" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp23() |
public PRCProcessIdentification getPRC()
PRCProcessIdentificationpublic void setPRC(PRCProcessIdentification value)
value - allowed object is
PRCProcessIdentificationpublic List<IDEIdentity> getIDE()
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 ide property.
For example, to add a new item, do as follows:
getIDE().add(newItem);
Objects of the following type(s) are allowed in the list
IDEIdentity
public 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 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<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 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<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public ICASRP.SegGrp23 withPRC(PRCProcessIdentification value)
public ICASRP.SegGrp23 withIDE(IDEIdentity... values)
public ICASRP.SegGrp23 withIDE(Collection<IDEIdentity> values)
public ICASRP.SegGrp23 withATT(ATTAttribute... values)
public ICASRP.SegGrp23 withATT(Collection<ATTAttribute> values)
public ICASRP.SegGrp23 withDTM(DTMDateTimePeriod... values)
public ICASRP.SegGrp23 withDTM(Collection<DTMDateTimePeriod> values)
public ICASRP.SegGrp23 withMOA(MOAMonetaryAmount... values)
public ICASRP.SegGrp23 withMOA(Collection<MOAMonetaryAmount> values)
public ICASRP.SegGrp23 withQRS(QRSQueryAndResponse... values)
public ICASRP.SegGrp23 withQRS(Collection<QRSQueryAndResponse> values)
public ICASRP.SegGrp23 withRFF(RFFReference... values)
public ICASRP.SegGrp23 withRFF(Collection<RFFReference> values)
public ICASRP.SegGrp23 withFTX(FTXFreeText... values)
public ICASRP.SegGrp23 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.