public class Selaidnameunitid
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">
<all>
<element ref="{http://www.highqsoft.de/schema}aidname"/>
<element ref="{http://www.highqsoft.de/schema}unitid" minOccurs="0"/>
</all>
<attribute name="aggregate" type="{http://www.highqsoft.de/schema}aggregate" default="NONE" />
<attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="printformat" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Aggregate |
aggregate |
protected Aidname |
aidname |
protected java.lang.String |
alias |
protected java.lang.String |
enabled |
protected java.lang.String |
format |
protected java.lang.String |
printformat |
protected Unitid |
unitid |
| Constructor and Description |
|---|
Selaidnameunitid() |
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
getAggregate()
Gets the value of the aggregate property.
|
Aidname |
getAidname()
Gets the value of the aidname property.
|
java.lang.String |
getAlias()
Gets the value of the alias property.
|
java.lang.String |
getEnabled()
Gets the value of the enabled property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.lang.String |
getPrintformat()
Gets the value of the printformat property.
|
Unitid |
getUnitid()
Gets the value of the unitid property.
|
void |
setAggregate(Aggregate value)
Sets the value of the aggregate property.
|
void |
setAidname(Aidname value)
Sets the value of the aidname property.
|
void |
setAlias(java.lang.String value)
Sets the value of the alias property.
|
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setPrintformat(java.lang.String value)
Sets the value of the printformat property.
|
void |
setUnitid(Unitid value)
Sets the value of the unitid property.
|
protected Aidname aidname
protected Unitid unitid
protected Aggregate aggregate
protected java.lang.String alias
protected java.lang.String enabled
protected java.lang.String format
protected java.lang.String printformat
public Aidname getAidname()
Aidnamepublic void setAidname(Aidname value)
value - allowed object is
Aidnamepublic Unitid getUnitid()
Unitidpublic void setUnitid(Unitid value)
value - allowed object is
Unitidpublic Aggregate getAggregate()
Aggregatepublic void setAggregate(Aggregate value)
value - allowed object is
Aggregatepublic java.lang.String getAlias()
Stringpublic void setAlias(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 getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrintformat()
Stringpublic void setPrintformat(java.lang.String value)
value - allowed object is
String