public class SSIMOD extends Object
Java class for SSIMOD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSIMOD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="BGM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BGM-BeginningOfMessage"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
</sequence>
<element name="SegGrp-1" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-2" maxOccurs="2">
<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>
</element>
<element name="SegGrp-6" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="AUT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AUT-AuthenticationResult"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SSIMOD.SegGrp1
Java class for anonymous complex type.
|
static class |
SSIMOD.SegGrp2
Java class for anonymous complex type.
|
static class |
SSIMOD.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SSIMOD() |
| Modifier and Type | Method and Description |
|---|---|
BGMBeginningOfMessage |
getBGM()
Gets the value of the bgm property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
SSIMOD.SegGrp1 |
getSegGrp1()
Gets the value of the segGrp1 property.
|
List<SSIMOD.SegGrp2> |
getSegGrp2()
Gets the value of the segGrp2 property.
|
SSIMOD.SegGrp6 |
getSegGrp6()
Gets the value of the segGrp6 property.
|
void |
setBGM(BGMBeginningOfMessage value)
Sets the value of the bgm property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
void |
setSegGrp1(SSIMOD.SegGrp1 value)
Sets the value of the segGrp1 property.
|
void |
setSegGrp6(SSIMOD.SegGrp6 value)
Sets the value of the segGrp6 property.
|
SSIMOD |
withBGM(BGMBeginningOfMessage value) |
SSIMOD |
withDTM(DTMDateTimePeriod value) |
SSIMOD |
withGEI(GEIProcessingInformation value) |
SSIMOD |
withSegGrp1(SSIMOD.SegGrp1 value) |
SSIMOD |
withSegGrp2(Collection<SSIMOD.SegGrp2> values) |
SSIMOD |
withSegGrp2(SSIMOD.SegGrp2... values) |
SSIMOD |
withSegGrp6(SSIMOD.SegGrp6 value) |
public BGMBeginningOfMessage getBGM()
BGMBeginningOfMessagepublic void setBGM(BGMBeginningOfMessage value)
value - allowed object is
BGMBeginningOfMessagepublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic SSIMOD.SegGrp1 getSegGrp1()
SSIMOD.SegGrp1public void setSegGrp1(SSIMOD.SegGrp1 value)
value - allowed object is
SSIMOD.SegGrp1public List<SSIMOD.SegGrp2> getSegGrp2()
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 segGrp2 property.
For example, to add a new item, do as follows:
getSegGrp2().add(newItem);
Objects of the following type(s) are allowed in the list
SSIMOD.SegGrp2
public SSIMOD.SegGrp6 getSegGrp6()
SSIMOD.SegGrp6public void setSegGrp6(SSIMOD.SegGrp6 value)
value - allowed object is
SSIMOD.SegGrp6public SSIMOD withBGM(BGMBeginningOfMessage value)
public SSIMOD withDTM(DTMDateTimePeriod value)
public SSIMOD withGEI(GEIProcessingInformation value)
public SSIMOD withSegGrp1(SSIMOD.SegGrp1 value)
public SSIMOD withSegGrp2(SSIMOD.SegGrp2... values)
public SSIMOD withSegGrp2(Collection<SSIMOD.SegGrp2> values)
public SSIMOD withSegGrp6(SSIMOD.SegGrp6 value)
Copyright © 2020. All rights reserved.