public class Group
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}txblock" minOccurs="0"/> <element ref="{http://www.highqsoft.de/mdf}channel" maxOccurs="unbounded"/> <element ref="{http://www.highqsoft.de/mdf}trigger" minOccurs="0"/> </sequence> <attribute name="groupindex" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="norecords" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Channel> |
channel |
protected java.math.BigInteger |
groupindex |
protected java.math.BigInteger |
norecords |
protected Trigger |
trigger |
protected Txblock |
txblock |
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Channel> |
getChannel()
Gets the value of the channel property.
|
java.math.BigInteger |
getGroupindex()
Gets the value of the groupindex property.
|
java.math.BigInteger |
getNorecords()
Gets the value of the norecords property.
|
Trigger |
getTrigger()
Gets the value of the trigger property.
|
Txblock |
getTxblock()
Gets the value of the txblock property.
|
void |
setGroupindex(java.math.BigInteger value)
Sets the value of the groupindex property.
|
void |
setNorecords(java.math.BigInteger value)
Sets the value of the norecords property.
|
void |
setTrigger(Trigger value)
Sets the value of the trigger property.
|
void |
setTxblock(Txblock value)
Sets the value of the txblock property.
|
protected Txblock txblock
protected java.util.List<Channel> channel
protected Trigger trigger
protected java.math.BigInteger groupindex
protected java.math.BigInteger norecords
public Txblock getTxblock()
Txblock
public void setTxblock(Txblock value)
value
- allowed object is
Txblock
public java.util.List<Channel> getChannel()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
Channel
public Trigger getTrigger()
Trigger
public void setTrigger(Trigger value)
value
- allowed object is
Trigger
public java.math.BigInteger getGroupindex()
BigInteger
public void setGroupindex(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getNorecords()
BigInteger
public void setNorecords(java.math.BigInteger value)
value
- allowed object is
BigInteger