public class Filetransfer
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"> <choice> <element ref="{http://www.highqsoft.de/schema}transfer"/> <element ref="{http://www.highqsoft.de/schema}fileserver"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Fileserver |
fileserver |
protected Extensionpoint |
transfer |
Constructor and Description |
---|
Filetransfer() |
Modifier and Type | Method and Description |
---|---|
Fileserver |
getFileserver()
Gets the value of the fileserver property.
|
Extensionpoint |
getTransfer()
Gets the value of the transfer property.
|
void |
setFileserver(Fileserver value)
Sets the value of the fileserver property.
|
void |
setTransfer(Extensionpoint value)
Sets the value of the transfer property.
|
protected Extensionpoint transfer
protected Fileserver fileserver
public Extensionpoint getTransfer()
Extensionpoint
public void setTransfer(Extensionpoint value)
value
- allowed object is
Extensionpoint
public Fileserver getFileserver()
Fileserver
public void setFileserver(Fileserver value)
value
- allowed object is
Fileserver