public class Channel
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/mdf}description" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}parameter" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}table" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}vtable" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}vrtable" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}vparameter" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}modul" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}txblock" minOccurs="0"/> </sequence> <attribute name="channelindex" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" /> <attribute name="channeltype" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" /> <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}integer" default="3" /> <attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" /> <attribute name="longname" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="minimum" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="modultype" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
channelindex |
protected java.math.BigInteger |
channeltype |
protected java.math.BigInteger |
datatype |
protected Description |
description |
protected java.math.BigInteger |
formula |
protected java.lang.String |
longname |
protected java.lang.Double |
maximum |
protected java.lang.Double |
minimum |
protected Modul |
modul |
protected java.math.BigInteger |
modultype |
protected java.lang.String |
name |
protected Parameter |
parameter |
protected Table |
table |
protected Txblock |
txblock |
protected java.lang.String |
unit |
protected Vparameter |
vparameter |
protected Vrtable |
vrtable |
protected Vtable |
vtable |
Constructor and Description |
---|
Channel() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getChannelindex()
Gets the value of the channelindex property.
|
java.math.BigInteger |
getChanneltype()
Gets the value of the channeltype property.
|
java.math.BigInteger |
getDatatype()
Gets the value of the datatype property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.math.BigInteger |
getFormula()
Gets the value of the formula property.
|
java.lang.String |
getLongname()
Gets the value of the longname property.
|
java.lang.Double |
getMaximum()
Gets the value of the maximum property.
|
java.lang.Double |
getMinimum()
Gets the value of the minimum property.
|
Modul |
getModul()
Gets the value of the modul property.
|
java.math.BigInteger |
getModultype()
Gets the value of the modultype property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
Parameter |
getParameter()
Gets the value of the parameter property.
|
Table |
getTable()
Gets the value of the table property.
|
Txblock |
getTxblock()
Gets the value of the txblock property.
|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
Vparameter |
getVparameter()
Gets the value of the vparameter property.
|
Vrtable |
getVrtable()
Gets the value of the vrtable property.
|
Vtable |
getVtable()
Gets the value of the vtable property.
|
void |
setChannelindex(java.math.BigInteger value)
Sets the value of the channelindex property.
|
void |
setChanneltype(java.math.BigInteger value)
Sets the value of the channeltype property.
|
void |
setDatatype(java.math.BigInteger value)
Sets the value of the datatype property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setFormula(java.math.BigInteger value)
Sets the value of the formula property.
|
void |
setLongname(java.lang.String value)
Sets the value of the longname property.
|
void |
setMaximum(java.lang.Double value)
Sets the value of the maximum property.
|
void |
setMinimum(java.lang.Double value)
Sets the value of the minimum property.
|
void |
setModul(Modul value)
Sets the value of the modul property.
|
void |
setModultype(java.math.BigInteger value)
Sets the value of the modultype property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParameter(Parameter value)
Sets the value of the parameter property.
|
void |
setTable(Table value)
Sets the value of the table property.
|
void |
setTxblock(Txblock value)
Sets the value of the txblock property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
void |
setVparameter(Vparameter value)
Sets the value of the vparameter property.
|
void |
setVrtable(Vrtable value)
Sets the value of the vrtable property.
|
void |
setVtable(Vtable value)
Sets the value of the vtable property.
|
protected Description description
protected Parameter parameter
protected Table table
protected Vtable vtable
protected Vrtable vrtable
protected Vparameter vparameter
protected Modul modul
protected Txblock txblock
protected java.math.BigInteger channelindex
protected java.math.BigInteger channeltype
protected java.math.BigInteger datatype
protected java.math.BigInteger formula
protected java.lang.String longname
protected java.lang.Double maximum
protected java.lang.Double minimum
protected java.math.BigInteger modultype
protected java.lang.String name
protected java.lang.String unit
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public Parameter getParameter()
Parameter
public void setParameter(Parameter value)
value
- allowed object is
Parameter
public Table getTable()
Table
public void setTable(Table value)
value
- allowed object is
Table
public Vtable getVtable()
Vtable
public void setVtable(Vtable value)
value
- allowed object is
Vtable
public Vrtable getVrtable()
Vrtable
public void setVrtable(Vrtable value)
value
- allowed object is
Vrtable
public Vparameter getVparameter()
Vparameter
public void setVparameter(Vparameter value)
value
- allowed object is
Vparameter
public Modul getModul()
Modul
public void setModul(Modul value)
value
- allowed object is
Modul
public Txblock getTxblock()
Txblock
public void setTxblock(Txblock value)
value
- allowed object is
Txblock
public java.math.BigInteger getChannelindex()
BigInteger
public void setChannelindex(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getChanneltype()
BigInteger
public void setChanneltype(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getDatatype()
BigInteger
public void setDatatype(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getFormula()
BigInteger
public void setFormula(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getLongname()
String
public void setLongname(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getMaximum()
Double
public void setMaximum(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getMinimum()
Double
public void setMinimum(java.lang.Double value)
value
- allowed object is
Double
public java.math.BigInteger getModultype()
BigInteger
public void setModultype(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnit()
String
public void setUnit(java.lang.String value)
value
- allowed object is
String