com.esri.arcgisws
Class GetServiceDescriptionsResponse

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

public class GetServiceDescriptionsResponse
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
GetServiceDescriptionsResponse()
          GetServiceDescriptionsResponse default constructor.
GetServiceDescriptionsResponse(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

GetServiceDescriptionsResponse

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

GetServiceDescriptionsResponse constructor.


GetServiceDescriptionsResponse

public GetServiceDescriptionsResponse()
GetServiceDescriptionsResponse 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 []