com.esri.arcgisws
Class GPDataFile

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

public class GPDataFile
extends GPValue
implements Serializable

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>
 

See Also:
Serialized Form

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

GPDataFile

@Deprecated
public GPDataFile(GDSData data,
                             String file,
                             String datasetName,
                             String dataType)
Deprecated. 

GPDataFile constructor.


GPDataFile

public GPDataFile()
GPDataFile default constructor.

Method Detail

getData

public GDSData getData()
Gets the value of the data property.

Returns:
possible object is GDSData

setData

public void setData(GDSData value)
Sets the value of the data property.

Parameters:
value - allowed object is GDSData

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

getDatasetName

public String getDatasetName()
Gets the value of the datasetName property.

Returns:
possible object is String

setDatasetName

public void setDatasetName(String value)
Sets the value of the datasetName property.

Parameters:
value - allowed object is String

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String