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()
Arguments
public void setArguments(Arguments value)
value
- allowed object is
Arguments
public java.lang.String getBuffersize()
String
public void setBuffersize(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCorbaprotocol()
String
public void setCorbaprotocol(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDebuglevel()
String
public void setDebuglevel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNameservicehost()
String
public void setNameservicehost(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNameservicename()
String
public void setNameservicename(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNameserviceport()
String
public void setNameserviceport(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegistrationformat()
String
public void setRegistrationformat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getServicename()
String
public void setServicename(java.lang.String value)
value
- allowed object is
String