public static class ISENDS.SegGrp4.SegGrp5.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="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp6() |
| Modifier and Type | Method and Description |
|---|---|
ATTAttribute |
getATT()
Gets the value of the att property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
List<RCSRequirementsAndConditions> |
getRCS()
Gets the value of the rcs property.
|
void |
setATT(ATTAttribute value)
Sets the value of the att property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
ISENDS.SegGrp4.SegGrp5.SegGrp6 |
withATT(ATTAttribute value) |
ISENDS.SegGrp4.SegGrp5.SegGrp6 |
withMOA(MOAMonetaryAmount value) |
ISENDS.SegGrp4.SegGrp5.SegGrp6 |
withPCD(PCDPercentageDetails value) |
ISENDS.SegGrp4.SegGrp5.SegGrp6 |
withRCS(Collection<RCSRequirementsAndConditions> values) |
ISENDS.SegGrp4.SegGrp5.SegGrp6 |
withRCS(RCSRequirementsAndConditions... values) |
public ATTAttribute getATT()
ATTAttributepublic void setATT(ATTAttribute value)
value - allowed object is
ATTAttributepublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic List<RCSRequirementsAndConditions> getRCS()
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 rcs property.
For example, to add a new item, do as follows:
getRCS().add(newItem);
Objects of the following type(s) are allowed in the list
RCSRequirementsAndConditions
public ISENDS.SegGrp4.SegGrp5.SegGrp6 withATT(ATTAttribute value)
public ISENDS.SegGrp4.SegGrp5.SegGrp6 withMOA(MOAMonetaryAmount value)
public ISENDS.SegGrp4.SegGrp5.SegGrp6 withPCD(PCDPercentageDetails value)
public ISENDS.SegGrp4.SegGrp5.SegGrp6 withRCS(RCSRequirementsAndConditions... values)
public ISENDS.SegGrp4.SegGrp5.SegGrp6 withRCS(Collection<RCSRequirementsAndConditions> values)
Copyright © 2020. All rights reserved.