public class Aidname
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}aid"/>
</sequence>
<attribute name="basename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Applicationelement |
aid |
protected java.lang.String |
basename |
protected java.lang.String |
enabled |
protected java.lang.String |
name |
| Constructor and Description |
|---|
Aidname() |
| Modifier and Type | Method and Description |
|---|---|
Applicationelement |
getAid()
Gets the value of the aid property.
|
java.lang.String |
getBasename()
Gets the value of the basename property.
|
java.lang.String |
getEnabled()
Gets the value of the enabled property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setAid(Applicationelement value)
Sets the value of the aid property.
|
void |
setBasename(java.lang.String value)
Sets the value of the basename property.
|
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected Applicationelement aid
protected java.lang.String basename
protected java.lang.String enabled
protected java.lang.String name
public Applicationelement getAid()
Applicationelementpublic void setAid(Applicationelement value)
value - allowed object is
Applicationelementpublic java.lang.String getBasename()
Stringpublic void setBasename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnabled()
Stringpublic void setEnabled(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String