com.microsoft.exchange.autodiscover
Class GetDomainSettingsRequest

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

public class GetDomainSettingsRequest
extends AutodiscoverRequest
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for GetDomainSettingsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetDomainSettingsRequest">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/exchange/2010/Autodiscover}AutodiscoverRequest">
       <sequence>
         <element name="Domains" type="{http://schemas.microsoft.com/exchange/2010/Autodiscover}Domains"/>
         <element name="RequestedSettings" type="{http://schemas.microsoft.com/exchange/2010/Autodiscover}RequestedSettings"/>
         <element name="RequestedVersion" type="{http://schemas.microsoft.com/exchange/2010/Autodiscover}ExchangeVersion"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Domains domains
           
protected  RequestedSettings requestedSettings
           
protected  ExchangeVersion requestedVersion
           
 
Constructor Summary
GetDomainSettingsRequest()
           
 
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)
           
 Domains getDomains()
          Gets the value of the domains property.
 RequestedSettings getRequestedSettings()
          Gets the value of the requestedSettings property.
 ExchangeVersion getRequestedVersion()
          Gets the value of the requestedVersion property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setDomains(Domains value)
          Sets the value of the domains property.
 void setRequestedSettings(RequestedSettings value)
          Sets the value of the requestedSettings property.
 void setRequestedVersion(ExchangeVersion value)
          Sets the value of the requestedVersion property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

domains

protected Domains domains

requestedSettings

protected RequestedSettings requestedSettings

requestedVersion

protected ExchangeVersion requestedVersion
Constructor Detail

GetDomainSettingsRequest

public GetDomainSettingsRequest()
Method Detail

getDomains

public Domains getDomains()
Gets the value of the domains property.

Returns:
possible object is Domains

setDomains

public void setDomains(Domains value)
Sets the value of the domains property.

Parameters:
value - allowed object is Domains

getRequestedSettings

public RequestedSettings getRequestedSettings()
Gets the value of the requestedSettings property.

Returns:
possible object is RequestedSettings

setRequestedSettings

public void setRequestedSettings(RequestedSettings value)
Sets the value of the requestedSettings property.

Parameters:
value - allowed object is RequestedSettings

getRequestedVersion

public ExchangeVersion getRequestedVersion()
Gets the value of the requestedVersion property.

Returns:
possible object is ExchangeVersion

setRequestedVersion

public void setRequestedVersion(ExchangeVersion value)
Sets the value of the requestedVersion property.

Parameters:
value - allowed object is ExchangeVersion

toString

public String toString()
Overrides:
toString in class AutodiscoverRequest

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
Overrides:
append in class AutodiscoverRequest

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
Overrides:
appendFields in class AutodiscoverRequest

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
Overrides:
equals in class AutodiscoverRequest

equals

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

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
Overrides:
hashCode in class AutodiscoverRequest

hashCode

public int hashCode()
Overrides:
hashCode in class AutodiscoverRequest


Copyright © 2013 Jasig. All Rights Reserved.