public class CUSOFFTRARNSType extends Object implements Serializable
Java class for CUSOFFTRARNSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CUSOFFTRARNSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CouRefNumRNS1" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="RefNumRNS1" type="{}CustomsOfficeCodeType"/>
<element name="ArrTimTRACUS085" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
arrTimTRACUS085 |
protected String |
couRefNumRNS1 |
protected String |
refNumRNS1 |
| Constructor and Description |
|---|
CUSOFFTRARNSType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getArrTimTRACUS085()
Gets the value of the arrTimTRACUS085 property.
|
String |
getCouRefNumRNS1()
Gets the value of the couRefNumRNS1 property.
|
String |
getRefNumRNS1()
Gets the value of the refNumRNS1 property.
|
void |
setArrTimTRACUS085(BigInteger value)
Sets the value of the arrTimTRACUS085 property.
|
void |
setCouRefNumRNS1(String value)
Sets the value of the couRefNumRNS1 property.
|
void |
setRefNumRNS1(String value)
Sets the value of the refNumRNS1 property.
|
protected String couRefNumRNS1
protected String refNumRNS1
protected BigInteger arrTimTRACUS085
public String getCouRefNumRNS1()
Stringpublic void setCouRefNumRNS1(String value)
value - allowed object is
Stringpublic String getRefNumRNS1()
Stringpublic void setRefNumRNS1(String value)
value - allowed object is
Stringpublic BigInteger getArrTimTRACUS085()
BigIntegerpublic void setArrTimTRACUS085(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All Rights Reserved.