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()
Applicationelement
public void setAid(Applicationelement value)
value
- allowed object is
Applicationelement
public java.lang.String getBasename()
String
public void setBasename(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEnabled()
String
public void setEnabled(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String