public class Hdblock
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}group" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="department" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="project" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="unitundertest" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
date |
protected java.lang.String |
department |
protected java.util.List<Group> |
group |
protected java.lang.String |
project |
protected java.lang.String |
time |
protected Txblock |
txblock |
protected java.lang.String |
unitundertest |
protected java.lang.String |
user |
| Constructor and Description |
|---|
Hdblock() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDate()
Gets the value of the date property.
|
java.lang.String |
getDepartment()
Gets the value of the department property.
|
java.util.List<Group> |
getGroup()
Gets the value of the group property.
|
java.lang.String |
getProject()
Gets the value of the project property.
|
java.lang.String |
getTime()
Gets the value of the time property.
|
Txblock |
getTxblock()
Gets the value of the txblock property.
|
java.lang.String |
getUnitundertest()
Gets the value of the unitundertest property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
void |
setDate(java.lang.String value)
Sets the value of the date property.
|
void |
setDepartment(java.lang.String value)
Sets the value of the department property.
|
void |
setProject(java.lang.String value)
Sets the value of the project property.
|
void |
setTime(java.lang.String value)
Sets the value of the time property.
|
void |
setTxblock(Txblock value)
Sets the value of the txblock property.
|
void |
setUnitundertest(java.lang.String value)
Sets the value of the unitundertest property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
protected Txblock txblock
protected java.util.List<Group> group
protected java.lang.String date
protected java.lang.String department
protected java.lang.String project
protected java.lang.String time
protected java.lang.String unitundertest
protected java.lang.String user
public Txblock getTxblock()
Txblockpublic void setTxblock(Txblock value)
value - allowed object is
Txblockpublic java.util.List<Group> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Group
public java.lang.String getDate()
Stringpublic void setDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDepartment()
Stringpublic void setDepartment(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProject()
Stringpublic void setProject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTime()
Stringpublic void setTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitundertest()
Stringpublic void setUnitundertest(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
String