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()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public java.lang.Long getAddress()
Long
public void setAddress(java.lang.Long value)
value
- allowed object is
Long
public java.math.BigInteger getAnalogchannel()
BigInteger
public void setAnalogchannel(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getChannelid()
BigInteger
public void setChannelid(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Double getFactor()
Double
public void setFactor(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMsg()
String
public void setMsg(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getNumber()
BigInteger
public void setNumber(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Double getOffset()
Double
public void setOffset(java.lang.Double value)
value
- allowed object is
Double
public java.math.BigInteger getPortno()
BigInteger
public void setPortno(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getReduction()
BigInteger
public void setReduction(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getSgid()
String
public void setSgid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSgtrig()
String
public void setSgtrig(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTxid()
String
public void setTxid(java.lang.String value)
value
- allowed object is
String