public class ADRAddress extends Object
Java class for ADR-Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ADR-Address">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C817" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C817-AddressUsage" minOccurs="0"/>
<element name="C090" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C090-AddressDetails" minOccurs="0"/>
<element name="E3164" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3164-CityName" 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>
<element name="C819" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C819-CountrySubdivisionDetails" maxOccurs="5" minOccurs="0"/>
</sequence>
<sequence>
<element name="C517" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C517-LocationIdentification" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ADRAddress() |
| Modifier and Type | Method and Description |
|---|---|
C090AddressDetails |
getC090()
Gets the value of the c090 property.
|
List<C517LocationIdentification> |
getC517()
Gets the value of the c517 property.
|
C817AddressUsage |
getC817()
Gets the value of the c817 property.
|
List<C819CountrySubdivisionDetails> |
getC819()
Gets the value of the c819 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 |
setC090(C090AddressDetails value)
Sets the value of the c090 property.
|
void |
setC817(C817AddressUsage value)
Sets the value of the c817 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.
|
ADRAddress |
withC090(C090AddressDetails value) |
ADRAddress |
withC517(C517LocationIdentification... values) |
ADRAddress |
withC517(Collection<C517LocationIdentification> values) |
ADRAddress |
withC817(C817AddressUsage value) |
ADRAddress |
withC819(C819CountrySubdivisionDetails... values) |
ADRAddress |
withC819(Collection<C819CountrySubdivisionDetails> values) |
ADRAddress |
withE3164(String value) |
ADRAddress |
withE3207(String value) |
ADRAddress |
withE3251(String value) |
public C817AddressUsage getC817()
C817AddressUsagepublic void setC817(C817AddressUsage value)
value - allowed object is
C817AddressUsagepublic C090AddressDetails getC090()
C090AddressDetailspublic void setC090(C090AddressDetails value)
value - allowed object is
C090AddressDetailspublic String getE3164()
Stringpublic void setE3164(String value)
value - allowed object is
Stringpublic String getE3251()
Stringpublic void setE3251(String value)
value - allowed object is
Stringpublic String getE3207()
Stringpublic void setE3207(String value)
value - allowed object is
Stringpublic List<C819CountrySubdivisionDetails> getC819()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the c819 property.
For example, to add a new item, do as follows:
getC819().add(newItem);
Objects of the following type(s) are allowed in the list
C819CountrySubdivisionDetails
public List<C517LocationIdentification> getC517()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the c517 property.
For example, to add a new item, do as follows:
getC517().add(newItem);
Objects of the following type(s) are allowed in the list
C517LocationIdentification
public ADRAddress withC817(C817AddressUsage value)
public ADRAddress withC090(C090AddressDetails value)
public ADRAddress withE3164(String value)
public ADRAddress withE3251(String value)
public ADRAddress withE3207(String value)
public ADRAddress withC819(C819CountrySubdivisionDetails... values)
public ADRAddress withC819(Collection<C819CountrySubdivisionDetails> values)
public ADRAddress withC517(C517LocationIdentification... values)
public ADRAddress withC517(Collection<C517LocationIdentification> values)
Copyright © 2020. All rights reserved.