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