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()
Aidname
public void setAidname(Aidname value)
value
- allowed object is
Aidname
public Unitid getUnitid()
Unitid
public void setUnitid(Unitid value)
value
- allowed object is
Unitid
public Aggregate getAggregate()
Aggregate
public void setAggregate(Aggregate value)
value
- allowed object is
Aggregate
public java.lang.String getAlias()
String
public void setAlias(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 getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPrintformat()
String
public void setPrintformat(java.lang.String value)
value
- allowed object is
String