public class NATNationality extends Object
Java class for NAT-Nationality complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAT-Nationality">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3493" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3493-NationalityCodeQualifier"/>
<element name="C042" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C042-NationalityDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NATNationality() |
| Modifier and Type | Method and Description |
|---|---|
C042NationalityDetails |
getC042()
Gets the value of the c042 property.
|
String |
getE3493()
Gets the value of the e3493 property.
|
void |
setC042(C042NationalityDetails value)
Sets the value of the c042 property.
|
void |
setE3493(String value)
Sets the value of the e3493 property.
|
NATNationality |
withC042(C042NationalityDetails value) |
NATNationality |
withE3493(String value) |
public String getE3493()
Stringpublic void setE3493(String value)
value - allowed object is
Stringpublic C042NationalityDetails getC042()
C042NationalityDetailspublic void setC042(C042NationalityDetails value)
value - allowed object is
C042NationalityDetailspublic NATNationality withE3493(String value)
public NATNationality withC042(C042NationalityDetails value)
Copyright © 2020. All rights reserved.