public class Value
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}instelem"/>
</sequence>
<attribute name="basename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" 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 java.lang.String |
basename |
protected Instanceelement |
instelem |
protected java.lang.String |
name |
protected java.lang.String |
unit |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 Instanceelement instelem
protected java.lang.String basename
protected java.lang.String name
protected java.lang.String unit
public 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