public class ABTest extends Object
Java class for ABTest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ABTest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="teststartdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="testenddate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected String |
name |
protected String |
state |
protected Date |
testenddate |
protected Date |
teststartdate |
Constructor and Description |
---|
ABTest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getState()
Gets the value of the state property.
|
Date |
getTestenddate()
Gets the value of the testenddate property.
|
Date |
getTeststartdate()
Gets the value of the teststartdate property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setTestenddate(Date value)
Sets the value of the testenddate property.
|
void |
setTeststartdate(Date value)
Sets the value of the teststartdate property.
|
protected String id
protected String name
protected String description
protected String state
protected Date teststartdate
protected Date testenddate
public void setId(String value)
value
- allowed object is String
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public String getState()
String
public void setState(String value)
value
- allowed object is String
public Date getTeststartdate()
XMLGregorianCalendar
public void setTeststartdate(Date value)
value
- allowed object is XMLGregorianCalendar
public Date getTestenddate()
XMLGregorianCalendar
public void setTestenddate(Date value)
value
- allowed object is XMLGregorianCalendar