public class CONNR2Type extends Object implements Serializable
Java class for CONNR2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONNR2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConNumNR21">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="NationalityOfContainerCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conNumNR21 |
protected String |
nationalityOfContainerCode |
| Constructor and Description |
|---|
CONNR2Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConNumNR21()
Gets the value of the conNumNR21 property.
|
String |
getNationalityOfContainerCode()
Gets the value of the nationalityOfContainerCode property.
|
void |
setConNumNR21(String value)
Sets the value of the conNumNR21 property.
|
void |
setNationalityOfContainerCode(String value)
Sets the value of the nationalityOfContainerCode property.
|
protected String conNumNR21
protected String nationalityOfContainerCode
public String getConNumNR21()
Stringpublic void setConNumNR21(String value)
value - allowed object is
Stringpublic String getNationalityOfContainerCode()
StringCopyright © 2017. All Rights Reserved.