public class Modul
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"/>
</sequence>
<attribute name="address" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="analogchannel" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="channelid" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="factor" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="msg" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="portno" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="reduction" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="sgid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sgtrig" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="txid" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
address |
protected java.math.BigInteger |
analogchannel |
protected java.math.BigInteger |
channelid |
protected Description |
description |
protected java.lang.Double |
factor |
protected java.lang.String |
id |
protected java.lang.String |
msg |
protected java.math.BigInteger |
number |
protected java.lang.Double |
offset |
protected java.math.BigInteger |
portno |
protected java.math.BigInteger |
reduction |
protected java.lang.String |
sgid |
protected java.lang.String |
sgtrig |
protected java.lang.String |
txid |
| Constructor and Description |
|---|
Modul() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAddress()
Gets the value of the address property.
|
java.math.BigInteger |
getAnalogchannel()
Gets the value of the analogchannel property.
|
java.math.BigInteger |
getChannelid()
Gets the value of the channelid property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.Double |
getFactor()
Gets the value of the factor property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getMsg()
Gets the value of the msg property.
|
java.math.BigInteger |
getNumber()
Gets the value of the number property.
|
java.lang.Double |
getOffset()
Gets the value of the offset property.
|
java.math.BigInteger |
getPortno()
Gets the value of the portno property.
|
java.math.BigInteger |
getReduction()
Gets the value of the reduction property.
|
java.lang.String |
getSgid()
Gets the value of the sgid property.
|
java.lang.String |
getSgtrig()
Gets the value of the sgtrig property.
|
java.lang.String |
getTxid()
Gets the value of the txid property.
|
void |
setAddress(java.lang.Long value)
Sets the value of the address property.
|
void |
setAnalogchannel(java.math.BigInteger value)
Sets the value of the analogchannel property.
|
void |
setChannelid(java.math.BigInteger value)
Sets the value of the channelid property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setFactor(java.lang.Double value)
Sets the value of the factor property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMsg(java.lang.String value)
Sets the value of the msg property.
|
void |
setNumber(java.math.BigInteger value)
Sets the value of the number property.
|
void |
setOffset(java.lang.Double value)
Sets the value of the offset property.
|
void |
setPortno(java.math.BigInteger value)
Sets the value of the portno property.
|
void |
setReduction(java.math.BigInteger value)
Sets the value of the reduction property.
|
void |
setSgid(java.lang.String value)
Sets the value of the sgid property.
|
void |
setSgtrig(java.lang.String value)
Sets the value of the sgtrig property.
|
void |
setTxid(java.lang.String value)
Sets the value of the txid property.
|
protected Description description
protected java.lang.Long address
protected java.math.BigInteger analogchannel
protected java.math.BigInteger channelid
protected java.lang.Double factor
protected java.lang.String id
protected java.lang.String msg
protected java.math.BigInteger number
protected java.lang.Double offset
protected java.math.BigInteger portno
protected java.math.BigInteger reduction
protected java.lang.String sgid
protected java.lang.String sgtrig
protected java.lang.String txid
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic java.lang.Long getAddress()
Longpublic void setAddress(java.lang.Long value)
value - allowed object is
Longpublic java.math.BigInteger getAnalogchannel()
BigIntegerpublic void setAnalogchannel(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getChannelid()
BigIntegerpublic void setChannelid(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Double getFactor()
Doublepublic void setFactor(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMsg()
Stringpublic void setMsg(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getNumber()
BigIntegerpublic void setNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Double getOffset()
Doublepublic void setOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getPortno()
BigIntegerpublic void setPortno(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getReduction()
BigIntegerpublic void setReduction(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getSgid()
Stringpublic void setSgid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSgtrig()
Stringpublic void setSgtrig(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTxid()
Stringpublic void setTxid(java.lang.String value)
value - allowed object is
String