com.esri.arcgisws
Class GetServiceDescriptionsExResponse

java.lang.Object
  extended by com.esri.arcgisws.GetServiceDescriptionsExResponse
All Implemented Interfaces:
Serializable

public class GetServiceDescriptionsExResponse
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServiceDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfServiceDescription"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetServiceDescriptionsExResponse()
          GetServiceDescriptionsExResponse default constructor.
GetServiceDescriptionsExResponse(ServiceDescription[] serviceDescriptions)
          Deprecated. 
 
Method Summary
 ServiceDescription[] getServiceDescriptions()
          Gets the value of the serviceDescriptions property.
 void setServiceDescriptions(ServiceDescription[] value)
          Sets the value of the serviceDescriptions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceDescriptionsExResponse

@Deprecated
public GetServiceDescriptionsExResponse(ServiceDescription[] serviceDescriptions)
Deprecated. 

GetServiceDescriptionsExResponse constructor.


GetServiceDescriptionsExResponse

public GetServiceDescriptionsExResponse()
GetServiceDescriptionsExResponse default constructor.

Method Detail

getServiceDescriptions

public ServiceDescription[] getServiceDescriptions()
Gets the value of the serviceDescriptions property.

Returns:
possible object is []

setServiceDescriptions

public void setServiceDescriptions(ServiceDescription[] value)
Sets the value of the serviceDescriptions property.

Parameters:
value - allowed object is []