public class ADDITIONALINFORMATIONType extends Object implements Serializable
Java class for ADDITIONALINFORMATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ADDITIONALINFORMATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomsRemarks" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="126"/>
</restriction>
</simpleType>
</element>
<element name="HeavyBulkyGoodsInd" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customsRemarks |
protected BigInteger |
heavyBulkyGoodsInd |
| Constructor and Description |
|---|
ADDITIONALINFORMATIONType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomsRemarks()
Gets the value of the customsRemarks property.
|
BigInteger |
getHeavyBulkyGoodsInd()
Gets the value of the heavyBulkyGoodsInd property.
|
void |
setCustomsRemarks(String value)
Sets the value of the customsRemarks property.
|
void |
setHeavyBulkyGoodsInd(BigInteger value)
Sets the value of the heavyBulkyGoodsInd property.
|
protected String customsRemarks
protected BigInteger heavyBulkyGoodsInd
public String getCustomsRemarks()
Stringpublic void setCustomsRemarks(String value)
value - allowed object is
Stringpublic BigInteger getHeavyBulkyGoodsInd()
BigIntegerpublic void setHeavyBulkyGoodsInd(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All Rights Reserved.