|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.PhysicalAddressDictionaryEntryType
public class PhysicalAddressDictionaryEntryType
Java class for PhysicalAddressDictionaryEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhysicalAddressDictionaryEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Street" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryOrRegion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Key" use="required" type="{http://schemas.microsoft.com/exchange/services/2006/types}PhysicalAddressKeyType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
city
|
protected String |
countryOrRegion
|
protected PhysicalAddressKeyType |
key
|
protected String |
postalCode
|
protected String |
state
|
protected String |
street
|
| Constructor Summary | |
|---|---|
PhysicalAddressDictionaryEntryType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getCity()
Gets the value of the city property. |
String |
getCountryOrRegion()
Gets the value of the countryOrRegion property. |
PhysicalAddressKeyType |
getKey()
Gets the value of the key property. |
String |
getPostalCode()
Gets the value of the postalCode property. |
String |
getState()
Gets the value of the state property. |
String |
getStreet()
Gets the value of the street property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCity(String value)
Sets the value of the city property. |
void |
setCountryOrRegion(String value)
Sets the value of the countryOrRegion property. |
void |
setKey(PhysicalAddressKeyType value)
Sets the value of the key property. |
void |
setPostalCode(String value)
Sets the value of the postalCode property. |
void |
setState(String value)
Sets the value of the state property. |
void |
setStreet(String value)
Sets the value of the street property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String street
protected String city
protected String state
protected String countryOrRegion
protected String postalCode
protected PhysicalAddressKeyType key
| Constructor Detail |
|---|
public PhysicalAddressDictionaryEntryType()
| Method Detail |
|---|
public String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getCountryOrRegion()
Stringpublic void setCountryOrRegion(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic PhysicalAddressKeyType getKey()
PhysicalAddressKeyTypepublic void setKey(PhysicalAddressKeyType value)
value - allowed object is
PhysicalAddressKeyTypepublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||