public class Dropfiles
extends java.lang.Object
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 ref="{http://www.highqsoft.de/schema}fileserver" minOccurs="0"/> </sequence> <attribute name="if" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="unless" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_if |
protected Fileserver |
fileserver |
protected java.lang.String |
unless |
Constructor and Description |
---|
Dropfiles() |
Modifier and Type | Method and Description |
---|---|
Fileserver |
getFileserver()
Gets the value of the fileserver property.
|
java.lang.String |
getIf()
Gets the value of the if property.
|
java.lang.String |
getUnless()
Gets the value of the unless property.
|
void |
setFileserver(Fileserver value)
Sets the value of the fileserver property.
|
void |
setIf(java.lang.String value)
Sets the value of the if property.
|
void |
setUnless(java.lang.String value)
Sets the value of the unless property.
|
protected Fileserver fileserver
protected java.lang.String _if
protected java.lang.String unless
public Fileserver getFileserver()
Fileserver
public void setFileserver(Fileserver value)
value
- allowed object is
Fileserver
public java.lang.String getIf()
String
public void setIf(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnless()
String
public void setUnless(java.lang.String value)
value
- allowed object is
String