wxservice.ws
Class GetFileData
java.lang.Object
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
|
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 |
fileName
protected java.lang.String fileName
GetFileData
public GetFileData()
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