public class Aoservice
extends java.lang.Object
Java class for aoservice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="aoservice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="options" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="plugablename" type="{http://www.highqsoft.com/transformer/common}plugable" default="CORBA" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
options |
protected Plugable |
plugablename |
| Constructor and Description |
|---|
Aoservice() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOptions()
Gets the value of the options property.
|
Plugable |
getPlugablename()
Gets the value of the plugablename 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.
|
protected java.lang.String options
protected Plugable plugablename
public java.lang.String getOptions()
Stringpublic void setOptions(java.lang.String value)
value - allowed object is
Stringpublic Plugable getPlugablename()
Plugable