public static class IFTFCC.SegGrp6.SegGrp8.SegGrp10 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="TAX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TAX-DutyTaxFeeDetails"/>
<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 |
|---|
SegGrp10() |
| Modifier and Type | Method and Description |
|---|---|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
TAXDutyTaxFeeDetails |
getTAX()
Gets the value of the tax property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
void |
setTAX(TAXDutyTaxFeeDetails value)
Sets the value of the tax property.
|
IFTFCC.SegGrp6.SegGrp8.SegGrp10 |
withPCD(PCDPercentageDetails value) |
IFTFCC.SegGrp6.SegGrp8.SegGrp10 |
withTAX(TAXDutyTaxFeeDetails value) |
public TAXDutyTaxFeeDetails getTAX()
TAXDutyTaxFeeDetailspublic void setTAX(TAXDutyTaxFeeDetails value)
value - allowed object is
TAXDutyTaxFeeDetailspublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic IFTFCC.SegGrp6.SegGrp8.SegGrp10 withTAX(TAXDutyTaxFeeDetails value)
public IFTFCC.SegGrp6.SegGrp8.SegGrp10 withPCD(PCDPercentageDetails value)
Copyright © 2020. All rights reserved.