public class Aosession
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}aofactory"/>
<element ref="{http://www.highqsoft.de/schema}properties" minOccurs="0"/>
</sequence>
<attribute name="encoded" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="openmode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="options" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="retryonerror" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Aofactory |
aofactory |
protected java.lang.Boolean |
encoded |
protected java.lang.String |
filename |
protected java.lang.String |
id |
protected java.lang.String |
openmode |
protected java.lang.String |
options |
protected java.lang.String |
password |
protected Properties |
properties |
protected java.lang.Boolean |
retryonerror |
protected java.lang.String |
user |
| Constructor and Description |
|---|
Aosession() |
| Modifier and Type | Method and Description |
|---|---|
Aofactory |
getAofactory()
Gets the value of the aofactory property.
|
java.lang.String |
getFilename()
Gets the value of the filename property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getOpenmode()
Gets the value of the openmode property.
|
java.lang.String |
getOptions()
Gets the value of the options property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
boolean |
isEncoded()
Gets the value of the encoded property.
|
boolean |
isRetryonerror()
Gets the value of the retryonerror property.
|
void |
setAofactory(Aofactory value)
Sets the value of the aofactory property.
|
void |
setEncoded(java.lang.Boolean value)
Sets the value of the encoded property.
|
void |
setFilename(java.lang.String value)
Sets the value of the filename property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setOpenmode(java.lang.String value)
Sets the value of the openmode property.
|
void |
setOptions(java.lang.String value)
Sets the value of the options property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setRetryonerror(java.lang.Boolean value)
Sets the value of the retryonerror property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
protected Aofactory aofactory
protected Properties properties
protected java.lang.Boolean encoded
protected java.lang.String filename
protected java.lang.String id
protected java.lang.String openmode
protected java.lang.String options
protected java.lang.String password
protected java.lang.Boolean retryonerror
protected java.lang.String user
public Aofactory getAofactory()
Aofactorypublic void setAofactory(Aofactory value)
value - allowed object is
Aofactorypublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic boolean isEncoded()
Booleanpublic void setEncoded(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getFilename()
Stringpublic void setFilename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOpenmode()
Stringpublic void setOpenmode(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 java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic boolean isRetryonerror()
Booleanpublic void setRetryonerror(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
String