public static class BUSCRD.SegGrp3.SegGrp4.SegGrp8 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="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
<element name="IFD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IFD-InformationDetail" maxOccurs="99" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="ARD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARD-MonetaryAmountFunction" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BUSCRD.SegGrp3.SegGrp4.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
public RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic List<IFDInformationDetail> getIFD()
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 ifd property.
For example, to add a new item, do as follows:
getIFD().add(newItem);
Objects of the following type(s) are allowed in the list
IFDInformationDetail
public List<MEAMeasurements> getMEA()
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 mea property.
For example, to add a new item, do as follows:
getMEA().add(newItem);
Objects of the following type(s) are allowed in the list
MEAMeasurements
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<BUSCRD.SegGrp3.SegGrp4.SegGrp8.SegGrp9> getSegGrp9()
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 segGrp9 property.
For example, to add a new item, do as follows:
getSegGrp9().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp8 .SegGrp9
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withRCS(RCSRequirementsAndConditions value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withIFD(IFDInformationDetail... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withIFD(Collection<IFDInformationDetail> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withMEA(MEAMeasurements... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withMEA(Collection<MEAMeasurements> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withATT(ATTAttribute... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withATT(Collection<ATTAttribute> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withSegGrp9(BUSCRD.SegGrp3.SegGrp4.SegGrp8.SegGrp9... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp8 withSegGrp9(Collection<BUSCRD.SegGrp3.SegGrp4.SegGrp8.SegGrp9> values)
Copyright © 2020. All rights reserved.