1-Wire Weather Service for Java -- Monitor API

wxservice.ws
Class GetFileData

java.lang.Object
  extended by wxservice.ws.GetFileData

public class GetFileData
extends java.lang.Object

Java class for getFileData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getFileData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String fileName
           
 
Constructor Summary
GetFileData()
           
 
Method Summary
 java.lang.String getFileName()
          Gets the value of the fileName property.
 void setFileName(java.lang.String value)
          Sets the value of the fileName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

protected java.lang.String fileName
Constructor Detail

GetFileData

public GetFileData()
Method Detail

getFileName

public java.lang.String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

public void setFileName(java.lang.String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

Copyright © 2005-2009 Karl Uppiano