public static class INSPRE.SegGrp3.SegGrp4.SegGrp5.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="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 |
|---|
SegGrp8() |
| 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.
|
INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8 |
withPCD(PCDPercentageDetails value) |
INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8 |
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 INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8 withTAX(TAXDutyTaxFeeDetails value)
public INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8 withPCD(PCDPercentageDetails value)
Copyright © 2020. All rights reserved.