public class PostalAddress
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected City |
city |
protected Country |
country |
protected java.util.List<DeliverTo> |
deliverTo |
protected java.util.List<Extrinsic> |
extrinsic |
protected Municipality |
municipality |
protected java.lang.String |
name |
protected java.lang.String |
postalCode |
protected State |
state |
protected java.util.List<Street> |
street |
| Constructor and Description |
|---|
PostalAddress() |
| Modifier and Type | Method and Description |
|---|---|
City |
getCity()
Gets the value of the city property.
|
Country |
getCountry()
Gets the value of the country property.
|
java.util.List<DeliverTo> |
getDeliverTo()
Gets the value of the deliverTo property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
Municipality |
getMunicipality()
Gets the value of the municipality property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPostalCode()
Gets the value of the postalCode property.
|
State |
getState()
Gets the value of the state property.
|
java.util.List<Street> |
getStreet()
Gets the value of the street property.
|
void |
setCity(City value)
Sets the value of the city property.
|
void |
setCountry(Country value)
Sets the value of the country property.
|
void |
setMunicipality(Municipality value)
Sets the value of the municipality property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property.
|
void |
setState(State value)
Sets the value of the state property.
|
protected java.lang.String name
protected java.util.List<DeliverTo> deliverTo
protected java.util.List<Street> street
protected City city
protected Municipality municipality
protected State state
protected java.lang.String postalCode
protected Country country
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DeliverTo> getDeliverTo()
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 deliverTo property.
For example, to add a new item, do as follows:
getDeliverTo().add(newItem);
Objects of the following type(s) are allowed in the list
DeliverTo
public java.util.List<Street> getStreet()
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 street property.
For example, to add a new item, do as follows:
getStreet().add(newItem);
Objects of the following type(s) are allowed in the list
Street
public void setCity(City value)
value - allowed object is
Citypublic Municipality getMunicipality()
Municipalitypublic void setMunicipality(Municipality value)
value - allowed object is
Municipalitypublic State getState()
Statepublic void setState(State value)
value - allowed object is
Statepublic java.lang.String getPostalCode()
Stringpublic void setPostalCode(java.lang.String value)
value - allowed object is
Stringpublic Country getCountry()
Countrypublic void setCountry(Country value)
value - allowed object is
Countrypublic java.util.List<Extrinsic> getExtrinsic()
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 extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.