public static class CONEST.SegGrp22.SegGrp32.SegGrp33 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="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp33() |
| Modifier and Type | Method and Description |
|---|---|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
CONEST.SegGrp22.SegGrp32.SegGrp33 |
withPCD(PCDPercentageDetails value) |
CONEST.SegGrp22.SegGrp32.SegGrp33 |
withRFF(RFFReference value) |
public PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic CONEST.SegGrp22.SegGrp32.SegGrp33 withPCD(PCDPercentageDetails value)
public CONEST.SegGrp22.SegGrp32.SegGrp33 withRFF(RFFReference value)
Copyright © 2020. All rights reserved.