public static class RDRMES.SegGrp3.SegGrp6 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="SCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SCD-StructureComponentDefinition"/>
<element name="ARR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARR-ArrayInformation" maxOccurs="99999" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-7" maxOccurs="99999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<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>
<element name="SegGrp-8" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RDRMES.SegGrp3.SegGrp6.SegGrp7
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp6() |
public SCDStructureComponentDefinition getSCD()
SCDStructureComponentDefinitionpublic void setSCD(SCDStructureComponentDefinition value)
value - allowed object is
SCDStructureComponentDefinitionpublic List<ARRArrayInformation> getARR()
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 arr property.
For example, to add a new item, do as follows:
getARR().add(newItem);
Objects of the following type(s) are allowed in the list
ARRArrayInformation
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<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<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 List<RDRMES.SegGrp3.SegGrp6.SegGrp7> getSegGrp7()
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 segGrp7 property.
For example, to add a new item, do as follows:
getSegGrp7().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp7
public RDRMES.SegGrp3.SegGrp6 withSCD(SCDStructureComponentDefinition value)
public RDRMES.SegGrp3.SegGrp6 withARR(ARRArrayInformation... values)
public RDRMES.SegGrp3.SegGrp6 withARR(Collection<ARRArrayInformation> values)
public RDRMES.SegGrp3.SegGrp6 withRFF(RFFReference... values)
public RDRMES.SegGrp3.SegGrp6 withRFF(Collection<RFFReference> values)
public RDRMES.SegGrp3.SegGrp6 withDTM(DTMDateTimePeriod... values)
public RDRMES.SegGrp3.SegGrp6 withDTM(Collection<DTMDateTimePeriod> values)
public RDRMES.SegGrp3.SegGrp6 withFTX(FTXFreeText... values)
public RDRMES.SegGrp3.SegGrp6 withFTX(Collection<FTXFreeText> values)
public RDRMES.SegGrp3.SegGrp6 withSegGrp7(RDRMES.SegGrp3.SegGrp6.SegGrp7... values)
public RDRMES.SegGrp3.SegGrp6 withSegGrp7(Collection<RDRMES.SegGrp3.SegGrp6.SegGrp7> values)
Copyright © 2020. All rights reserved.