microsoft.exchange.webservices.data
Class GetDomainSettingsResponseCollection

java.lang.Object
  extended by microsoft.exchange.webservices.data.AutodiscoverResponse
      extended by microsoft.exchange.webservices.data.AutodiscoverResponseCollection<GetDomainSettingsResponse>
          extended by microsoft.exchange.webservices.data.GetDomainSettingsResponseCollection
All Implemented Interfaces:
java.lang.Iterable<GetDomainSettingsResponse>

public final class GetDomainSettingsResponseCollection
extends AutodiscoverResponseCollection<GetDomainSettingsResponse>

Represents a collection of responses to GetDomainSettings.


Constructor Summary
protected GetDomainSettingsResponseCollection()
          Initializes a new instance of the AutodiscoverResponseCollection class.
 
Method Summary
protected  GetDomainSettingsResponse createResponseInstance()
          Create a response instance.
protected  java.lang.String getResponseCollectionXmlElementName()
          Gets the name of the response collection XML element.
protected  java.lang.String getResponseInstanceXmlElementName()
          Gets the name of the response instance XML element.
 
Methods inherited from class microsoft.exchange.webservices.data.AutodiscoverResponseCollection
getCount, getResponses, getTResponseAtIndex, iterator, loadFromXml
 
Methods inherited from class microsoft.exchange.webservices.data.AutodiscoverResponse
getErrorCode, getErrorMessage, getRedirectionUrl, setErrorCode, setErrorMessage, setRedirectionUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDomainSettingsResponseCollection

protected GetDomainSettingsResponseCollection()
Initializes a new instance of the AutodiscoverResponseCollection class.

Method Detail

createResponseInstance

protected GetDomainSettingsResponse createResponseInstance()
Create a response instance.

Specified by:
createResponseInstance in class AutodiscoverResponseCollection<GetDomainSettingsResponse>
Returns:
GetDomainSettingsResponse.

getResponseCollectionXmlElementName

protected java.lang.String getResponseCollectionXmlElementName()
Gets the name of the response collection XML element.

Specified by:
getResponseCollectionXmlElementName in class AutodiscoverResponseCollection<GetDomainSettingsResponse>
Returns:
Response collection XMl element name.

getResponseInstanceXmlElementName

protected java.lang.String getResponseInstanceXmlElementName()
Gets the name of the response instance XML element.

Specified by:
getResponseInstanceXmlElementName in class AutodiscoverResponseCollection<GetDomainSettingsResponse>
Returns:
Response instance XMl element name.