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>
| Modifier and Type | Field and Description |
|---|---|
protected Domains |
domains |
protected RequestedSettings |
requestedSettings |
protected ExchangeVersion |
requestedVersion |
| Constructor and Description |
|---|
GetDomainSettingsRequest() |
| 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) |
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() |
protected Domains domains
protected RequestedSettings requestedSettings
protected ExchangeVersion requestedVersion
public Domains getDomains()
Domainspublic void setDomains(Domains value)
value - allowed object is
Domainspublic RequestedSettings getRequestedSettings()
RequestedSettingspublic void setRequestedSettings(RequestedSettings value)
value - allowed object is
RequestedSettingspublic ExchangeVersion getRequestedVersion()
ExchangeVersionpublic void setRequestedVersion(ExchangeVersion value)
value - allowed object is
ExchangeVersionpublic String toString()
toString in class AutodiscoverRequestpublic 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.ToStringappend in class AutodiscoverRequestpublic 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.ToStringappendFields in class AutodiscoverRequestpublic 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.Equalsequals in class AutodiscoverRequestpublic boolean equals(Object object)
equals in class AutodiscoverRequestpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AutodiscoverRequestpublic int hashCode()
hashCode in class AutodiscoverRequestCopyright © 2014 Jasig. All Rights Reserved.