public static class REBORD.SegGrp7 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
</sequence>
<element name="SegGrp-8" maxOccurs="99" 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" maxOccurs="3" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<sequence>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="3" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
REBORD.SegGrp7.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
List<PCDPercentageDetails> |
getPCD()
Gets the value of the pcd property.
|
List<REBORD.SegGrp7.SegGrp8> |
getSegGrp8()
Gets the value of the segGrp8 property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
REBORD.SegGrp7 |
withMOA(MOAMonetaryAmount value) |
REBORD.SegGrp7 |
withPCD(Collection<PCDPercentageDetails> values) |
REBORD.SegGrp7 |
withPCD(PCDPercentageDetails... values) |
REBORD.SegGrp7 |
withSegGrp8(Collection<REBORD.SegGrp7.SegGrp8> values) |
REBORD.SegGrp7 |
withSegGrp8(REBORD.SegGrp7.SegGrp8... values) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic List<REBORD.SegGrp7.SegGrp8> getSegGrp8()
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 segGrp8 property.
For example, to add a new item, do as follows:
getSegGrp8().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp8
public List<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public REBORD.SegGrp7 withMOA(MOAMonetaryAmount value)
public REBORD.SegGrp7 withSegGrp8(REBORD.SegGrp7.SegGrp8... values)
public REBORD.SegGrp7 withSegGrp8(Collection<REBORD.SegGrp7.SegGrp8> values)
public REBORD.SegGrp7 withPCD(PCDPercentageDetails... values)
public REBORD.SegGrp7 withPCD(Collection<PCDPercentageDetails> values)
Copyright © 2020. All rights reserved.