public class NADNameAndAddress extends Object
Java class for NAD-NameAndAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAD-NameAndAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3035" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3035-PartyFunctionCodeQualifier"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="C058" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C058-NameAndAddress" minOccurs="0"/>
<element name="C080" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C080-PartyName" minOccurs="0"/>
<element name="C059" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C059-Street" minOccurs="0"/>
<element name="E3164" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3164-CityName" minOccurs="0"/>
<element name="C819" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C819-CountrySubdivisionDetails" minOccurs="0"/>
<element name="E3251" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3251-PostalIdentificationCode" minOccurs="0"/>
<element name="E3207" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3207-CountryIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NADNameAndAddress() |
| Modifier and Type | Method and Description |
|---|---|
C058NameAndAddress |
getC058()
Gets the value of the c058 property.
|
C059Street |
getC059()
Gets the value of the c059 property.
|
C080PartyName |
getC080()
Gets the value of the c080 property.
|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C819CountrySubdivisionDetails |
getC819()
Gets the value of the c819 property.
|
String |
getE3035()
Gets the value of the e3035 property.
|
String |
getE3164()
Gets the value of the e3164 property.
|
String |
getE3207()
Gets the value of the e3207 property.
|
String |
getE3251()
Gets the value of the e3251 property.
|
void |
setC058(C058NameAndAddress value)
Sets the value of the c058 property.
|
void |
setC059(C059Street value)
Sets the value of the c059 property.
|
void |
setC080(C080PartyName value)
Sets the value of the c080 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC819(C819CountrySubdivisionDetails value)
Sets the value of the c819 property.
|
void |
setE3035(String value)
Sets the value of the e3035 property.
|
void |
setE3164(String value)
Sets the value of the e3164 property.
|
void |
setE3207(String value)
Sets the value of the e3207 property.
|
void |
setE3251(String value)
Sets the value of the e3251 property.
|
NADNameAndAddress |
withC058(C058NameAndAddress value) |
NADNameAndAddress |
withC059(C059Street value) |
NADNameAndAddress |
withC080(C080PartyName value) |
NADNameAndAddress |
withC082(C082PartyIdentificationDetails value) |
NADNameAndAddress |
withC819(C819CountrySubdivisionDetails value) |
NADNameAndAddress |
withE3035(String value) |
NADNameAndAddress |
withE3164(String value) |
NADNameAndAddress |
withE3207(String value) |
NADNameAndAddress |
withE3251(String value) |
public String getE3035()
Stringpublic void setE3035(String value)
value - allowed object is
Stringpublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic C058NameAndAddress getC058()
C058NameAndAddresspublic void setC058(C058NameAndAddress value)
value - allowed object is
C058NameAndAddresspublic C080PartyName getC080()
C080PartyNamepublic void setC080(C080PartyName value)
value - allowed object is
C080PartyNamepublic C059Street getC059()
C059Streetpublic void setC059(C059Street value)
value - allowed object is
C059Streetpublic String getE3164()
Stringpublic void setE3164(String value)
value - allowed object is
Stringpublic C819CountrySubdivisionDetails getC819()
C819CountrySubdivisionDetailspublic void setC819(C819CountrySubdivisionDetails value)
value - allowed object is
C819CountrySubdivisionDetailspublic String getE3251()
Stringpublic void setE3251(String value)
value - allowed object is
Stringpublic String getE3207()
Stringpublic void setE3207(String value)
value - allowed object is
Stringpublic NADNameAndAddress withE3035(String value)
public NADNameAndAddress withC082(C082PartyIdentificationDetails value)
public NADNameAndAddress withC058(C058NameAndAddress value)
public NADNameAndAddress withC080(C080PartyName value)
public NADNameAndAddress withC059(C059Street value)
public NADNameAndAddress withE3164(String value)
public NADNameAndAddress withC819(C819CountrySubdivisionDetails value)
public NADNameAndAddress withE3251(String value)
public NADNameAndAddress withE3207(String value)
Copyright © 2020. All rights reserved.