public static class INSPRE.SegGrp1 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="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp1() |
| Modifier and Type | Method and Description |
|---|---|
ATTAttribute |
getATT()
Gets the value of the att property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
void |
setATT(ATTAttribute value)
Sets the value of the att property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
INSPRE.SegGrp1 |
withATT(ATTAttribute value) |
INSPRE.SegGrp1 |
withPCD(PCDPercentageDetails value) |
public ATTAttribute getATT()
ATTAttributepublic void setATT(ATTAttribute value)
value - allowed object is
ATTAttributepublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic INSPRE.SegGrp1 withATT(ATTAttribute value)
public INSPRE.SegGrp1 withPCD(PCDPercentageDetails value)
Copyright © 2020. All rights reserved.