com.esri.arcgisws
Class GetFoldersResponse

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

public class GetFoldersResponse
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="FolderNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetFoldersResponse()
          GetFoldersResponse default constructor.
GetFoldersResponse(String[] folderNames)
          Deprecated. 
 
Method Summary
 String[] getFolderNames()
          Gets the value of the folderNames property.
 void setFolderNames(String[] value)
          Sets the value of the folderNames property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetFoldersResponse

@Deprecated
public GetFoldersResponse(String[] folderNames)
Deprecated. 

GetFoldersResponse constructor.


GetFoldersResponse

public GetFoldersResponse()
GetFoldersResponse default constructor.

Method Detail

getFolderNames

public String[] getFolderNames()
Gets the value of the folderNames property.

Returns:
possible object is []

setFolderNames

public void setFolderNames(String[] value)
Sets the value of the folderNames property.

Parameters:
value - allowed object is []