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