public class Fileserver
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}arguments" minOccurs="0"/>
</sequence>
<attribute name="buffersize" type="{http://www.w3.org/2001/XMLSchema}string" default="100000" />
<attribute name="corbaprotocol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="debuglevel" type="{http://www.w3.org/2001/XMLSchema}string" default="0" />
<attribute name="nameservicehost" type="{http://www.w3.org/2001/XMLSchema}string" default="localhost" />
<attribute name="nameservicename" type="{http://www.w3.org/2001/XMLSchema}string" default="NameService" />
<attribute name="nameserviceport" type="{http://www.w3.org/2001/XMLSchema}string" default="2809" />
<attribute name="registrationformat" type="{http://www.w3.org/2001/XMLSchema}string" default="{0}.{1}@{2}" />
<attribute name="servicename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Arguments |
arguments |
protected java.lang.String |
buffersize |
protected java.lang.String |
corbaprotocol |
protected java.lang.String |
debuglevel |
protected java.lang.String |
nameservicehost |
protected java.lang.String |
nameservicename |
protected java.lang.String |
nameserviceport |
protected java.lang.String |
registrationformat |
protected java.lang.String |
servicename |
| Constructor and Description |
|---|
Fileserver() |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
getArguments()
Gets the value of the arguments property.
|
java.lang.String |
getBuffersize()
Gets the value of the buffersize property.
|
java.lang.String |
getCorbaprotocol()
Gets the value of the corbaprotocol property.
|
java.lang.String |
getDebuglevel()
Gets the value of the debuglevel property.
|
java.lang.String |
getNameservicehost()
Gets the value of the nameservicehost property.
|
java.lang.String |
getNameservicename()
Gets the value of the nameservicename property.
|
java.lang.String |
getNameserviceport()
Gets the value of the nameserviceport property.
|
java.lang.String |
getRegistrationformat()
Gets the value of the registrationformat property.
|
java.lang.String |
getServicename()
Gets the value of the servicename property.
|
void |
setArguments(Arguments value)
Sets the value of the arguments property.
|
void |
setBuffersize(java.lang.String value)
Sets the value of the buffersize property.
|
void |
setCorbaprotocol(java.lang.String value)
Sets the value of the corbaprotocol property.
|
void |
setDebuglevel(java.lang.String value)
Sets the value of the debuglevel property.
|
void |
setNameservicehost(java.lang.String value)
Sets the value of the nameservicehost property.
|
void |
setNameservicename(java.lang.String value)
Sets the value of the nameservicename property.
|
void |
setNameserviceport(java.lang.String value)
Sets the value of the nameserviceport property.
|
void |
setRegistrationformat(java.lang.String value)
Sets the value of the registrationformat property.
|
void |
setServicename(java.lang.String value)
Sets the value of the servicename property.
|
protected Arguments arguments
protected java.lang.String buffersize
protected java.lang.String corbaprotocol
protected java.lang.String debuglevel
protected java.lang.String nameservicehost
protected java.lang.String nameservicename
protected java.lang.String nameserviceport
protected java.lang.String registrationformat
protected java.lang.String servicename
public Arguments getArguments()
Argumentspublic void setArguments(Arguments value)
value - allowed object is
Argumentspublic java.lang.String getBuffersize()
Stringpublic void setBuffersize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCorbaprotocol()
Stringpublic void setCorbaprotocol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDebuglevel()
Stringpublic void setDebuglevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameservicehost()
Stringpublic void setNameservicehost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameservicename()
Stringpublic void setNameservicename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameserviceport()
Stringpublic void setNameserviceport(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegistrationformat()
Stringpublic void setRegistrationformat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServicename()
Stringpublic void setServicename(java.lang.String value)
value - allowed object is
String