public class PhysicalAddressDictionaryEntryType extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
countryOrRegion |
protected PhysicalAddressKeyType |
key |
protected String |
postalCode |
protected String |
state |
protected String |
street |
| Constructor and Description |
|---|
PhysicalAddressDictionaryEntryType() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected String street
protected String city
protected String state
protected String countryOrRegion
protected String postalCode
protected PhysicalAddressKeyType key
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 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.ToStringpublic 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.ToStringpublic 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 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2018 Apereo. All Rights Reserved.