public static class LREACT.SegGrp1.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="PRC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRC-ProcessIdentification"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" maxOccurs="99" 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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LREACT.SegGrp1.SegGrp4.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
public PRCProcessIdentification getPRC()
PRCProcessIdentificationpublic void setPRC(PRCProcessIdentification value)
value - allowed object is
PRCProcessIdentificationpublic 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 PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic List<LREACT.SegGrp1.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 LREACT.SegGrp1.SegGrp4.SegGrp8 withPRC(PRCProcessIdentification value)
public LREACT.SegGrp1.SegGrp4.SegGrp8 withATT(ATTAttribute... values)
public LREACT.SegGrp1.SegGrp4.SegGrp8 withATT(Collection<ATTAttribute> values)
public LREACT.SegGrp1.SegGrp4.SegGrp8 withPCD(PCDPercentageDetails value)
public LREACT.SegGrp1.SegGrp4.SegGrp8 withSegGrp9(LREACT.SegGrp1.SegGrp4.SegGrp8.SegGrp9... values)
public LREACT.SegGrp1.SegGrp4.SegGrp8 withSegGrp9(Collection<LREACT.SegGrp1.SegGrp4.SegGrp8.SegGrp9> values)
Copyright © 2020. All rights reserved.