
public static class DataFiles.TestsFile extends Object implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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 name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="separator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="idColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="groupIdColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="locationIdColumn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="testDateColumn" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="postiveResultColumn" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="negativeResultColumn" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="dateFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customTags" type="{}CustomTags" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected CustomTags |
customTags |
protected String |
dateFormat |
protected Integer |
groupIdColumn |
protected Integer |
idColumn |
protected Integer |
locationIdColumn |
protected String |
name |
protected int |
negativeResultColumn |
protected int |
postiveResultColumn |
protected String |
separator |
protected int |
testDateColumn |
| Constructor and Description |
|---|
TestsFile() |
| Modifier and Type | Method and Description |
|---|---|
Object |
copyTo(Object target) |
Object |
copyTo(Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder) |
Object |
createCopy() |
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
String |
getAlias()
Gets the value of the alias property.
|
CustomTags |
getCustomTags()
Gets the value of the customTags property.
|
String |
getDateFormat()
Gets the value of the dateFormat property.
|
Integer |
getGroupIdColumn()
Gets the value of the groupIdColumn property.
|
Integer |
getIdColumn()
Gets the value of the idColumn property.
|
Integer |
getLocationIdColumn()
Gets the value of the locationIdColumn property.
|
String |
getName()
Gets the value of the name property.
|
int |
getNegativeResultColumn()
Gets the value of the negativeResultColumn property.
|
int |
getPostiveResultColumn()
Gets the value of the postiveResultColumn property.
|
String |
getSeparator()
Gets the value of the separator property.
|
int |
getTestDateColumn()
Gets the value of the testDateColumn property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setCustomTags(CustomTags value)
Sets the value of the customTags property.
|
void |
setDateFormat(String value)
Sets the value of the dateFormat property.
|
void |
setGroupIdColumn(Integer value)
Sets the value of the groupIdColumn property.
|
void |
setIdColumn(Integer value)
Sets the value of the idColumn property.
|
void |
setLocationIdColumn(Integer value)
Sets the value of the locationIdColumn property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNegativeResultColumn(int value)
Sets the value of the negativeResultColumn property.
|
void |
setPostiveResultColumn(int value)
Sets the value of the postiveResultColumn property.
|
void |
setSeparator(String value)
Sets the value of the separator property.
|
void |
setTestDateColumn(int value)
Sets the value of the testDateColumn property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected String name
protected String alias
protected String separator
protected Integer idColumn
protected Integer groupIdColumn
protected Integer locationIdColumn
protected int testDateColumn
protected int postiveResultColumn
protected int negativeResultColumn
protected String dateFormat
protected CustomTags customTags
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic String getSeparator()
Stringpublic void setSeparator(String value)
value - allowed object is
Stringpublic Integer getIdColumn()
Integerpublic void setIdColumn(Integer value)
value - allowed object is
Integerpublic Integer getGroupIdColumn()
Integerpublic void setGroupIdColumn(Integer value)
value - allowed object is
Integerpublic Integer getLocationIdColumn()
Integerpublic void setLocationIdColumn(Integer value)
value - allowed object is
Integerpublic int getTestDateColumn()
public void setTestDateColumn(int value)
public int getPostiveResultColumn()
public void setPostiveResultColumn(int value)
public int getNegativeResultColumn()
public void setNegativeResultColumn(int value)
public String getDateFormat()
Stringpublic void setDateFormat(String value)
value - allowed object is
Stringpublic CustomTags getCustomTags()
CustomTagspublic void setCustomTags(CustomTags value)
value - allowed object is
CustomTagspublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyablepublic Object createCopy()
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyablecreateCopy in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2015 University of Glasgow. All rights reserved.