public class CUSOFFDESESTType extends Object implements Serializable
Java class for CUSOFFDESESTType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CUSOFFDESESTType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CouRefNumEST1" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="RefNumEST1" type="{}CustomsOfficeCodeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
couRefNumEST1 |
protected String |
refNumEST1 |
| Constructor and Description |
|---|
CUSOFFDESESTType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCouRefNumEST1()
Gets the value of the couRefNumEST1 property.
|
String |
getRefNumEST1()
Gets the value of the refNumEST1 property.
|
void |
setCouRefNumEST1(String value)
Sets the value of the couRefNumEST1 property.
|
void |
setRefNumEST1(String value)
Sets the value of the refNumEST1 property.
|
public String getCouRefNumEST1()
Stringpublic void setCouRefNumEST1(String value)
value - allowed object is
Stringpublic String getRefNumEST1()
StringCopyright © 2017. All Rights Reserved.