com.esri.arcgisws
Class GetServiceDescriptionsEx

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

public class GetServiceDescriptionsEx
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="FolderName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetServiceDescriptionsEx()
          GetServiceDescriptionsEx default constructor.
GetServiceDescriptionsEx(String folderName)
          Deprecated. 
 
Method Summary
 String getFolderName()
          Gets the value of the folderName property.
 void setFolderName(String value)
          Sets the value of the folderName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceDescriptionsEx

@Deprecated
public GetServiceDescriptionsEx(String folderName)
Deprecated. 

GetServiceDescriptionsEx constructor.


GetServiceDescriptionsEx

public GetServiceDescriptionsEx()
GetServiceDescriptionsEx default constructor.

Method Detail

getFolderName

public String getFolderName()
Gets the value of the folderName property.

Returns:
possible object is String

setFolderName

public void setFolderName(String value)
Sets the value of the folderName property.

Parameters:
value - allowed object is String