public class Aosession
extends java.lang.Object
Java class for aosession complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="aosession"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="aofactory" type="{http://www.highqsoft.com/transformer/common}aofactory"/> </sequence> <attribute name="authentication" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Aofactory |
aofactory |
protected java.lang.String |
authentication |
Constructor and Description |
---|
Aosession() |
Modifier and Type | Method and Description |
---|---|
Aofactory |
getAofactory()
Gets the value of the aofactory property.
|
java.lang.String |
getAuthentication()
Gets the value of the authentication property.
|
void |
setAofactory(Aofactory value)
Sets the value of the aofactory property.
|
void |
setAuthentication(java.lang.String value)
Sets the value of the authentication property.
|
protected Aofactory aofactory
protected java.lang.String authentication
public Aofactory getAofactory()
Aofactory
public void setAofactory(Aofactory value)
value
- allowed object is
Aofactory
public java.lang.String getAuthentication()
String
public void setAuthentication(java.lang.String value)
value
- allowed object is
String