com.microsoft.search
Class Address

java.lang.Object
  extended by com.microsoft.search.Address
All Implemented Interfaces:
Serializable

public class Address
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Address()
           
Address(String addressLine, String primaryCity, String secondaryCity, String subdivision, String postalCode, String countryRegion, String formattedAddress)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAddressLine()
          Gets the addressLine value for this Address.
 String getCountryRegion()
          Gets the countryRegion value for this Address.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFormattedAddress()
          Gets the formattedAddress value for this Address.
 String getPostalCode()
          Gets the postalCode value for this Address.
 String getPrimaryCity()
          Gets the primaryCity value for this Address.
 String getSecondaryCity()
          Gets the secondaryCity value for this Address.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSubdivision()
          Gets the subdivision value for this Address.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddressLine(String addressLine)
          Sets the addressLine value for this Address.
 void setCountryRegion(String countryRegion)
          Sets the countryRegion value for this Address.
 void setFormattedAddress(String formattedAddress)
          Sets the formattedAddress value for this Address.
 void setPostalCode(String postalCode)
          Sets the postalCode value for this Address.
 void setPrimaryCity(String primaryCity)
          Sets the primaryCity value for this Address.
 void setSecondaryCity(String secondaryCity)
          Sets the secondaryCity value for this Address.
 void setSubdivision(String subdivision)
          Sets the subdivision value for this Address.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(String addressLine,
               String primaryCity,
               String secondaryCity,
               String subdivision,
               String postalCode,
               String countryRegion,
               String formattedAddress)
Method Detail

getAddressLine

public String getAddressLine()
Gets the addressLine value for this Address.

Returns:
addressLine

setAddressLine

public void setAddressLine(String addressLine)
Sets the addressLine value for this Address.

Parameters:
addressLine -

getPrimaryCity

public String getPrimaryCity()
Gets the primaryCity value for this Address.

Returns:
primaryCity

setPrimaryCity

public void setPrimaryCity(String primaryCity)
Sets the primaryCity value for this Address.

Parameters:
primaryCity -

getSecondaryCity

public String getSecondaryCity()
Gets the secondaryCity value for this Address.

Returns:
secondaryCity

setSecondaryCity

public void setSecondaryCity(String secondaryCity)
Sets the secondaryCity value for this Address.

Parameters:
secondaryCity -

getSubdivision

public String getSubdivision()
Gets the subdivision value for this Address.

Returns:
subdivision

setSubdivision

public void setSubdivision(String subdivision)
Sets the subdivision value for this Address.

Parameters:
subdivision -

getPostalCode

public String getPostalCode()
Gets the postalCode value for this Address.

Returns:
postalCode

setPostalCode

public void setPostalCode(String postalCode)
Sets the postalCode value for this Address.

Parameters:
postalCode -

getCountryRegion

public String getCountryRegion()
Gets the countryRegion value for this Address.

Returns:
countryRegion

setCountryRegion

public void setCountryRegion(String countryRegion)
Sets the countryRegion value for this Address.

Parameters:
countryRegion -

getFormattedAddress

public String getFormattedAddress()
Gets the formattedAddress value for this Address.

Returns:
formattedAddress

setFormattedAddress

public void setFormattedAddress(String formattedAddress)
Sets the formattedAddress value for this Address.

Parameters:
formattedAddress -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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