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()
Aofactory
public void setAofactory(Aofactory value)
value
- allowed object is
Aofactory
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public boolean isEncoded()
Boolean
public void setEncoded(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getFilename()
String
public void setFilename(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOpenmode()
String
public void setOpenmode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOptions()
String
public void setOptions(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public boolean isRetryonerror()
Boolean
public void setRetryonerror(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getUser()
String
public void setUser(java.lang.String value)
value
- allowed object is
String