public class Aoservice
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">
<attribute name="corbaprotocol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="inifile" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nameservicehost" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nameserviceport" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="options" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="plugablename" type="{http://www.highqsoft.de/schema}plugable" />
<attribute name="plugablevarname" type="{http://www.w3.org/2001/XMLSchema}string" default="CORBA" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
corbaprotocol |
protected java.lang.String |
inifile |
protected java.lang.String |
nameservicehost |
protected java.lang.String |
nameserviceport |
protected java.lang.String |
options |
protected Plugable |
plugablename |
protected java.lang.String |
plugablevarname |
| Constructor and Description |
|---|
Aoservice() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCorbaprotocol()
Gets the value of the corbaprotocol property.
|
java.lang.String |
getInifile()
Gets the value of the inifile property.
|
java.lang.String |
getNameservicehost()
Gets the value of the nameservicehost property.
|
java.lang.String |
getNameserviceport()
Gets the value of the nameserviceport property.
|
java.lang.String |
getOptions()
Gets the value of the options property.
|
Plugable |
getPlugablename()
Gets the value of the plugablename property.
|
java.lang.String |
getPlugablevarname()
Gets the value of the plugablevarname property.
|
void |
setCorbaprotocol(java.lang.String value)
Sets the value of the corbaprotocol property.
|
void |
setInifile(java.lang.String value)
Sets the value of the inifile property.
|
void |
setNameservicehost(java.lang.String value)
Sets the value of the nameservicehost property.
|
void |
setNameserviceport(java.lang.String value)
Sets the value of the nameserviceport property.
|
void |
setOptions(java.lang.String value)
Sets the value of the options property.
|
void |
setPlugablename(Plugable value)
Sets the value of the plugablename property.
|
void |
setPlugablevarname(java.lang.String value)
Sets the value of the plugablevarname property.
|
protected java.lang.String corbaprotocol
protected java.lang.String inifile
protected java.lang.String nameservicehost
protected java.lang.String nameserviceport
protected java.lang.String options
protected Plugable plugablename
protected java.lang.String plugablevarname
public java.lang.String getCorbaprotocol()
Stringpublic void setCorbaprotocol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInifile()
Stringpublic void setInifile(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 getNameserviceport()
Stringpublic void setNameserviceport(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOptions()
Stringpublic void setOptions(java.lang.String value)
value - allowed object is
Stringpublic Plugable getPlugablename()
Plugablepublic void setPlugablename(Plugable value)
value - allowed object is
Plugablepublic java.lang.String getPlugablevarname()
Stringpublic void setPlugablevarname(java.lang.String value)
value - allowed object is
String