ca.bc.gov.webade.user.provider.capws.v8
Class BCeIDAddress

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.BCeIDAddress
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BCeIDAddress()
           
BCeIDAddress(BCeIDString addressLine1, BCeIDString addressLine2, BCeIDString city, BCeIDString postal, BCeIDString province, BCeIDString country, BCeIDString unstructuredAddress)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDString getAddressLine1()
          Gets the addressLine1 value for this BCeIDAddress.
 BCeIDString getAddressLine2()
          Gets the addressLine2 value for this BCeIDAddress.
 BCeIDString getCity()
          Gets the city value for this BCeIDAddress.
 BCeIDString getCountry()
          Gets the country value for this BCeIDAddress.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 BCeIDString getPostal()
          Gets the postal value for this BCeIDAddress.
 BCeIDString getProvince()
          Gets the province value for this BCeIDAddress.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 BCeIDString getUnstructuredAddress()
          Gets the unstructuredAddress value for this BCeIDAddress.
 int hashCode()
           
 void setAddressLine1(BCeIDString addressLine1)
          Sets the addressLine1 value for this BCeIDAddress.
 void setAddressLine2(BCeIDString addressLine2)
          Sets the addressLine2 value for this BCeIDAddress.
 void setCity(BCeIDString city)
          Sets the city value for this BCeIDAddress.
 void setCountry(BCeIDString country)
          Sets the country value for this BCeIDAddress.
 void setPostal(BCeIDString postal)
          Sets the postal value for this BCeIDAddress.
 void setProvince(BCeIDString province)
          Sets the province value for this BCeIDAddress.
 void setUnstructuredAddress(BCeIDString unstructuredAddress)
          Sets the unstructuredAddress value for this BCeIDAddress.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDAddress

public BCeIDAddress()

BCeIDAddress

public BCeIDAddress(BCeIDString addressLine1,
                    BCeIDString addressLine2,
                    BCeIDString city,
                    BCeIDString postal,
                    BCeIDString province,
                    BCeIDString country,
                    BCeIDString unstructuredAddress)
Method Detail

getAddressLine1

public BCeIDString getAddressLine1()
Gets the addressLine1 value for this BCeIDAddress.

Returns:
addressLine1

setAddressLine1

public void setAddressLine1(BCeIDString addressLine1)
Sets the addressLine1 value for this BCeIDAddress.

Parameters:
addressLine1 -

getAddressLine2

public BCeIDString getAddressLine2()
Gets the addressLine2 value for this BCeIDAddress.

Returns:
addressLine2

setAddressLine2

public void setAddressLine2(BCeIDString addressLine2)
Sets the addressLine2 value for this BCeIDAddress.

Parameters:
addressLine2 -

getCity

public BCeIDString getCity()
Gets the city value for this BCeIDAddress.

Returns:
city

setCity

public void setCity(BCeIDString city)
Sets the city value for this BCeIDAddress.

Parameters:
city -

getPostal

public BCeIDString getPostal()
Gets the postal value for this BCeIDAddress.

Returns:
postal

setPostal

public void setPostal(BCeIDString postal)
Sets the postal value for this BCeIDAddress.

Parameters:
postal -

getProvince

public BCeIDString getProvince()
Gets the province value for this BCeIDAddress.

Returns:
province

setProvince

public void setProvince(BCeIDString province)
Sets the province value for this BCeIDAddress.

Parameters:
province -

getCountry

public BCeIDString getCountry()
Gets the country value for this BCeIDAddress.

Returns:
country

setCountry

public void setCountry(BCeIDString country)
Sets the country value for this BCeIDAddress.

Parameters:
country -

getUnstructuredAddress

public BCeIDString getUnstructuredAddress()
Gets the unstructuredAddress value for this BCeIDAddress.

Returns:
unstructuredAddress

setUnstructuredAddress

public void setUnstructuredAddress(BCeIDString unstructuredAddress)
Sets the unstructuredAddress value for this BCeIDAddress.

Parameters:
unstructuredAddress -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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