oasis.names.tc.wsrp.v1.types
Class Postal

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.Postal
All Implemented Interfaces:
java.io.Serializable

public class Postal
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Postal()
           
Postal(java.lang.String city, java.lang.String country, Extension[] extensions, java.lang.String name, java.lang.String organization, java.lang.String postalcode, java.lang.String stateprov, java.lang.String street)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCity()
          Gets the city value for this Postal.
 java.lang.String getCountry()
          Gets the country value for this Postal.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this Postal.
 Extension getExtensions(int i)
           
 java.lang.String getName()
          Gets the name value for this Postal.
 java.lang.String getOrganization()
          Gets the organization value for this Postal.
 java.lang.String getPostalcode()
          Gets the postalcode value for this Postal.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStateprov()
          Gets the stateprov value for this Postal.
 java.lang.String getStreet()
          Gets the street value for this Postal.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCity(java.lang.String city)
          Sets the city value for this Postal.
 void setCountry(java.lang.String country)
          Sets the country value for this Postal.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this Postal.
 void setExtensions(int i, Extension _value)
           
 void setName(java.lang.String name)
          Sets the name value for this Postal.
 void setOrganization(java.lang.String organization)
          Sets the organization value for this Postal.
 void setPostalcode(java.lang.String postalcode)
          Sets the postalcode value for this Postal.
 void setStateprov(java.lang.String stateprov)
          Sets the stateprov value for this Postal.
 void setStreet(java.lang.String street)
          Sets the street value for this Postal.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Postal

public Postal()

Postal

public Postal(java.lang.String city,
              java.lang.String country,
              Extension[] extensions,
              java.lang.String name,
              java.lang.String organization,
              java.lang.String postalcode,
              java.lang.String stateprov,
              java.lang.String street)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this Postal.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Postal.

Parameters:
name -

getStreet

public java.lang.String getStreet()
Gets the street value for this Postal.

Returns:
street

setStreet

public void setStreet(java.lang.String street)
Sets the street value for this Postal.

Parameters:
street -

getCity

public java.lang.String getCity()
Gets the city value for this Postal.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this Postal.

Parameters:
city -

getStateprov

public java.lang.String getStateprov()
Gets the stateprov value for this Postal.

Returns:
stateprov

setStateprov

public void setStateprov(java.lang.String stateprov)
Sets the stateprov value for this Postal.

Parameters:
stateprov -

getPostalcode

public java.lang.String getPostalcode()
Gets the postalcode value for this Postal.

Returns:
postalcode

setPostalcode

public void setPostalcode(java.lang.String postalcode)
Sets the postalcode value for this Postal.

Parameters:
postalcode -

getCountry

public java.lang.String getCountry()
Gets the country value for this Postal.

Returns:
country

setCountry

public void setCountry(java.lang.String country)
Sets the country value for this Postal.

Parameters:
country -

getOrganization

public java.lang.String getOrganization()
Gets the organization value for this Postal.

Returns:
organization

setOrganization

public void setOrganization(java.lang.String organization)
Sets the organization value for this Postal.

Parameters:
organization -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this Postal.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this Postal.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer