oasis.names.tc.ebxml_regrep.xsd.rim._3
Class PostalAddressType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.PostalAddressType

public class PostalAddressType
extends java.lang.Object

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  java.lang.String city
           
protected  java.lang.String country
           
protected  java.lang.String postalCode
           
protected  java.lang.String stateOrProvince
           
protected  java.lang.String street
           
protected  java.lang.String streetNumber
           
 
Constructor Summary
PostalAddressType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

city

protected java.lang.String city

country

protected java.lang.String country

postalCode

protected java.lang.String postalCode

stateOrProvince

protected java.lang.String stateOrProvince

street

protected java.lang.String street

streetNumber

protected java.lang.String streetNumber
Constructor Detail

PostalAddressType

public PostalAddressType()
Method Detail

getCity

public java.lang.String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(java.lang.String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getCountry

public java.lang.String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(java.lang.String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getPostalCode

public java.lang.String getPostalCode()
Gets the value of the postalCode property.

Returns:
possible object is String

setPostalCode

public void setPostalCode(java.lang.String value)
Sets the value of the postalCode property.

Parameters:
value - allowed object is String

getStateOrProvince

public java.lang.String getStateOrProvince()
Gets the value of the stateOrProvince property.

Returns:
possible object is String

setStateOrProvince

public void setStateOrProvince(java.lang.String value)
Sets the value of the stateOrProvince property.

Parameters:
value - allowed object is String

getStreet

public java.lang.String getStreet()
Gets the value of the street property.

Returns:
possible object is String

setStreet

public void setStreet(java.lang.String value)
Sets the value of the street property.

Parameters:
value - allowed object is String

getStreetNumber

public java.lang.String getStreetNumber()
Gets the value of the streetNumber property.

Returns:
possible object is String

setStreetNumber

public void setStreetNumber(java.lang.String value)
Sets the value of the streetNumber property.

Parameters:
value - allowed object is String