|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.search.Address
public class Address
| 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 |
|---|
public Address()
public Address(String addressLine,
String primaryCity,
String secondaryCity,
String subdivision,
String postalCode,
String countryRegion,
String formattedAddress)
| Method Detail |
|---|
public String getAddressLine()
public void setAddressLine(String addressLine)
addressLine - public String getPrimaryCity()
public void setPrimaryCity(String primaryCity)
primaryCity - public String getSecondaryCity()
public void setSecondaryCity(String secondaryCity)
secondaryCity - public String getSubdivision()
public void setSubdivision(String subdivision)
subdivision - public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - public String getCountryRegion()
public void setCountryRegion(String countryRegion)
countryRegion - public String getFormattedAddress()
public void setFormattedAddress(String formattedAddress)
formattedAddress - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||