public class Values
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">
<choice>
<element ref="{http://www.highqsoft.de/schema}applelem"/>
<element ref="{http://www.highqsoft.de/schema}instelem"/>
</choice>
<attribute name="basename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Applicationelement |
applelem |
protected java.lang.String |
basename |
protected Instanceelement |
instelem |
protected java.lang.String |
name |
protected java.lang.String |
unit |
| Constructor and Description |
|---|
Values() |
| Modifier and Type | Method and Description |
|---|---|
Applicationelement |
getApplelem()
Gets the value of the applelem property.
|
java.lang.String |
getBasename()
Gets the value of the basename property.
|
Instanceelement |
getInstelem()
Gets the value of the instelem property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
void |
setApplelem(Applicationelement value)
Sets the value of the applelem property.
|
void |
setBasename(java.lang.String value)
Sets the value of the basename property.
|
void |
setInstelem(Instanceelement value)
Sets the value of the instelem property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
protected Applicationelement applelem
protected Instanceelement instelem
protected java.lang.String basename
protected java.lang.String name
protected java.lang.String unit
public Applicationelement getApplelem()
Applicationelementpublic void setApplelem(Applicationelement value)
value - allowed object is
Applicationelementpublic Instanceelement getInstelem()
Instanceelementpublic void setInstelem(Instanceelement value)
value - allowed object is
Instanceelementpublic java.lang.String getBasename()
Stringpublic void setBasename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
String