| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPValue
com.esri.arcgisws.GPDataFile
public class GPDataFile
Java class for GPDataFile complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="GPDataFile">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue">
       <sequence>
         <element name="Data" type="{http://www.esri.com/schemas/ArcGIS/10.0}GDSData" minOccurs="0"/>
         <element name="File" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DatasetName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DataType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| GPDataFile()GPDataFile default constructor. | |
| GPDataFile(GDSData data,
           String file,
           String datasetName,
           String dataType)Deprecated. | |
| Method Summary | |
|---|---|
|  GDSData | getData()Gets the value of the data property. | 
|  String | getDatasetName()Gets the value of the datasetName property. | 
|  String | getDataType()Gets the value of the dataType property. | 
|  String | getFile()Gets the value of the file property. | 
|  void | setData(GDSData value)Sets the value of the data property. | 
|  void | setDatasetName(String value)Sets the value of the datasetName property. | 
|  void | setDataType(String value)Sets the value of the dataType property. | 
|  void | setFile(String value)Sets the value of the file property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public GPDataFile(GDSData data,
                             String file,
                             String datasetName,
                             String dataType)
public GPDataFile()
| Method Detail | 
|---|
public GDSData getData()
GDSDatapublic void setData(GDSData value)
value - allowed object is
     GDSDatapublic String getFile()
Stringpublic void setFile(String value)
value - allowed object is
     Stringpublic String getDatasetName()
Stringpublic void setDatasetName(String value)
value - allowed object is
     Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
     String| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||