public class C243DutyTaxFeeDetail extends Object
Java class for C243-DutyTaxFeeDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C243-DutyTaxFeeDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5279" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5279-DutyOrTaxOrFeeRateCode" minOccurs="0"/>
<element name="E1131a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
<element name="E5278" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5278-DutyOrTaxOrFeeRate" minOccurs="0"/>
<element name="E5273" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5273-DutyOrTaxOrFeeRateBasisCode" minOccurs="0"/>
<element name="E1131b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C243DutyTaxFeeDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1131A()
Gets the value of the e1131A property.
|
String |
getE1131B()
Gets the value of the e1131B property.
|
String |
getE3055A()
Gets the value of the e3055A property.
|
String |
getE3055B()
Gets the value of the e3055B property.
|
String |
getE5273()
Gets the value of the e5273 property.
|
String |
getE5278()
Gets the value of the e5278 property.
|
String |
getE5279()
Gets the value of the e5279 property.
|
void |
setE1131A(String value)
Sets the value of the e1131A property.
|
void |
setE1131B(String value)
Sets the value of the e1131B property.
|
void |
setE3055A(String value)
Sets the value of the e3055A property.
|
void |
setE3055B(String value)
Sets the value of the e3055B property.
|
void |
setE5273(String value)
Sets the value of the e5273 property.
|
void |
setE5278(String value)
Sets the value of the e5278 property.
|
void |
setE5279(String value)
Sets the value of the e5279 property.
|
C243DutyTaxFeeDetail |
withE1131A(String value) |
C243DutyTaxFeeDetail |
withE1131B(String value) |
C243DutyTaxFeeDetail |
withE3055A(String value) |
C243DutyTaxFeeDetail |
withE3055B(String value) |
C243DutyTaxFeeDetail |
withE5273(String value) |
C243DutyTaxFeeDetail |
withE5278(String value) |
C243DutyTaxFeeDetail |
withE5279(String value) |
public String getE5279()
Stringpublic void setE5279(String value)
value - allowed object is
Stringpublic String getE1131A()
Stringpublic void setE1131A(String value)
value - allowed object is
Stringpublic String getE3055A()
Stringpublic void setE3055A(String value)
value - allowed object is
Stringpublic String getE5278()
Stringpublic void setE5278(String value)
value - allowed object is
Stringpublic String getE5273()
Stringpublic void setE5273(String value)
value - allowed object is
Stringpublic String getE1131B()
Stringpublic void setE1131B(String value)
value - allowed object is
Stringpublic String getE3055B()
Stringpublic void setE3055B(String value)
value - allowed object is
Stringpublic C243DutyTaxFeeDetail withE5279(String value)
public C243DutyTaxFeeDetail withE1131A(String value)
public C243DutyTaxFeeDetail withE3055A(String value)
public C243DutyTaxFeeDetail withE5278(String value)
public C243DutyTaxFeeDetail withE5273(String value)
public C243DutyTaxFeeDetail withE1131B(String value)
public C243DutyTaxFeeDetail withE3055B(String value)
Copyright © 2020. All rights reserved.