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()
Txblock
public void setTxblock(Txblock value)
value
- allowed object is
Txblock
public 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()
String
public void setDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDepartment()
String
public void setDepartment(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProject()
String
public void setProject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTime()
String
public void setTime(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnitundertest()
String
public void setUnitundertest(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUser()
String
public void setUser(java.lang.String value)
value
- allowed object is
String