public static class BOPDIR.SegGrp8.SegGrp9 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="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="9999">
<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="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" minOccurs="0"/>
</sequence>
<element name="SegGrp-11" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" 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 |
BOPDIR.SegGrp8.SegGrp9.SegGrp10
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp9() |
| Modifier and Type | Method and Description |
|---|---|
CUXCurrencies |
getCUX()
Gets the value of the cux property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
RCSRequirementsAndConditions |
getRCS()
Gets the value of the rcs property.
|
List<BOPDIR.SegGrp8.SegGrp9.SegGrp10> |
getSegGrp10()
Gets the value of the segGrp10 property.
|
void |
setCUX(CUXCurrencies value)
Sets the value of the cux property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setRCS(RCSRequirementsAndConditions value)
Sets the value of the rcs property.
|
BOPDIR.SegGrp8.SegGrp9 |
withCUX(CUXCurrencies value) |
BOPDIR.SegGrp8.SegGrp9 |
withFTX(FTXFreeText value) |
BOPDIR.SegGrp8.SegGrp9 |
withRCS(RCSRequirementsAndConditions value) |
BOPDIR.SegGrp8.SegGrp9 |
withSegGrp10(BOPDIR.SegGrp8.SegGrp9.SegGrp10... values) |
BOPDIR.SegGrp8.SegGrp9 |
withSegGrp10(Collection<BOPDIR.SegGrp8.SegGrp9.SegGrp10> values) |
public RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic List<BOPDIR.SegGrp8.SegGrp9.SegGrp10> getSegGrp10()
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 segGrp10 property.
For example, to add a new item, do as follows:
getSegGrp10().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp9 .SegGrp10
public BOPDIR.SegGrp8.SegGrp9 withRCS(RCSRequirementsAndConditions value)
public BOPDIR.SegGrp8.SegGrp9 withFTX(FTXFreeText value)
public BOPDIR.SegGrp8.SegGrp9 withCUX(CUXCurrencies value)
public BOPDIR.SegGrp8.SegGrp9 withSegGrp10(BOPDIR.SegGrp8.SegGrp9.SegGrp10... values)
public BOPDIR.SegGrp8.SegGrp9 withSegGrp10(Collection<BOPDIR.SegGrp8.SegGrp9.SegGrp10> values)
Copyright © 2020. All rights reserved.