public class PostalAddressType
extends java.lang.Object
Java class for PostalAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="city" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="country" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="postalCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="stateOrProvince" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="street" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="streetNumber" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String32" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PostalAddressType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getPostalCode()
Gets the value of the postalCode property.
|
java.lang.String |
getStateOrProvince()
Gets the value of the stateOrProvince property.
|
java.lang.String |
getStreet()
Gets the value of the street property.
|
java.lang.String |
getStreetNumber()
Gets the value of the streetNumber property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property.
|
void |
setStateOrProvince(java.lang.String value)
Sets the value of the stateOrProvince property.
|
void |
setStreet(java.lang.String value)
Sets the value of the street property.
|
void |
setStreetNumber(java.lang.String value)
Sets the value of the streetNumber property.
|
public java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPostalCode()
Stringpublic void setPostalCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStateOrProvince()
Stringpublic void setStateOrProvince(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreet()
Stringpublic void setStreet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreetNumber()
Stringpublic void setStreetNumber(java.lang.String value)
value - allowed object is
String