public static class ICSOLI.SegGrp2 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="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="EMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EMP-EmploymentDetails" 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="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="9" minOccurs="0"/>
<element name="QRS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QRS-QueryAndResponse" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-3" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-4" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ROD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ROD-RiskObjectType"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-5" maxOccurs="99" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ICSOLI.SegGrp2.SegGrp3
Java class for anonymous complex type.
|
static class |
ICSOLI.SegGrp2.SegGrp4
Java class for anonymous complex type.
|
static class |
ICSOLI.SegGrp2.SegGrp5
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp2() |
public PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic 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<EMPEmploymentDetails> getEMP()
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 emp property.
For example, to add a new item, do as follows:
getEMP().add(newItem);
Objects of the following type(s) are allowed in the list
EMPEmploymentDetails
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<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
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 FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<COMCommunicationContact> getCOM()
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 com property.
For example, to add a new item, do as follows:
getCOM().add(newItem);
Objects of the following type(s) are allowed in the list
COMCommunicationContact
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<ICSOLI.SegGrp2.SegGrp3> getSegGrp3()
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 segGrp3 property.
For example, to add a new item, do as follows:
getSegGrp3().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp3
public List<ICSOLI.SegGrp2.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
.SegGrp4
public List<ICSOLI.SegGrp2.SegGrp5> getSegGrp5()
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 segGrp5 property.
For example, to add a new item, do as follows:
getSegGrp5().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5
public ICSOLI.SegGrp2 withPNA(PNAPartyIdentification value)
public ICSOLI.SegGrp2 withRFF(RFFReference... values)
public ICSOLI.SegGrp2 withRFF(Collection<RFFReference> values)
public ICSOLI.SegGrp2 withEMP(EMPEmploymentDetails... values)
public ICSOLI.SegGrp2 withEMP(Collection<EMPEmploymentDetails> values)
public ICSOLI.SegGrp2 withDTM(DTMDateTimePeriod... values)
public ICSOLI.SegGrp2 withDTM(Collection<DTMDateTimePeriod> values)
public ICSOLI.SegGrp2 withPCD(PCDPercentageDetails... values)
public ICSOLI.SegGrp2 withPCD(Collection<PCDPercentageDetails> values)
public ICSOLI.SegGrp2 withQRS(QRSQueryAndResponse... values)
public ICSOLI.SegGrp2 withQRS(Collection<QRSQueryAndResponse> values)
public ICSOLI.SegGrp2 withFTX(FTXFreeText value)
public ICSOLI.SegGrp2 withCOM(COMCommunicationContact... values)
public ICSOLI.SegGrp2 withCOM(Collection<COMCommunicationContact> values)
public ICSOLI.SegGrp2 withATT(ATTAttribute... values)
public ICSOLI.SegGrp2 withATT(Collection<ATTAttribute> values)
public ICSOLI.SegGrp2 withSegGrp3(ICSOLI.SegGrp2.SegGrp3... values)
public ICSOLI.SegGrp2 withSegGrp3(Collection<ICSOLI.SegGrp2.SegGrp3> values)
public ICSOLI.SegGrp2 withSegGrp4(ICSOLI.SegGrp2.SegGrp4... values)
public ICSOLI.SegGrp2 withSegGrp4(Collection<ICSOLI.SegGrp2.SegGrp4> values)
public ICSOLI.SegGrp2 withSegGrp5(ICSOLI.SegGrp2.SegGrp5... values)
public ICSOLI.SegGrp2 withSegGrp5(Collection<ICSOLI.SegGrp2.SegGrp5> values)
Copyright © 2020. All rights reserved.