From 211ff9c28dbebc9066076ab39282515212dd17f9 Mon Sep 17 00:00:00 2001 From: shaofeng Date: Tue, 29 Apr 2014 16:34:24 +0800 Subject: [PATCH] Remove the auto-generated source code Change-Id: I0361bdbeedc5e979fd61408ef79ff4b79dc6bca5 --- .../tct/tool/mgr/jaxb/capability/Capabilities.java | 225 ---- .../tool/mgr/jaxb/capability/ObjectFactory.java | 55 - .../tool/mgr/jaxb/definition/BuildInfoType.java | 367 ------ .../tool/mgr/jaxb/definition/CapabilitiesType.java | 76 -- .../tool/mgr/jaxb/definition/CapabilityType.java | 95 -- .../tct/tool/mgr/jaxb/definition/CaseTypeType.java | 82 -- .../tct/tool/mgr/jaxb/definition/Categories.java | 74 -- .../tct/tool/mgr/jaxb/definition/Description.java | 102 -- .../jaxb/definition/ExecutionTypeSimpleType.java | 58 - .../tool/mgr/jaxb/definition/MeasurementType.java | 200 ---- .../tool/mgr/jaxb/definition/ObjectFactory.java | 242 ---- .../mgr/jaxb/definition/PrioritySimpleType.java | 67 -- .../tool/mgr/jaxb/definition/ResultInfoType.java | 177 --- .../tct/tool/mgr/jaxb/definition/SeriesType.java | 239 ---- .../tizen/tct/tool/mgr/jaxb/definition/Set.java | 215 ---- .../mgr/jaxb/definition/SimpleMeasurementType.java | 92 -- .../mgr/jaxb/definition/SpecAssertionType.java | 231 ---- .../tct/tool/mgr/jaxb/definition/SpecType.java | 125 --- .../tct/tool/mgr/jaxb/definition/SpecsType.java | 76 -- .../tct/tool/mgr/jaxb/definition/StatusType.java | 61 - .../tizen/tct/tool/mgr/jaxb/definition/Step.java | 127 --- .../tizen/tct/tool/mgr/jaxb/definition/Steps.java | 76 -- .../tizen/tct/tool/mgr/jaxb/definition/Suite.java | 213 ---- .../tct/tool/mgr/jaxb/definition/SummaryType.java | 125 --- .../tool/mgr/jaxb/definition/TestDefinition.java | 87 -- .../tool/mgr/jaxb/definition/TestScriptEntry.java | 131 --- .../tct/tool/mgr/jaxb/definition/Testcase.java | 487 -------- .../tct/tool/mgr/jaxb/plan/ExecuteTypeType.java | 61 - .../tct/tool/mgr/jaxb/plan/ObjectFactory.java | 55 - .../tizen/tct/tool/mgr/jaxb/plan/SuiteType.java | 211 ---- .../org/tizen/tct/tool/mgr/jaxb/plan/Testplan.java | 134 --- .../tizen/tct/tool/mgr/jaxb/plan/package-info.java | 9 - .../tool/mgr/jaxb/planstatus/ObjectFactory.java | 55 - .../tct/tool/mgr/jaxb/planstatus/PlanStatus.java | 154 --- .../tct/tool/mgr/jaxb/planstatus/TasksType.java | 106 -- .../tct/tool/mgr/jaxb/planstatus/package-info.java | 9 - .../tct/tool/mgr/jaxb/summary/ObjectFactory.java | 87 -- .../tct/tool/mgr/jaxb/summary/ResultSummary.java | 1174 -------------------- 38 files changed, 6160 deletions(-) delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/Capabilities.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/ObjectFactory.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/BuildInfoType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilitiesType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilityType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CaseTypeType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Categories.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Description.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ExecutionTypeSimpleType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/MeasurementType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ObjectFactory.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/PrioritySimpleType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ResultInfoType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SeriesType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Set.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SimpleMeasurementType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecAssertionType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecsType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/StatusType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Step.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Steps.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Suite.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SummaryType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestDefinition.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestScriptEntry.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Testcase.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ExecuteTypeType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ObjectFactory.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/SuiteType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/Testplan.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/package-info.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/ObjectFactory.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/PlanStatus.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/TasksType.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/package-info.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ObjectFactory.java delete mode 100644 src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ResultSummary.java diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/Capabilities.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/Capabilities.java deleted file mode 100644 index b64de86..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/Capabilities.java +++ /dev/null @@ -1,225 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:37 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.capability; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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="capability" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *                 </sequence>
- *                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="support" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "capability" -}) -@XmlRootElement(name = "capabilities") -public class Capabilities { - - protected List capability; - - /** - * Gets the value of the capability property. - * - *

- * 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 capability property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getCapability().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Capabilities.Capability } - * - * - */ - public List getCapability() { - if (capability == null) { - capability = new ArrayList(); - } - return this.capability; - } - - - /** - *

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="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
-     *       </sequence>
-     *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="support" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "value" - }) - public static class Capability { - - protected String value; - @XmlAttribute(name = "name") - protected String name; - @XmlAttribute(name = "support") - protected String support; - @XmlAttribute(name = "type") - protected String type; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the support property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSupport() { - return support; - } - - /** - * Sets the value of the support property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSupport(String value) { - this.support = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/ObjectFactory.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/ObjectFactory.java deleted file mode 100644 index 34e8006..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/capability/ObjectFactory.java +++ /dev/null @@ -1,55 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:37 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.capability; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the org.tizen.tct.tool.mgr.jaxb.capability package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.tct.tool.mgr.jaxb.capability - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Capabilities.Capability } - * - */ - public Capabilities.Capability createCapabilitiesCapability() { - return new Capabilities.Capability(); - } - - /** - * Create an instance of {@link Capabilities } - * - */ - public Capabilities createCapabilities() { - return new Capabilities(); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/BuildInfoType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/BuildInfoType.java deleted file mode 100644 index a1d1048..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/BuildInfoType.java +++ /dev/null @@ -1,367 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for BuildInfoType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="BuildInfoType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="other" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *       <attribute name="device_name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="device_model" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="os_version" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="device_id" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="firmware_version" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="screen_size" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="resolution" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="cts_version" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="build_id" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BuildInfoType", propOrder = { - "other" -}) -public class BuildInfoType { - - @XmlElement(required = true) - protected String other; - @XmlAttribute(name = "device_name") - protected String deviceName; - @XmlAttribute(name = "device_model") - protected String deviceModel; - @XmlAttribute(name = "os_version") - protected String osVersion; - @XmlAttribute(name = "device_id") - protected String deviceId; - @XmlAttribute(name = "firmware_version") - protected String firmwareVersion; - @XmlAttribute(name = "screen_size") - protected String screenSize; - @XmlAttribute(name = "resolution") - protected String resolution; - @XmlAttribute(name = "host") - protected String host; - @XmlAttribute(name = "cts_version") - protected String ctsVersion; - @XmlAttribute(name = "build_id") - protected String buildId; - @XmlAttribute(name = "manufacturer") - protected String manufacturer; - - /** - * Gets the value of the other property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOther() { - return other; - } - - /** - * Sets the value of the other property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOther(String value) { - this.other = value; - } - - /** - * Gets the value of the deviceName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeviceName() { - return deviceName; - } - - /** - * Sets the value of the deviceName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeviceName(String value) { - this.deviceName = value; - } - - /** - * Gets the value of the deviceModel property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeviceModel() { - return deviceModel; - } - - /** - * Sets the value of the deviceModel property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeviceModel(String value) { - this.deviceModel = value; - } - - /** - * Gets the value of the osVersion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOsVersion() { - return osVersion; - } - - /** - * Sets the value of the osVersion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOsVersion(String value) { - this.osVersion = value; - } - - /** - * Gets the value of the deviceId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeviceId() { - return deviceId; - } - - /** - * Sets the value of the deviceId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeviceId(String value) { - this.deviceId = value; - } - - /** - * Gets the value of the firmwareVersion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFirmwareVersion() { - return firmwareVersion; - } - - /** - * Sets the value of the firmwareVersion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFirmwareVersion(String value) { - this.firmwareVersion = value; - } - - /** - * Gets the value of the screenSize property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getScreenSize() { - return screenSize; - } - - /** - * Sets the value of the screenSize property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setScreenSize(String value) { - this.screenSize = value; - } - - /** - * Gets the value of the resolution property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getResolution() { - return resolution; - } - - /** - * Sets the value of the resolution property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setResolution(String value) { - this.resolution = value; - } - - /** - * Gets the value of the host property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHost() { - return host; - } - - /** - * Sets the value of the host property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHost(String value) { - this.host = value; - } - - /** - * Gets the value of the ctsVersion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCtsVersion() { - return ctsVersion; - } - - /** - * Sets the value of the ctsVersion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCtsVersion(String value) { - this.ctsVersion = value; - } - - /** - * Gets the value of the buildId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBuildId() { - return buildId; - } - - /** - * Sets the value of the buildId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBuildId(String value) { - this.buildId = value; - } - - /** - * Gets the value of the manufacturer property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getManufacturer() { - return manufacturer; - } - - /** - * Sets the value of the manufacturer property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setManufacturer(String value) { - this.manufacturer = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilitiesType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilitiesType.java deleted file mode 100644 index d71aa69..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilitiesType.java +++ /dev/null @@ -1,76 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for CapabilitiesType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="CapabilitiesType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="capability" type="{}CapabilityType" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CapabilitiesType", propOrder = { - "capability" -}) -public class CapabilitiesType { - - @XmlElement(required = true) - protected List capability; - - /** - * Gets the value of the capability property. - * - *

- * 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 capability property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getCapability().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link CapabilityType } - * - * - */ - public List getCapability() { - if (capability == null) { - capability = new ArrayList(); - } - return this.capability; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilityType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilityType.java deleted file mode 100644 index 4f41c69..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CapabilityType.java +++ /dev/null @@ -1,95 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for CapabilityType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="CapabilityType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence minOccurs="0">
- *         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CapabilityType", propOrder = { - "value" -}) -public class CapabilityType { - - protected String value; - @XmlAttribute(name = "name", required = true) - protected String name; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CaseTypeType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CaseTypeType.java deleted file mode 100644 index 7ba07fc..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/CaseTypeType.java +++ /dev/null @@ -1,82 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for case_type_type. - * - *

The following schema fragment specifies the expected content contained within this class. - *

- *

- * <simpleType name="case_type_type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="functional_positive"/>
- *     <enumeration value="functional_negative"/>
- *     <enumeration value="security"/>
- *     <enumeration value="performance"/>
- *     <enumeration value="reliability"/>
- *     <enumeration value="portability"/>
- *     <enumeration value="maintainability"/>
- *     <enumeration value="compliance"/>
- *     <enumeration value="user_experience"/>
- *     <enumeration value="undefined"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "case_type_type") -@XmlEnum -public enum CaseTypeType { - - @XmlEnumValue("functional_positive") - FUNCTIONAL_POSITIVE("functional_positive"), - @XmlEnumValue("functional_negative") - FUNCTIONAL_NEGATIVE("functional_negative"), - @XmlEnumValue("security") - SECURITY("security"), - @XmlEnumValue("performance") - PERFORMANCE("performance"), - @XmlEnumValue("reliability") - RELIABILITY("reliability"), - @XmlEnumValue("portability") - PORTABILITY("portability"), - @XmlEnumValue("maintainability") - MAINTAINABILITY("maintainability"), - @XmlEnumValue("compliance") - COMPLIANCE("compliance"), - @XmlEnumValue("user_experience") - USER_EXPERIENCE("user_experience"), - @XmlEnumValue("undefined") - UNDEFINED("undefined"); - private final String value; - - CaseTypeType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static CaseTypeType fromValue(String v) { - for (CaseTypeType c: CaseTypeType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Categories.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Categories.java deleted file mode 100644 index 0b04260..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Categories.java +++ /dev/null @@ -1,74 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for categories complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="categories">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="category" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "categories", propOrder = { - "category" -}) -public class Categories { - - protected List category; - - /** - * Gets the value of the category property. - * - *

- * 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 category property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getCategory().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getCategory() { - if (category == null) { - category = new ArrayList(); - } - return this.category; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Description.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Description.java deleted file mode 100644 index 2b0e3f2..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Description.java +++ /dev/null @@ -1,102 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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 maxOccurs="unbounded">
- *         <choice minOccurs="0">
- *           <element ref="{}notes"/>
- *         </choice>
- *         <choice minOccurs="0">
- *           <element ref="{}pre_condition"/>
- *         </choice>
- *         <choice minOccurs="0">
- *           <element ref="{}post_condition"/>
- *         </choice>
- *         <element ref="{}steps"/>
- *         <choice minOccurs="0">
- *           <element ref="{}test_script_entry"/>
- *         </choice>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "notesAndPreConditionAndPostCondition" -}) -@XmlRootElement(name = "description") -public class Description { - - @XmlElementRefs({ - @XmlElementRef(name = "pre_condition", type = JAXBElement.class), - @XmlElementRef(name = "steps", type = Steps.class), - @XmlElementRef(name = "notes", type = JAXBElement.class), - @XmlElementRef(name = "test_script_entry", type = TestScriptEntry.class), - @XmlElementRef(name = "post_condition", type = JAXBElement.class) - }) - protected List notesAndPreConditionAndPostCondition; - - /** - * Gets the value of the notesAndPreConditionAndPostCondition property. - * - *

- * 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 notesAndPreConditionAndPostCondition property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getNotesAndPreConditionAndPostCondition().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TestScriptEntry } - * {@link JAXBElement }{@code <}{@link String }{@code >} - * {@link Steps } - * {@link JAXBElement }{@code <}{@link String }{@code >} - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - * - */ - public List getNotesAndPreConditionAndPostCondition() { - if (notesAndPreConditionAndPostCondition == null) { - notesAndPreConditionAndPostCondition = new ArrayList(); - } - return this.notesAndPreConditionAndPostCondition; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ExecutionTypeSimpleType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ExecutionTypeSimpleType.java deleted file mode 100644 index 1951d64..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ExecutionTypeSimpleType.java +++ /dev/null @@ -1,58 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for execution_type_simple_type. - * - *

The following schema fragment specifies the expected content contained within this class. - *

- *

- * <simpleType name="execution_type_simple_type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="auto"/>
- *     <enumeration value="manual"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "execution_type_simple_type") -@XmlEnum -public enum ExecutionTypeSimpleType { - - @XmlEnumValue("auto") - AUTO("auto"), - @XmlEnumValue("manual") - MANUAL("manual"); - private final String value; - - ExecutionTypeSimpleType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static ExecutionTypeSimpleType fromValue(String v) { - for (ExecutionTypeSimpleType c: ExecutionTypeSimpleType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/MeasurementType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/MeasurementType.java deleted file mode 100644 index 9be0174..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/MeasurementType.java +++ /dev/null @@ -1,200 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for measurementType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="measurementType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="failure" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="power" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "measurementType") -public class MeasurementType { - - @XmlAttribute(name = "name") - protected String name; - @XmlAttribute(name = "value") - protected String value; - @XmlAttribute(name = "unit") - protected String unit; - @XmlAttribute(name = "target") - protected String target; - @XmlAttribute(name = "failure") - protected String failure; - @XmlAttribute(name = "power") - protected String power; - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the unit property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUnit() { - return unit; - } - - /** - * Sets the value of the unit property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUnit(String value) { - this.unit = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTarget(String value) { - this.target = value; - } - - /** - * Gets the value of the failure property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFailure() { - return failure; - } - - /** - * Sets the value of the failure property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFailure(String value) { - this.failure = value; - } - - /** - * Gets the value of the power property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPower() { - return power; - } - - /** - * Sets the value of the power property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPower(String value) { - this.power = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ObjectFactory.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ObjectFactory.java deleted file mode 100644 index 499e221..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ObjectFactory.java +++ /dev/null @@ -1,242 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the org.tizen.tct.tool.mgr.jaxb.definition package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _PreCondition_QNAME = new QName("", "pre_condition"); - private final static QName _Purpose_QNAME = new QName("", "purpose"); - private final static QName _Notes_QNAME = new QName("", "notes"); - private final static QName _PostCondition_QNAME = new QName("", "post_condition"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.tct.tool.mgr.jaxb.definition - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Suite } - * - */ - public Suite createSuite() { - return new Suite(); - } - - /** - * Create an instance of {@link BuildInfoType } - * - */ - public BuildInfoType createBuildInfoType() { - return new BuildInfoType(); - } - - /** - * Create an instance of {@link CapabilitiesType } - * - */ - public CapabilitiesType createCapabilitiesType() { - return new CapabilitiesType(); - } - - /** - * Create an instance of {@link ResultInfoType } - * - */ - public ResultInfoType createResultInfoType() { - return new ResultInfoType(); - } - - /** - * Create an instance of {@link SpecAssertionType } - * - */ - public SpecAssertionType createSpecAssertionType() { - return new SpecAssertionType(); - } - - /** - * Create an instance of {@link SeriesType } - * - */ - public SeriesType createSeriesType() { - return new SeriesType(); - } - - /** - * Create an instance of {@link Step } - * - */ - public Step createStep() { - return new Step(); - } - - /** - * Create an instance of {@link SpecsType } - * - */ - public SpecsType createSpecsType() { - return new SpecsType(); - } - - /** - * Create an instance of {@link TestScriptEntry } - * - */ - public TestScriptEntry createTestScriptEntry() { - return new TestScriptEntry(); - } - - /** - * Create an instance of {@link Categories } - * - */ - public Categories createCategories() { - return new Categories(); - } - - /** - * Create an instance of {@link CapabilityType } - * - */ - public CapabilityType createCapabilityType() { - return new CapabilityType(); - } - - /** - * Create an instance of {@link Testcase } - * - */ - public Testcase createTestcase() { - return new Testcase(); - } - - /** - * Create an instance of {@link SpecType } - * - */ - public SpecType createSpecType() { - return new SpecType(); - } - - /** - * Create an instance of {@link Description } - * - */ - public Description createDescription() { - return new Description(); - } - - /** - * Create an instance of {@link Steps } - * - */ - public Steps createSteps() { - return new Steps(); - } - - /** - * Create an instance of {@link SummaryType } - * - */ - public SummaryType createSummaryType() { - return new SummaryType(); - } - - /** - * Create an instance of {@link TestDefinition } - * - */ - public TestDefinition createTestDefinition() { - return new TestDefinition(); - } - - /** - * Create an instance of {@link SimpleMeasurementType } - * - */ - public SimpleMeasurementType createSimpleMeasurementType() { - return new SimpleMeasurementType(); - } - - /** - * Create an instance of {@link Set } - * - */ - public Set createSet() { - return new Set(); - } - - /** - * Create an instance of {@link MeasurementType } - * - */ - public MeasurementType createMeasurementType() { - return new MeasurementType(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "", name = "pre_condition") - public JAXBElement createPreCondition(String value) { - return new JAXBElement(_PreCondition_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}} - * - */ - @XmlElementDecl(namespace = "", name = "purpose") - public JAXBElement createPurpose(Object value) { - return new JAXBElement(_Purpose_QNAME, Object.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "", name = "notes") - public JAXBElement createNotes(String value) { - return new JAXBElement(_Notes_QNAME, String.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "", name = "post_condition") - public JAXBElement createPostCondition(String value) { - return new JAXBElement(_PostCondition_QNAME, String.class, null, value); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/PrioritySimpleType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/PrioritySimpleType.java deleted file mode 100644 index 20f95a2..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/PrioritySimpleType.java +++ /dev/null @@ -1,67 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for priority_simple_type. - * - *

The following schema fragment specifies the expected content contained within this class. - *

- *

- * <simpleType name="priority_simple_type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="P0"/>
- *     <enumeration value="P1"/>
- *     <enumeration value="P2"/>
- *     <enumeration value="P3"/>
- *     <enumeration value="P4"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "priority_simple_type") -@XmlEnum -public enum PrioritySimpleType { - - @XmlEnumValue("P0") - P_0("P0"), - @XmlEnumValue("P1") - P_1("P1"), - @XmlEnumValue("P2") - P_2("P2"), - @XmlEnumValue("P3") - P_3("P3"), - @XmlEnumValue("P4") - P_4("P4"); - private final String value; - - PrioritySimpleType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static PrioritySimpleType fromValue(String v) { - for (PrioritySimpleType c: PrioritySimpleType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ResultInfoType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ResultInfoType.java deleted file mode 100644 index 1e4f0e3..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/ResultInfoType.java +++ /dev/null @@ -1,177 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for result_info_type complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="result_info_type">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence minOccurs="0">
- *         <element name="actual_result" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="start" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="end" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="stdout" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="stderr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "result_info_type", propOrder = { - "actualResult", - "start", - "end", - "stdout", - "stderr" -}) -public class ResultInfoType { - - @XmlElement(name = "actual_result") - protected String actualResult; - protected String start; - protected String end; - protected String stdout; - protected String stderr; - - /** - * Gets the value of the actualResult property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getActualResult() { - return actualResult; - } - - /** - * Sets the value of the actualResult property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setActualResult(String value) { - this.actualResult = value; - } - - /** - * Gets the value of the start property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStart() { - return start; - } - - /** - * Sets the value of the start property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStart(String value) { - this.start = value; - } - - /** - * Gets the value of the end property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEnd() { - return end; - } - - /** - * Sets the value of the end property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEnd(String value) { - this.end = value; - } - - /** - * Gets the value of the stdout property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStdout() { - return stdout; - } - - /** - * Sets the value of the stdout property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStdout(String value) { - this.stdout = value; - } - - /** - * Gets the value of the stderr property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStderr() { - return stderr; - } - - /** - * Sets the value of the stderr property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStderr(String value) { - this.stderr = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SeriesType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SeriesType.java deleted file mode 100644 index 15105fe..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SeriesType.java +++ /dev/null @@ -1,239 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for seriesType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="seriesType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="measurement" type="{}simpleMeasurementType" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="interval" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="interval_unit" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="power" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "seriesType", propOrder = { - "measurement" -}) -public class SeriesType { - - @XmlElement(required = true) - protected List measurement; - @XmlAttribute(name = "name") - protected String name; - @XmlAttribute(name = "group") - protected String group; - @XmlAttribute(name = "unit") - protected String unit; - @XmlAttribute(name = "interval") - protected String interval; - @XmlAttribute(name = "interval_unit") - protected String intervalUnit; - @XmlAttribute(name = "power") - protected String power; - - /** - * Gets the value of the measurement property. - * - *

- * 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 measurement property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getMeasurement().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SimpleMeasurementType } - * - * - */ - public List getMeasurement() { - if (measurement == null) { - measurement = new ArrayList(); - } - return this.measurement; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the group property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGroup() { - return group; - } - - /** - * Sets the value of the group property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGroup(String value) { - this.group = value; - } - - /** - * Gets the value of the unit property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUnit() { - return unit; - } - - /** - * Sets the value of the unit property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUnit(String value) { - this.unit = value; - } - - /** - * Gets the value of the interval property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInterval() { - return interval; - } - - /** - * Sets the value of the interval property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInterval(String value) { - this.interval = value; - } - - /** - * Gets the value of the intervalUnit property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getIntervalUnit() { - return intervalUnit; - } - - /** - * Sets the value of the intervalUnit property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setIntervalUnit(String value) { - this.intervalUnit = value; - } - - /** - * Gets the value of the power property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPower() { - return power; - } - - /** - * Sets the value of the power property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPower(String value) { - this.power = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Set.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Set.java deleted file mode 100644 index 750963e..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Set.java +++ /dev/null @@ -1,215 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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="capabilities" type="{}CapabilitiesType" minOccurs="0"/>
- *         <sequence maxOccurs="unbounded">
- *           <element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/>
- *         </sequence>
- *       </sequence>
- *       <attGroup ref="{}set_attribute_group"/>
- *       <attribute name="launcher" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="set_debug_msg" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "capabilities", - "testcase" -}) -@XmlRootElement(name = "set") -public class Set { - - protected CapabilitiesType capabilities; - protected List testcase; - @XmlAttribute(name = "launcher") - protected String launcher; - @XmlAttribute(name = "set_debug_msg") - protected String setDebugMsg; - @XmlAttribute(name = "name", required = true) - @XmlSchemaType(name = "anyURI") - protected String name; - @XmlAttribute(name = "type") - protected String type; - - /** - * Gets the value of the capabilities property. - * - * @return - * possible object is - * {@link CapabilitiesType } - * - */ - public CapabilitiesType getCapabilities() { - return capabilities; - } - - /** - * Sets the value of the capabilities property. - * - * @param value - * allowed object is - * {@link CapabilitiesType } - * - */ - public void setCapabilities(CapabilitiesType value) { - this.capabilities = value; - } - - /** - * Gets the value of the testcase property. - * - *

- * 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 testcase property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTestcase().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Testcase } - * - * - */ - public List getTestcase() { - if (testcase == null) { - testcase = new ArrayList(); - } - return this.testcase; - } - - /** - * Gets the value of the launcher property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLauncher() { - return launcher; - } - - /** - * Sets the value of the launcher property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLauncher(String value) { - this.launcher = value; - } - - /** - * Gets the value of the setDebugMsg property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSetDebugMsg() { - return setDebugMsg; - } - - /** - * Sets the value of the setDebugMsg property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSetDebugMsg(String value) { - this.setDebugMsg = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SimpleMeasurementType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SimpleMeasurementType.java deleted file mode 100644 index 79ae64e..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SimpleMeasurementType.java +++ /dev/null @@ -1,92 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for simpleMeasurementType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="simpleMeasurementType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "simpleMeasurementType") -public class SimpleMeasurementType { - - @XmlAttribute(name = "value") - protected String value; - @XmlAttribute(name = "file") - protected String file; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the file property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFile() { - return file; - } - - /** - * Sets the value of the file property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFile(String value) { - this.file = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecAssertionType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecAssertionType.java deleted file mode 100644 index f0b1738..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecAssertionType.java +++ /dev/null @@ -1,231 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for spec_assertionType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="spec_assertionType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="section" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="specification" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="interface" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="element_name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="usage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- *       <attribute name="element_type" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "spec_assertionType") -public class SpecAssertionType { - - @XmlAttribute(name = "category", required = true) - protected String category; - @XmlAttribute(name = "section", required = true) - protected String section; - @XmlAttribute(name = "specification", required = true) - protected String specification; - @XmlAttribute(name = "interface", required = true) - protected String _interface; - @XmlAttribute(name = "element_name") - protected String elementName; - @XmlAttribute(name = "usage") - protected Boolean usage; - @XmlAttribute(name = "element_type") - protected String elementType; - - /** - * Gets the value of the category property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCategory() { - return category; - } - - /** - * Sets the value of the category property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCategory(String value) { - this.category = value; - } - - /** - * Gets the value of the section property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSection() { - return section; - } - - /** - * Sets the value of the section property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSection(String value) { - this.section = value; - } - - /** - * Gets the value of the specification property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpecification() { - return specification; - } - - /** - * Sets the value of the specification property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpecification(String value) { - this.specification = value; - } - - /** - * Gets the value of the interface property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInterface() { - return _interface; - } - - /** - * Sets the value of the interface property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInterface(String value) { - this._interface = value; - } - - /** - * Gets the value of the elementName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getElementName() { - return elementName; - } - - /** - * Sets the value of the elementName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setElementName(String value) { - this.elementName = value; - } - - /** - * Gets the value of the usage property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public boolean isUsage() { - if (usage == null) { - return false; - } else { - return usage; - } - } - - /** - * Sets the value of the usage property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setUsage(Boolean value) { - this.usage = value; - } - - /** - * Gets the value of the elementType property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getElementType() { - return elementType; - } - - /** - * Sets the value of the elementType property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setElementType(String value) { - this.elementType = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecType.java deleted file mode 100644 index 29ce24f..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecType.java +++ /dev/null @@ -1,125 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for specType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="specType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="spec_assertion" type="{}spec_assertionType"/>
- *         <element name="spec_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="spec_statement" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "specType", propOrder = { - "specAssertion", - "specUrl", - "specStatement" -}) -public class SpecType { - - @XmlElement(name = "spec_assertion", required = true) - protected SpecAssertionType specAssertion; - @XmlElement(name = "spec_url", required = true) - protected String specUrl; - @XmlElement(name = "spec_statement", required = true) - protected String specStatement; - - /** - * Gets the value of the specAssertion property. - * - * @return - * possible object is - * {@link SpecAssertionType } - * - */ - public SpecAssertionType getSpecAssertion() { - return specAssertion; - } - - /** - * Sets the value of the specAssertion property. - * - * @param value - * allowed object is - * {@link SpecAssertionType } - * - */ - public void setSpecAssertion(SpecAssertionType value) { - this.specAssertion = value; - } - - /** - * Gets the value of the specUrl property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpecUrl() { - return specUrl; - } - - /** - * Sets the value of the specUrl property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpecUrl(String value) { - this.specUrl = value; - } - - /** - * Gets the value of the specStatement property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSpecStatement() { - return specStatement; - } - - /** - * Sets the value of the specStatement property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSpecStatement(String value) { - this.specStatement = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecsType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecsType.java deleted file mode 100644 index 612e73c..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SpecsType.java +++ /dev/null @@ -1,76 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for specsType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="specsType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="spec" type="{}specType" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "specsType", propOrder = { - "spec" -}) -public class SpecsType { - - @XmlElement(required = true) - protected List spec; - - /** - * Gets the value of the spec property. - * - *

- * 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 spec property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSpec().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SpecType } - * - * - */ - public List getSpec() { - if (spec == null) { - spec = new ArrayList(); - } - return this.spec; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/StatusType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/StatusType.java deleted file mode 100644 index 350d30b..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/StatusType.java +++ /dev/null @@ -1,61 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for status_type. - * - *

The following schema fragment specifies the expected content contained within this class. - *

- *

- * <simpleType name="status_type">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="designed"/>
- *     <enumeration value="ready"/>
- *     <enumeration value="approved"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "status_type") -@XmlEnum -public enum StatusType { - - @XmlEnumValue("designed") - DESIGNED("designed"), - @XmlEnumValue("ready") - READY("ready"), - @XmlEnumValue("approved") - APPROVED("approved"); - private final String value; - - StatusType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static StatusType fromValue(String v) { - for (StatusType c: StatusType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Step.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Step.java deleted file mode 100644 index e03a34d..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Step.java +++ /dev/null @@ -1,127 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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="step_desc" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="expected" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *       <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}int" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "stepDesc", - "expected" -}) -@XmlRootElement(name = "step") -public class Step { - - @XmlElement(name = "step_desc", required = true) - protected String stepDesc; - @XmlElement(required = true) - protected String expected; - @XmlAttribute(name = "order") - protected Integer order; - - /** - * Gets the value of the stepDesc property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStepDesc() { - return stepDesc; - } - - /** - * Sets the value of the stepDesc property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStepDesc(String value) { - this.stepDesc = value; - } - - /** - * Gets the value of the expected property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getExpected() { - return expected; - } - - /** - * Sets the value of the expected property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setExpected(String value) { - this.expected = value; - } - - /** - * Gets the value of the order property. - * - * @return - * possible object is - * {@link Integer } - * - */ - public Integer getOrder() { - return order; - } - - /** - * Sets the value of the order property. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setOrder(Integer value) { - this.order = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Steps.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Steps.java deleted file mode 100644 index da29e49..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Steps.java +++ /dev/null @@ -1,76 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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 maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}step"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "step" -}) -@XmlRootElement(name = "steps") -public class Steps { - - protected List step; - - /** - * Gets the value of the step property. - * - *

- * 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 step property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getStep().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Step } - * - * - */ - public List getStep() { - if (step == null) { - step = new ArrayList(); - } - return this.step; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Suite.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Suite.java deleted file mode 100644 index cf96b77..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Suite.java +++ /dev/null @@ -1,213 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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 maxOccurs="unbounded">
- *         <element ref="{}set" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attGroup ref="{}set_attribute_group"/>
- *       <attribute name="launcher" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="widget" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "set" -}) -@XmlRootElement(name = "suite") -public class Suite { - - protected List set; - @XmlAttribute(name = "launcher") - protected String launcher; - @XmlAttribute(name = "category") - protected String category; - @XmlAttribute(name = "widget") - protected String widget; - @XmlAttribute(name = "name", required = true) - @XmlSchemaType(name = "anyURI") - protected String name; - @XmlAttribute(name = "type") - protected String type; - - /** - * Gets the value of the set property. - * - *

- * 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 set property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSet().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Set } - * - * - */ - public List getSet() { - if (set == null) { - set = new ArrayList(); - } - return this.set; - } - - /** - * Gets the value of the launcher property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLauncher() { - return launcher; - } - - /** - * Sets the value of the launcher property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLauncher(String value) { - this.launcher = value; - } - - /** - * Gets the value of the category property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCategory() { - return category; - } - - /** - * Sets the value of the category property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCategory(String value) { - this.category = value; - } - - /** - * Gets the value of the widget property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getWidget() { - return widget; - } - - /** - * Sets the value of the widget property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setWidget(String value) { - this.widget = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SummaryType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SummaryType.java deleted file mode 100644 index f18fd17..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/SummaryType.java +++ /dev/null @@ -1,125 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for summaryType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="summaryType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="start_at" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="end_at" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *       <attribute name="test_plan_name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "summaryType", propOrder = { - "startAt", - "endAt" -}) -public class SummaryType { - - @XmlElement(name = "start_at", required = true) - protected String startAt; - @XmlElement(name = "end_at", required = true) - protected String endAt; - @XmlAttribute(name = "test_plan_name") - protected String testPlanName; - - /** - * Gets the value of the startAt property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStartAt() { - return startAt; - } - - /** - * Sets the value of the startAt property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStartAt(String value) { - this.startAt = value; - } - - /** - * Gets the value of the endAt property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEndAt() { - return endAt; - } - - /** - * Sets the value of the endAt property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEndAt(String value) { - this.endAt = value; - } - - /** - * Gets the value of the testPlanName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTestPlanName() { - return testPlanName; - } - - /** - * Sets the value of the testPlanName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTestPlanName(String value) { - this.testPlanName = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestDefinition.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestDefinition.java deleted file mode 100644 index b33b662..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestDefinition.java +++ /dev/null @@ -1,87 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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 maxOccurs="unbounded">
- *         <element name="environment" type="{}BuildInfoType" minOccurs="0"/>
- *         <element name="summary" type="{}summaryType" minOccurs="0"/>
- *         <element ref="{}suite" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "environmentAndSummaryAndSuite" -}) -@XmlRootElement(name = "test_definition") -public class TestDefinition { - - @XmlElements({ - @XmlElement(name = "environment", required = true, type = BuildInfoType.class), - @XmlElement(name = "summary", required = true, type = SummaryType.class), - @XmlElement(name = "suite", required = true, type = Suite.class) - }) - protected List environmentAndSummaryAndSuite; - - /** - * Gets the value of the environmentAndSummaryAndSuite property. - * - *

- * 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 environmentAndSummaryAndSuite property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getEnvironmentAndSummaryAndSuite().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link BuildInfoType } - * {@link SummaryType } - * {@link Suite } - * - * - */ - public List getEnvironmentAndSummaryAndSuite() { - if (environmentAndSummaryAndSuite == null) { - environmentAndSummaryAndSuite = new ArrayList(); - } - return this.environmentAndSummaryAndSuite; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestScriptEntry.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestScriptEntry.java deleted file mode 100644 index f7b6fad..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/TestScriptEntry.java +++ /dev/null @@ -1,131 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <simpleContent>
- *     <extension base="<http://www.w3.org/2001/XMLSchema>string">
- *       <attribute name="test_script_expected_result" type="{http://www.w3.org/2001/XMLSchema}string" default="0" />
- *       <attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" default="90" />
- *     </extension>
- *   </simpleContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "value" -}) -@XmlRootElement(name = "test_script_entry") -public class TestScriptEntry { - - @XmlValue - protected String value; - @XmlAttribute(name = "test_script_expected_result") - protected String testScriptExpectedResult; - @XmlAttribute(name = "timeout") - protected Integer timeout; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the testScriptExpectedResult property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTestScriptExpectedResult() { - if (testScriptExpectedResult == null) { - return "0"; - } else { - return testScriptExpectedResult; - } - } - - /** - * Sets the value of the testScriptExpectedResult property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTestScriptExpectedResult(String value) { - this.testScriptExpectedResult = value; - } - - /** - * Gets the value of the timeout property. - * - * @return - * possible object is - * {@link Integer } - * - */ - public int getTimeout() { - if (timeout == null) { - return 90; - } else { - return timeout; - } - } - - /** - * Sets the value of the timeout property. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setTimeout(Integer value) { - this.timeout = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Testcase.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Testcase.java deleted file mode 100644 index acc0b29..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/definition/Testcase.java +++ /dev/null @@ -1,487 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:35 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.definition; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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="{}description"/>
- *         <element name="categories" type="{}categories" minOccurs="0"/>
- *         <element name="measurement" type="{}measurementType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="series" type="{}seriesType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="specs" type="{}specsType" minOccurs="0"/>
- *         <element name="result_info" type="{}result_info_type" minOccurs="0"/>
- *       </sequence>
- *       <attGroup ref="{}case_attribute_group"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "description", - "categories", - "measurement", - "series", - "specs", - "resultInfo" -}) -@XmlRootElement(name = "testcase") -public class Testcase { - - @XmlElement(required = true) - protected Description description; - protected Categories categories; - protected List measurement; - protected List series; - protected SpecsType specs; - @XmlElement(name = "result_info") - protected ResultInfoType resultInfo; - @XmlAttribute(name = "id", required = true) - protected String id; - @XmlAttribute(name = "priority", required = true) - protected PrioritySimpleType priority; - @XmlAttribute(name = "execution_type", required = true) - protected ExecutionTypeSimpleType executionType; - @XmlAttribute(name = "component") - protected String component; - @XmlAttribute(name = "requirement_ref") - @XmlSchemaType(name = "anyURI") - protected String requirementRef; - @XmlAttribute(name = "status", required = true) - protected StatusType status; - @XmlAttribute(name = "type", required = true) - protected CaseTypeType type; - @XmlAttribute(name = "purpose") - protected String purpose; - @XmlAttribute(name = "result") - protected String result; - @XmlAttribute(name = "onload_delay") - protected Integer onloadDelay; - - /** - * Gets the value of the description property. - * - * @return - * possible object is - * {@link Description } - * - */ - public Description getDescription() { - return description; - } - - /** - * Sets the value of the description property. - * - * @param value - * allowed object is - * {@link Description } - * - */ - public void setDescription(Description value) { - this.description = value; - } - - /** - * Gets the value of the categories property. - * - * @return - * possible object is - * {@link Categories } - * - */ - public Categories getCategories() { - return categories; - } - - /** - * Sets the value of the categories property. - * - * @param value - * allowed object is - * {@link Categories } - * - */ - public void setCategories(Categories value) { - this.categories = value; - } - - /** - * Gets the value of the measurement property. - * - *

- * 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 measurement property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getMeasurement().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link MeasurementType } - * - * - */ - public List getMeasurement() { - if (measurement == null) { - measurement = new ArrayList(); - } - return this.measurement; - } - - /** - * Gets the value of the series property. - * - *

- * 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 series property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSeries().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SeriesType } - * - * - */ - public List getSeries() { - if (series == null) { - series = new ArrayList(); - } - return this.series; - } - - /** - * Gets the value of the specs property. - * - * @return - * possible object is - * {@link SpecsType } - * - */ - public SpecsType getSpecs() { - return specs; - } - - /** - * Sets the value of the specs property. - * - * @param value - * allowed object is - * {@link SpecsType } - * - */ - public void setSpecs(SpecsType value) { - this.specs = value; - } - - /** - * Gets the value of the resultInfo property. - * - * @return - * possible object is - * {@link ResultInfoType } - * - */ - public ResultInfoType getResultInfo() { - return resultInfo; - } - - /** - * Sets the value of the resultInfo property. - * - * @param value - * allowed object is - * {@link ResultInfoType } - * - */ - public void setResultInfo(ResultInfoType value) { - this.resultInfo = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the priority property. - * - * @return - * possible object is - * {@link PrioritySimpleType } - * - */ - public PrioritySimpleType getPriority() { - return priority; - } - - /** - * Sets the value of the priority property. - * - * @param value - * allowed object is - * {@link PrioritySimpleType } - * - */ - public void setPriority(PrioritySimpleType value) { - this.priority = value; - } - - /** - * Gets the value of the executionType property. - * - * @return - * possible object is - * {@link ExecutionTypeSimpleType } - * - */ - public ExecutionTypeSimpleType getExecutionType() { - return executionType; - } - - /** - * Sets the value of the executionType property. - * - * @param value - * allowed object is - * {@link ExecutionTypeSimpleType } - * - */ - public void setExecutionType(ExecutionTypeSimpleType value) { - this.executionType = value; - } - - /** - * Gets the value of the component property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getComponent() { - return component; - } - - /** - * Sets the value of the component property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setComponent(String value) { - this.component = value; - } - - /** - * Gets the value of the requirementRef property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRequirementRef() { - return requirementRef; - } - - /** - * Sets the value of the requirementRef property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRequirementRef(String value) { - this.requirementRef = value; - } - - /** - * Gets the value of the status property. - * - * @return - * possible object is - * {@link StatusType } - * - */ - public StatusType getStatus() { - return status; - } - - /** - * Sets the value of the status property. - * - * @param value - * allowed object is - * {@link StatusType } - * - */ - public void setStatus(StatusType value) { - this.status = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link CaseTypeType } - * - */ - public CaseTypeType getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link CaseTypeType } - * - */ - public void setType(CaseTypeType value) { - this.type = value; - } - - /** - * Gets the value of the purpose property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPurpose() { - return purpose; - } - - /** - * Sets the value of the purpose property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPurpose(String value) { - this.purpose = value; - } - - /** - * Gets the value of the result property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getResult() { - return result; - } - - /** - * Sets the value of the result property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setResult(String value) { - this.result = value; - } - - /** - * Gets the value of the onloadDelay property. - * - * @return - * possible object is - * {@link Integer } - * - */ - public int getOnloadDelay() { - if (onloadDelay == null) { - return 3; - } else { - return onloadDelay; - } - } - - /** - * Sets the value of the onloadDelay property. - * - * @param value - * allowed object is - * {@link Integer } - * - */ - public void setOnloadDelay(Integer value) { - this.onloadDelay = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ExecuteTypeType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ExecuteTypeType.java deleted file mode 100644 index 85e3185..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ExecuteTypeType.java +++ /dev/null @@ -1,61 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.plan; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for execute_typeType. - * - *

The following schema fragment specifies the expected content contained within this class. - *

- *

- * <simpleType name="execute_typeType">
- *   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *     <enumeration value="All"/>
- *     <enumeration value="Auto"/>
- *     <enumeration value="Manual"/>
- *   </restriction>
- * </simpleType>
- * 
- * - */ -@XmlType(name = "execute_typeType") -@XmlEnum -public enum ExecuteTypeType { - - @XmlEnumValue("All") - ALL("All"), - @XmlEnumValue("Auto") - AUTO("Auto"), - @XmlEnumValue("Manual") - MANUAL("Manual"); - private final String value; - - ExecuteTypeType(String v) { - value = v; - } - - public String value() { - return value; - } - - public static ExecuteTypeType fromValue(String v) { - for (ExecuteTypeType c: ExecuteTypeType.values()) { - if (c.value.equals(v)) { - return c; - } - } - throw new IllegalArgumentException(v); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ObjectFactory.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ObjectFactory.java deleted file mode 100644 index ead8270..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/ObjectFactory.java +++ /dev/null @@ -1,55 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.plan; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the org.tizen.tct.tool.mgr.jaxb.plan package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.tct.tool.mgr.jaxb.plan - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Testplan } - * - */ - public Testplan createTestplan() { - return new Testplan(); - } - - /** - * Create an instance of {@link SuiteType } - * - */ - public SuiteType createSuiteType() { - return new SuiteType(); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/SuiteType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/SuiteType.java deleted file mode 100644 index 8dd1d17..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/SuiteType.java +++ /dev/null @@ -1,211 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.plan; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for suiteType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="suiteType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="auto_tcn" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *         <element name="manual_tcn" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *         <element name="total_tcn" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *         <element name="pkg_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="launcher" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "suiteType", propOrder = { - "autoTcn", - "manualTcn", - "totalTcn", - "pkgName" -}) -public class SuiteType { - - @XmlElement(name = "auto_tcn") - protected int autoTcn; - @XmlElement(name = "manual_tcn") - protected int manualTcn; - @XmlElement(name = "total_tcn") - protected int totalTcn; - @XmlElement(name = "pkg_name", required = true) - protected String pkgName; - @XmlAttribute(name = "name") - protected String name; - @XmlAttribute(name = "launcher") - protected String launcher; - @XmlAttribute(name = "category") - protected String category; - - /** - * Gets the value of the autoTcn property. - * - */ - public int getAutoTcn() { - return autoTcn; - } - - /** - * Sets the value of the autoTcn property. - * - */ - public void setAutoTcn(int value) { - this.autoTcn = value; - } - - /** - * Gets the value of the manualTcn property. - * - */ - public int getManualTcn() { - return manualTcn; - } - - /** - * Sets the value of the manualTcn property. - * - */ - public void setManualTcn(int value) { - this.manualTcn = value; - } - - /** - * Gets the value of the totalTcn property. - * - */ - public int getTotalTcn() { - return totalTcn; - } - - /** - * Sets the value of the totalTcn property. - * - */ - public void setTotalTcn(int value) { - this.totalTcn = value; - } - - /** - * Gets the value of the pkgName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPkgName() { - return pkgName; - } - - /** - * Sets the value of the pkgName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPkgName(String value) { - this.pkgName = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the launcher property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLauncher() { - return launcher; - } - - /** - * Sets the value of the launcher property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLauncher(String value) { - this.launcher = value; - } - - /** - * Gets the value of the category property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCategory() { - return category; - } - - /** - * Sets the value of the category property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCategory(String value) { - this.category = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/Testplan.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/Testplan.java deleted file mode 100644 index 280f0aa..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/Testplan.java +++ /dev/null @@ -1,134 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.plan; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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="execute_type" type="{http://www.example.org/plan/}execute_typeType"/>
- *         <element name="suite" type="{http://www.example.org/plan/}suiteType" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "executeType", - "suite" -}) -@XmlRootElement(name = "testplan") -public class Testplan { - - @XmlElement(name = "execute_type", required = true) - protected ExecuteTypeType executeType; - @XmlElement(required = true) - protected List suite; - @XmlAttribute(name = "name") - protected String name; - - /** - * Gets the value of the executeType property. - * - * @return - * possible object is - * {@link ExecuteTypeType } - * - */ - public ExecuteTypeType getExecuteType() { - return executeType; - } - - /** - * Sets the value of the executeType property. - * - * @param value - * allowed object is - * {@link ExecuteTypeType } - * - */ - public void setExecuteType(ExecuteTypeType value) { - this.executeType = value; - } - - /** - * Gets the value of the suite property. - * - *

- * 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 suite property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSuite().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SuiteType } - * - * - */ - public List getSuite() { - if (suite == null) { - suite = new ArrayList(); - } - return this.suite; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/package-info.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/package-info.java deleted file mode 100644 index afb8211..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/plan/package-info.java +++ /dev/null @@ -1,9 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - -@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.example.org/plan/") -package org.tizen.tct.tool.mgr.jaxb.plan; diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/ObjectFactory.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/ObjectFactory.java deleted file mode 100644 index 5005522..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/ObjectFactory.java +++ /dev/null @@ -1,55 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.planstatus; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the org.tizen.tct.tool.mgr.jaxb.planstatus package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.tct.tool.mgr.jaxb.planstatus - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link PlanStatus } - * - */ - public PlanStatus createPlanStatus() { - return new PlanStatus(); - } - - /** - * Create an instance of {@link TasksType } - * - */ - public TasksType createTasksType() { - return new TasksType(); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/PlanStatus.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/PlanStatus.java deleted file mode 100644 index 901e72d..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/PlanStatus.java +++ /dev/null @@ -1,154 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.planstatus; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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="auto_tasks" type="{http://www.example.org/plan_status/}tasksType"/>
- *         <element name="manual_tasks" type="{http://www.example.org/plan_status/}tasksType"/>
- *       </sequence>
- *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="executeType" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "autoTasks", - "manualTasks" -}) -@XmlRootElement(name = "plan_status") -public class PlanStatus { - - @XmlElement(name = "auto_tasks", required = true) - protected TasksType autoTasks; - @XmlElement(name = "manual_tasks", required = true) - protected TasksType manualTasks; - @XmlAttribute(name = "name") - protected String name; - @XmlAttribute(name = "executeType") - protected String executeType; - - /** - * Gets the value of the autoTasks property. - * - * @return - * possible object is - * {@link TasksType } - * - */ - public TasksType getAutoTasks() { - return autoTasks; - } - - /** - * Sets the value of the autoTasks property. - * - * @param value - * allowed object is - * {@link TasksType } - * - */ - public void setAutoTasks(TasksType value) { - this.autoTasks = value; - } - - /** - * Gets the value of the manualTasks property. - * - * @return - * possible object is - * {@link TasksType } - * - */ - public TasksType getManualTasks() { - return manualTasks; - } - - /** - * Sets the value of the manualTasks property. - * - * @param value - * allowed object is - * {@link TasksType } - * - */ - public void setManualTasks(TasksType value) { - this.manualTasks = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the executeType property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getExecuteType() { - return executeType; - } - - /** - * Sets the value of the executeType property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setExecuteType(String value) { - this.executeType = value; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/TasksType.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/TasksType.java deleted file mode 100644 index d17bb8e..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/TasksType.java +++ /dev/null @@ -1,106 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.planstatus; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for tasksType complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="tasksType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="executed" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="executing" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "tasksType", propOrder = { - "executed", - "executing" -}) -public class TasksType { - - protected List executed; - protected List executing; - - /** - * Gets the value of the executed property. - * - *

- * 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 executed property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getExecuted().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getExecuted() { - if (executed == null) { - executed = new ArrayList(); - } - return this.executed; - } - - /** - * Gets the value of the executing property. - * - *

- * 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 executing property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getExecuting().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getExecuting() { - if (executing == null) { - executing = new ArrayList(); - } - return this.executing; - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/package-info.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/package-info.java deleted file mode 100644 index 0171213..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/planstatus/package-info.java +++ /dev/null @@ -1,9 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - -@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.example.org/plan_status/") -package org.tizen.tct.tool.mgr.jaxb.planstatus; diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ObjectFactory.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ObjectFactory.java deleted file mode 100644 index 634aa20..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ObjectFactory.java +++ /dev/null @@ -1,87 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.summary; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the org.tizen.tct.tool.mgr.jaxb.summary package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.tizen.tct.tool.mgr.jaxb.summary - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link ResultSummary.Summary } - * - */ - public ResultSummary.Summary createResultSummarySummary() { - return new ResultSummary.Summary(); - } - - /** - * Create an instance of {@link ResultSummary.Suite } - * - */ - public ResultSummary.Suite createResultSummarySuite() { - return new ResultSummary.Suite(); - } - - /** - * Create an instance of {@link ResultSummary.Capabilities } - * - */ - public ResultSummary.Capabilities createResultSummaryCapabilities() { - return new ResultSummary.Capabilities(); - } - - /** - * Create an instance of {@link ResultSummary.Capabilities.Capability } - * - */ - public ResultSummary.Capabilities.Capability createResultSummaryCapabilitiesCapability() { - return new ResultSummary.Capabilities.Capability(); - } - - /** - * Create an instance of {@link ResultSummary } - * - */ - public ResultSummary createResultSummary() { - return new ResultSummary(); - } - - /** - * Create an instance of {@link ResultSummary.Environment } - * - */ - public ResultSummary.Environment createResultSummaryEnvironment() { - return new ResultSummary.Environment(); - } - -} diff --git a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ResultSummary.java b/src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ResultSummary.java deleted file mode 100644 index d4e741c..0000000 --- a/src_jaxb/org/tizen/tct/tool/mgr/jaxb/summary/ResultSummary.java +++ /dev/null @@ -1,1174 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2014.04.24 at 02:32:36 PM CST -// - - -package org.tizen.tct.tool.mgr.jaxb.summary; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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="environment">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="other" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- *                 </sequence>
- *                 <attribute name="build_id" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="cts_version" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="device_id" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="device_model" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="device_name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="os_version" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="resolution" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="screen_size" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="summary">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="start_at" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                   <element name="end_at" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                 </sequence>
- *                 <attribute name="test_plan_name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="capabilities">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="capability" maxOccurs="unbounded">
- *                     <complexType>
- *                       <complexContent>
- *                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                           <sequence>
- *                             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                           </sequence>
- *                           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                           <attribute name="support" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                         </restriction>
- *                       </complexContent>
- *                     </complexType>
- *                   </element>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="suite" maxOccurs="unbounded">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="total_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *                   <element name="pass_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *                   <element name="pass_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                   <element name="fail_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *                   <element name="fail_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                   <element name="block_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *                   <element name="block_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                   <element name="na_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
- *                   <element name="na_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                 </sequence>
- *                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *       <attribute name="plan_name" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "environment", - "summary", - "capabilities", - "suite" -}) -@XmlRootElement(name = "result_summary") -public class ResultSummary { - - @XmlElement(required = true) - protected ResultSummary.Environment environment; - @XmlElement(required = true) - protected ResultSummary.Summary summary; - @XmlElement(required = true) - protected ResultSummary.Capabilities capabilities; - @XmlElement(required = true) - protected List suite; - @XmlAttribute(name = "plan_name") - protected String planName; - - /** - * Gets the value of the environment property. - * - * @return - * possible object is - * {@link ResultSummary.Environment } - * - */ - public ResultSummary.Environment getEnvironment() { - return environment; - } - - /** - * Sets the value of the environment property. - * - * @param value - * allowed object is - * {@link ResultSummary.Environment } - * - */ - public void setEnvironment(ResultSummary.Environment value) { - this.environment = value; - } - - /** - * Gets the value of the summary property. - * - * @return - * possible object is - * {@link ResultSummary.Summary } - * - */ - public ResultSummary.Summary getSummary() { - return summary; - } - - /** - * Sets the value of the summary property. - * - * @param value - * allowed object is - * {@link ResultSummary.Summary } - * - */ - public void setSummary(ResultSummary.Summary value) { - this.summary = value; - } - - /** - * Gets the value of the capabilities property. - * - * @return - * possible object is - * {@link ResultSummary.Capabilities } - * - */ - public ResultSummary.Capabilities getCapabilities() { - return capabilities; - } - - /** - * Sets the value of the capabilities property. - * - * @param value - * allowed object is - * {@link ResultSummary.Capabilities } - * - */ - public void setCapabilities(ResultSummary.Capabilities value) { - this.capabilities = value; - } - - /** - * Gets the value of the suite property. - * - *

- * 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 suite property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSuite().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ResultSummary.Suite } - * - * - */ - public List getSuite() { - if (suite == null) { - suite = new ArrayList(); - } - return this.suite; - } - - /** - * Gets the value of the planName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPlanName() { - return planName; - } - - /** - * Sets the value of the planName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPlanName(String value) { - this.planName = value; - } - - - /** - *

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="capability" maxOccurs="unbounded">
-     *           <complexType>
-     *             <complexContent>
-     *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *                 <sequence>
-     *                   <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *                 </sequence>
-     *                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *                 <attribute name="support" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *                 <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *               </restriction>
-     *             </complexContent>
-     *           </complexType>
-     *         </element>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "capability" - }) - public static class Capabilities { - - @XmlElement(required = true) - protected List capability; - - /** - * Gets the value of the capability property. - * - *

- * 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 capability property. - * - *

- * For example, to add a new item, do as follows: - *

-         *    getCapability().add(newItem);
-         * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link ResultSummary.Capabilities.Capability } - * - * - */ - public List getCapability() { - if (capability == null) { - capability = new ArrayList(); - } - return this.capability; - } - - - /** - *

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="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
-         *       </sequence>
-         *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
-         *       <attribute name="support" type="{http://www.w3.org/2001/XMLSchema}string" />
-         *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
-         *     </restriction>
-         *   </complexContent>
-         * </complexType>
-         * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "value" - }) - public static class Capability { - - @XmlElement(required = true) - protected String value; - @XmlAttribute(name = "name") - protected String name; - @XmlAttribute(name = "support") - protected String support; - @XmlAttribute(name = "type") - protected String type; - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the support property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSupport() { - return support; - } - - /** - * Sets the value of the support property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSupport(String value) { - this.support = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - } - - } - - - /** - *

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="other" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
-     *       </sequence>
-     *       <attribute name="build_id" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="cts_version" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="device_id" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="device_model" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="device_name" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="os_version" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="resolution" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="screen_size" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "other" - }) - public static class Environment { - - @XmlElement(required = true) - protected Object other; - @XmlAttribute(name = "build_id") - protected String buildId; - @XmlAttribute(name = "cts_version") - protected String ctsVersion; - @XmlAttribute(name = "device_id") - protected String deviceId; - @XmlAttribute(name = "device_model") - protected String deviceModel; - @XmlAttribute(name = "device_name") - protected String deviceName; - @XmlAttribute(name = "host") - protected String host; - @XmlAttribute(name = "os_version") - protected String osVersion; - @XmlAttribute(name = "resolution") - protected String resolution; - @XmlAttribute(name = "screen_size") - protected String screenSize; - @XmlAttribute(name = "manufacturer") - protected String manufacturer; - - /** - * Gets the value of the other property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getOther() { - return other; - } - - /** - * Sets the value of the other property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setOther(Object value) { - this.other = value; - } - - /** - * Gets the value of the buildId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBuildId() { - return buildId; - } - - /** - * Sets the value of the buildId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBuildId(String value) { - this.buildId = value; - } - - /** - * Gets the value of the ctsVersion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCtsVersion() { - return ctsVersion; - } - - /** - * Sets the value of the ctsVersion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCtsVersion(String value) { - this.ctsVersion = value; - } - - /** - * Gets the value of the deviceId property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeviceId() { - return deviceId; - } - - /** - * Sets the value of the deviceId property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeviceId(String value) { - this.deviceId = value; - } - - /** - * Gets the value of the deviceModel property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeviceModel() { - return deviceModel; - } - - /** - * Sets the value of the deviceModel property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeviceModel(String value) { - this.deviceModel = value; - } - - /** - * Gets the value of the deviceName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDeviceName() { - return deviceName; - } - - /** - * Sets the value of the deviceName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDeviceName(String value) { - this.deviceName = value; - } - - /** - * Gets the value of the host property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getHost() { - return host; - } - - /** - * Sets the value of the host property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setHost(String value) { - this.host = value; - } - - /** - * Gets the value of the osVersion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOsVersion() { - return osVersion; - } - - /** - * Sets the value of the osVersion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOsVersion(String value) { - this.osVersion = value; - } - - /** - * Gets the value of the resolution property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getResolution() { - return resolution; - } - - /** - * Sets the value of the resolution property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setResolution(String value) { - this.resolution = value; - } - - /** - * Gets the value of the screenSize property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getScreenSize() { - return screenSize; - } - - /** - * Sets the value of the screenSize property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setScreenSize(String value) { - this.screenSize = value; - } - - /** - * Gets the value of the manufacturer property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getManufacturer() { - return manufacturer; - } - - /** - * Sets the value of the manufacturer property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setManufacturer(String value) { - this.manufacturer = value; - } - - } - - - /** - *

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="total_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
-     *         <element name="pass_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
-     *         <element name="pass_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *         <element name="fail_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
-     *         <element name="fail_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *         <element name="block_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
-     *         <element name="block_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *         <element name="na_case" type="{http://www.w3.org/2001/XMLSchema}int"/>
-     *         <element name="na_rate" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *       </sequence>
-     *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "totalCase", - "passCase", - "passRate", - "failCase", - "failRate", - "blockCase", - "blockRate", - "naCase", - "naRate" - }) - public static class Suite { - - @XmlElement(name = "total_case") - protected int totalCase; - @XmlElement(name = "pass_case") - protected int passCase; - @XmlElement(name = "pass_rate", required = true) - protected String passRate; - @XmlElement(name = "fail_case") - protected int failCase; - @XmlElement(name = "fail_rate", required = true) - protected String failRate; - @XmlElement(name = "block_case") - protected int blockCase; - @XmlElement(name = "block_rate", required = true) - protected String blockRate; - @XmlElement(name = "na_case") - protected int naCase; - @XmlElement(name = "na_rate", required = true) - protected String naRate; - @XmlAttribute(name = "name") - protected String name; - - /** - * Gets the value of the totalCase property. - * - */ - public int getTotalCase() { - return totalCase; - } - - /** - * Sets the value of the totalCase property. - * - */ - public void setTotalCase(int value) { - this.totalCase = value; - } - - /** - * Gets the value of the passCase property. - * - */ - public int getPassCase() { - return passCase; - } - - /** - * Sets the value of the passCase property. - * - */ - public void setPassCase(int value) { - this.passCase = value; - } - - /** - * Gets the value of the passRate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPassRate() { - return passRate; - } - - /** - * Sets the value of the passRate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPassRate(String value) { - this.passRate = value; - } - - /** - * Gets the value of the failCase property. - * - */ - public int getFailCase() { - return failCase; - } - - /** - * Sets the value of the failCase property. - * - */ - public void setFailCase(int value) { - this.failCase = value; - } - - /** - * Gets the value of the failRate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getFailRate() { - return failRate; - } - - /** - * Sets the value of the failRate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setFailRate(String value) { - this.failRate = value; - } - - /** - * Gets the value of the blockCase property. - * - */ - public int getBlockCase() { - return blockCase; - } - - /** - * Sets the value of the blockCase property. - * - */ - public void setBlockCase(int value) { - this.blockCase = value; - } - - /** - * Gets the value of the blockRate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBlockRate() { - return blockRate; - } - - /** - * Sets the value of the blockRate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBlockRate(String value) { - this.blockRate = value; - } - - /** - * Gets the value of the naCase property. - * - */ - public int getNaCase() { - return naCase; - } - - /** - * Sets the value of the naCase property. - * - */ - public void setNaCase(int value) { - this.naCase = value; - } - - /** - * Gets the value of the naRate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getNaRate() { - return naRate; - } - - /** - * Sets the value of the naRate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setNaRate(String value) { - this.naRate = value; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - } - - - /** - *

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="start_at" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *         <element name="end_at" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *       </sequence>
-     *       <attribute name="test_plan_name" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "startAt", - "endAt" - }) - public static class Summary { - - @XmlElement(name = "start_at", required = true) - protected String startAt; - @XmlElement(name = "end_at", required = true) - protected String endAt; - @XmlAttribute(name = "test_plan_name") - protected String testPlanName; - - /** - * Gets the value of the startAt property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getStartAt() { - return startAt; - } - - /** - * Sets the value of the startAt property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setStartAt(String value) { - this.startAt = value; - } - - /** - * Gets the value of the endAt property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEndAt() { - return endAt; - } - - /** - * Sets the value of the endAt property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEndAt(String value) { - this.endAt = value; - } - - /** - * Gets the value of the testPlanName property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTestPlanName() { - return testPlanName; - } - - /** - * Sets the value of the testPlanName property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTestPlanName(String value) { - this.testPlanName = value; - } - - } - -} -- 2.7.4