Class PostalAddress
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets the value of the city property.Gets the value of the country property.Gets the value of the deliverTo property.Gets the value of the extrinsic property.Gets the value of the municipality property.getName()Gets the value of the name property.Gets the value of the postalCode property.getState()Gets the value of the state property.Gets the value of the street property.voidSets the value of the city property.voidsetCountry(Country value) Sets the value of the country property.voidsetMunicipality(Municipality value) Sets the value of the municipality property.voidSets the value of the name property.voidsetPostalCode(String value) Sets the value of the postalCode property.voidSets the value of the state property.
-
Field Details
-
name
-
deliverTo
-
street
-
city
-
municipality
-
state
-
postalCode
-
country
-
extrinsic
-
-
Constructor Details
-
PostalAddress
public PostalAddress()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDeliverTo
Gets the value of the deliverTo property.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
setmethod 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 -
getStreet
Gets the value of the street property.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
setmethod 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 -
getCity
Gets the value of the city property.- Returns:
- possible object is
City
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isCity
-
getMunicipality
Gets the value of the municipality property.- Returns:
- possible object is
Municipality
-
setMunicipality
Sets the value of the municipality property.- Parameters:
value- allowed object isMunicipality
-
getState
Gets the value of the state property.- Returns:
- possible object is
State
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isState
-
getPostalCode
Gets the value of the postalCode property.- Returns:
- possible object is
String
-
setPostalCode
Sets the value of the postalCode property.- Parameters:
value- allowed object isString
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-
getExtrinsic
Gets the value of the extrinsic property.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
setmethod 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
-