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