public static class SSIMOD.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="IND" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IND-IndexDetails"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
<element name="SegGrp-3" maxOccurs="99" minOccurs="0">
<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="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" maxOccurs="5" minOccurs="0"/>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers" minOccurs="0"/>
<element name="NAT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAT-Nationality" minOccurs="0"/>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-4" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PDI-PersonDemographicInformation"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="2" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SSIMOD.SegGrp2.SegGrp3
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
INDIndexDetails |
getIND()
Gets the value of the ind property.
|
List<SSIMOD.SegGrp2.SegGrp3> |
getSegGrp3()
Gets the value of the segGrp3 property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setIND(INDIndexDetails value)
Sets the value of the ind property.
|
SSIMOD.SegGrp2 |
withFTX(FTXFreeText value) |
SSIMOD.SegGrp2 |
withIND(INDIndexDetails value) |
SSIMOD.SegGrp2 |
withSegGrp3(Collection<SSIMOD.SegGrp2.SegGrp3> values) |
SSIMOD.SegGrp2 |
withSegGrp3(SSIMOD.SegGrp2.SegGrp3... values) |
public INDIndexDetails getIND()
INDIndexDetailspublic void setIND(INDIndexDetails value)
value - allowed object is
INDIndexDetailspublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<SSIMOD.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 SSIMOD.SegGrp2 withIND(INDIndexDetails value)
public SSIMOD.SegGrp2 withFTX(FTXFreeText value)
public SSIMOD.SegGrp2 withSegGrp3(SSIMOD.SegGrp2.SegGrp3... values)
public SSIMOD.SegGrp2 withSegGrp3(Collection<SSIMOD.SegGrp2.SegGrp3> values)
Copyright © 2020. All rights reserved.