|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.PostalAddressType
public class PostalAddressType
Mapping of the same named interface in ebRIM.
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>
| Field Summary | |
|---|---|
protected String |
city
|
protected String |
country
|
protected String |
postalCode
|
protected String |
stateOrProvince
|
protected String |
street
|
protected String |
streetNumber
|
| Constructor Summary | |
|---|---|
PostalAddressType()
|
|
| Method Summary | |
|---|---|
String |
getCity()
Gets the value of the city property. |
String |
getCountry()
Gets the value of the country property. |
String |
getPostalCode()
Gets the value of the postalCode property. |
String |
getStateOrProvince()
Gets the value of the stateOrProvince property. |
String |
getStreet()
Gets the value of the street property. |
String |
getStreetNumber()
Gets the value of the streetNumber property. |
void |
setCity(String value)
Sets the value of the city property. |
void |
setCountry(String value)
Sets the value of the country property. |
void |
setPostalCode(String value)
Sets the value of the postalCode property. |
void |
setStateOrProvince(String value)
Sets the value of the stateOrProvince property. |
void |
setStreet(String value)
Sets the value of the street property. |
void |
setStreetNumber(String value)
Sets the value of the streetNumber property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String city
protected String country
protected String postalCode
protected String stateOrProvince
protected String street
protected String streetNumber
| Constructor Detail |
|---|
public PostalAddressType()
| Method Detail |
|---|
public String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getStateOrProvince()
Stringpublic void setStateOrProvince(String value)
value - allowed object is
Stringpublic String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is
Stringpublic String getStreetNumber()
Stringpublic void setStreetNumber(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||