public static class DMSTAT.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="HYN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HYN-HierarchyInformation"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="5" 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="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="999" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-4" maxOccurs="9999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="IRQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IRQ-InformationRequired"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" maxOccurs="2" minOccurs="0"/>
<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 |
DMSTAT.SegGrp2.SegGrp3
Java class for anonymous complex type.
|
static class |
DMSTAT.SegGrp2.SegGrp4
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
HYNHierarchyInformation |
getHYN()
Gets the value of the hyn property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
List<DMSTAT.SegGrp2.SegGrp3> |
getSegGrp3()
Gets the value of the segGrp3 property.
|
List<DMSTAT.SegGrp2.SegGrp4> |
getSegGrp4()
Gets the value of the segGrp4 property.
|
void |
setHYN(HYNHierarchyInformation value)
Sets the value of the hyn property.
|
DMSTAT.SegGrp2 |
withHYN(HYNHierarchyInformation value) |
DMSTAT.SegGrp2 |
withRFF(Collection<RFFReference> values) |
DMSTAT.SegGrp2 |
withRFF(RFFReference... values) |
DMSTAT.SegGrp2 |
withSegGrp3(Collection<DMSTAT.SegGrp2.SegGrp3> values) |
DMSTAT.SegGrp2 |
withSegGrp3(DMSTAT.SegGrp2.SegGrp3... values) |
DMSTAT.SegGrp2 |
withSegGrp4(Collection<DMSTAT.SegGrp2.SegGrp4> values) |
DMSTAT.SegGrp2 |
withSegGrp4(DMSTAT.SegGrp2.SegGrp4... values) |
public HYNHierarchyInformation getHYN()
HYNHierarchyInformationpublic void setHYN(HYNHierarchyInformation value)
value - allowed object is
HYNHierarchyInformationpublic 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<DMSTAT.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<DMSTAT.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 DMSTAT.SegGrp2 withHYN(HYNHierarchyInformation value)
public DMSTAT.SegGrp2 withRFF(RFFReference... values)
public DMSTAT.SegGrp2 withRFF(Collection<RFFReference> values)
public DMSTAT.SegGrp2 withSegGrp3(DMSTAT.SegGrp2.SegGrp3... values)
public DMSTAT.SegGrp2 withSegGrp3(Collection<DMSTAT.SegGrp2.SegGrp3> values)
public DMSTAT.SegGrp2 withSegGrp4(DMSTAT.SegGrp2.SegGrp4... values)
public DMSTAT.SegGrp2 withSegGrp4(Collection<DMSTAT.SegGrp2.SegGrp4> values)
Copyright © 2020. All rights reserved.