com.ibm.rqm.xml.bind.StepResult Maven / Gradle / Ivy
Show all versions of demoiselle-behave-integration-alm Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.07.13 at 12:00:05 PM BRT
//
package com.ibm.rqm.xml.bind;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlMixed;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlValue;
import javax.xml.datatype.XMLGregorianCalendar;
import javax.xml.namespace.QName;
import org.w3c.dom.Element;
/**
* 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="properties">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="property" maxOccurs="unbounded">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="propertyValue" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="propertyType" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </simpleContent>
* </complexType>
* </element>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="testdatarownumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
* <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="expectedResult">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <any processContents='skip' namespace='http://www.w3.org/1999/xhtml' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="actualResult">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <any processContents='skip' namespace='http://www.w3.org/1999/xhtml' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="description">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <any processContents='skip' namespace='http://www.w3.org/1999/xhtml' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="stepType" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element ref="{http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1}tester" minOccurs="0"/>
* <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="compare" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="stepAttachment" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute ref="{http://schema.ibm.com/vega/2008/}id"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element ref="{http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1}stepResults" minOccurs="0"/>
* <element name="defect" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="summary" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="requirement" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="summary" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </sequence>
* <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
* <attribute name="stepIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute ref="{http://schema.ibm.com/vega/2008/}id"/>
* <anyAttribute processContents='skip'/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"properties",
"testdatarownumber",
"startTime",
"endTime",
"result",
"expectedResult",
"actualResult",
"description",
"stepType",
"tester",
"comment",
"compare",
"stepAttachment",
"stepResults",
"defect",
"requirement"
})
@XmlRootElement(name = "stepResult", namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
public class StepResult {
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected StepResult.Properties properties;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
protected Integer testdatarownumber;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar startTime;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar endTime;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected String result;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected StepResult.ExpectedResult expectedResult;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected StepResult.ActualResult actualResult;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected StepResult.Description description;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected String stepType;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
protected Tester tester;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected String comment;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1", required = true)
protected String compare;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
protected List stepAttachment;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
protected StepResults stepResults;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
protected List defect;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/executionresult/v0.1")
protected List requirement;
@XmlAttribute(required = true)
@XmlSchemaType(name = "anyURI")
protected String href;
@XmlAttribute
protected Integer stepIndex;
@XmlAttribute(namespace = "http://schema.ibm.com/vega/2008/")
protected String id;
@XmlAnyAttribute
private Map otherAttributes = new HashMap();
/**
* Gets the value of the properties property.
*
* @return
* possible object is
* {@link StepResult.Properties }
*
*/
public StepResult.Properties getProperties() {
return properties;
}
/**
* Sets the value of the properties property.
*
* @param value
* allowed object is
* {@link StepResult.Properties }
*
*/
public void setProperties(StepResult.Properties value) {
this.properties = value;
}
/**
* Gets the value of the testdatarownumber property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getTestdatarownumber() {
return testdatarownumber;
}
/**
* Sets the value of the testdatarownumber property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setTestdatarownumber(Integer value) {
this.testdatarownumber = value;
}
/**
* Gets the value of the startTime property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getStartTime() {
return startTime;
}
/**
* Sets the value of the startTime property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setStartTime(XMLGregorianCalendar value) {
this.startTime = value;
}
/**
* Gets the value of the endTime property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getEndTime() {
return endTime;
}
/**
* Sets the value of the endTime property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setEndTime(XMLGregorianCalendar value) {
this.endTime = 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 expectedResult property.
*
* @return
* possible object is
* {@link StepResult.ExpectedResult }
*
*/
public StepResult.ExpectedResult getExpectedResult() {
return expectedResult;
}
/**
* Sets the value of the expectedResult property.
*
* @param value
* allowed object is
* {@link StepResult.ExpectedResult }
*
*/
public void setExpectedResult(StepResult.ExpectedResult value) {
this.expectedResult = value;
}
/**
* Gets the value of the actualResult property.
*
* @return
* possible object is
* {@link StepResult.ActualResult }
*
*/
public StepResult.ActualResult getActualResult() {
return actualResult;
}
/**
* Sets the value of the actualResult property.
*
* @param value
* allowed object is
* {@link StepResult.ActualResult }
*
*/
public void setActualResult(StepResult.ActualResult value) {
this.actualResult = value;
}
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link StepResult.Description }
*
*/
public StepResult.Description getDescription() {
return description;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link StepResult.Description }
*
*/
public void setDescription(StepResult.Description value) {
this.description = value;
}
/**
* Gets the value of the stepType property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStepType() {
return stepType;
}
/**
* Sets the value of the stepType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStepType(String value) {
this.stepType = value;
}
/**
* Contributor who has executed this step.
*
* @return
* possible object is
* {@link Tester }
*
*/
public Tester getTester() {
return tester;
}
/**
* Sets the value of the tester property.
*
* @param value
* allowed object is
* {@link Tester }
*
*/
public void setTester(Tester value) {
this.tester = value;
}
/**
* Gets the value of the comment property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getComment() {
return comment;
}
/**
* Sets the value of the comment property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setComment(String value) {
this.comment = value;
}
/**
* Gets the value of the compare property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCompare() {
return compare;
}
/**
* Sets the value of the compare property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCompare(String value) {
this.compare = value;
}
/**
* Gets the value of the stepAttachment 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 stepAttachment property.
*
*
* For example, to add a new item, do as follows:
*
* getStepAttachment().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link StepResult.StepAttachment }
*
*
*/
public List getStepAttachment() {
if (stepAttachment == null) {
stepAttachment = new ArrayList();
}
return this.stepAttachment;
}
/**
* Nested StepResults to represent steps of manual keyword.
*
* @return
* possible object is
* {@link StepResults }
*
*/
public StepResults getStepResults() {
return stepResults;
}
/**
* Sets the value of the stepResults property.
*
* @param value
* allowed object is
* {@link StepResults }
*
*/
public void setStepResults(StepResults value) {
this.stepResults = value;
}
/**
* Gets the value of the defect 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 defect property.
*
*
* For example, to add a new item, do as follows:
*
* getDefect().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link StepResult.Defect }
*
*
*/
public List getDefect() {
if (defect == null) {
defect = new ArrayList();
}
return this.defect;
}
/**
* Gets the value of the requirement 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 requirement property.
*
*
* For example, to add a new item, do as follows:
*
* getRequirement().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link StepResult.Requirement }
*
*
*/
public List getRequirement() {
if (requirement == null) {
requirement = new ArrayList();
}
return this.requirement;
}
/**
* Gets the value of the href property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHref() {
return href;
}
/**
* Sets the value of the href property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHref(String value) {
this.href = value;
}
/**
* Gets the value of the stepIndex property.
*
* @return
* possible object is
* {@link Integer }
*
*/
public Integer getStepIndex() {
return stepIndex;
}
/**
* Sets the value of the stepIndex property.
*
* @param value
* allowed object is
* {@link Integer }
*
*/
public void setStepIndex(Integer value) {
this.stepIndex = value;
}
/**
* The UUID of the step.
*
* @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 a map that contains attributes that aren't bound to any typed property on this class.
*
*
* the map is keyed by the name of the attribute and
* the value is the string value of the attribute.
*
* the map returned by this method is live, and you can add new attribute
* by updating the map directly. Because of this design, there's no setter.
*
*
* @return
* always non-null
*/
public Map getOtherAttributes() {
return otherAttributes;
}
/**
* 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>
* <any processContents='skip' namespace='http://www.w3.org/1999/xhtml' maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"content"
})
public static class ActualResult {
@XmlMixed
@XmlAnyElement
protected List