com.microsoft.exchange.types
Class PhysicalAddressDictionaryEntryType

java.lang.Object
  extended by com.microsoft.exchange.types.PhysicalAddressDictionaryEntryType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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>
 


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

street

protected String street

city

protected String city

state

protected String state

countryOrRegion

protected String countryOrRegion

postalCode

protected String postalCode

key

protected PhysicalAddressKeyType key
Constructor Detail

PhysicalAddressDictionaryEntryType

public PhysicalAddressDictionaryEntryType()
Method Detail

getStreet

public String getStreet()
Gets the value of the street property.

Returns:
possible object is String

setStreet

public void setStreet(String value)
Sets the value of the street property.

Parameters:
value - allowed object is String

getCity

public String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getCountryOrRegion

public String getCountryOrRegion()
Gets the value of the countryOrRegion property.

Returns:
possible object is String

setCountryOrRegion

public void setCountryOrRegion(String value)
Sets the value of the countryOrRegion property.

Parameters:
value - allowed object is String

getPostalCode

public String getPostalCode()
Gets the value of the postalCode property.

Returns:
possible object is String

setPostalCode

public void setPostalCode(String value)
Sets the value of the postalCode property.

Parameters:
value - allowed object is String

getKey

public PhysicalAddressKeyType getKey()
Gets the value of the key property.

Returns:
possible object is PhysicalAddressKeyType

setKey

public void setKey(PhysicalAddressKeyType value)
Sets the value of the key property.

Parameters:
value - allowed object is PhysicalAddressKeyType

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

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

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.