com.ibm.rqm.xml.bind.Executionelementresult 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.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
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 org.w3c.dom.Element;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <extension base="{http://jazz.net/xmlns/alm/qm/v0.1/}reportableArtifact">
* <sequence>
* <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <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 ref="{http://jazz.net/xmlns/alm/qm/v0.1/}creationDate"/>
* <element ref="{http://jazz.net/xmlns/alm/v0.1/}updated"/>
* <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="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="stepType" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <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 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="executionResult" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
* </sequence>
* <attribute name="stepIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"uuid",
"description",
"creationDate",
"updated",
"properties",
"starttime",
"endtime",
"result",
"expectedResult",
"actualResult",
"stepType",
"comment",
"compare",
"stepAttachment",
"defect",
"executionResult"
})
@XmlRootElement(name = "executionelementresult")
public class Executionelementresult
extends ReportableArtifact
{
@XmlElement(required = true)
protected String uuid;
@XmlElement(required = true)
protected Executionelementresult.Description description;
@XmlElement(required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar creationDate;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/v0.1/", required = true)
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar updated;
@XmlElement(required = true)
protected Executionelementresult.Properties properties;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar starttime;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar endtime;
@XmlElement(required = true)
protected String result;
@XmlElement(required = true)
protected Executionelementresult.ExpectedResult expectedResult;
@XmlElement(required = true)
protected Executionelementresult.ActualResult actualResult;
@XmlElement(required = true)
protected String stepType;
@XmlElement(required = true)
protected String comment;
@XmlElement(required = true)
protected String compare;
protected List stepAttachment;
protected List defect;
@XmlElement(required = true)
@XmlSchemaType(name = "anyURI")
protected String executionResult;
@XmlAttribute
protected Integer stepIndex;
/**
* Gets the value of the uuid property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUuid() {
return uuid;
}
/**
* Sets the value of the uuid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUuid(String value) {
this.uuid = value;
}
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link Executionelementresult.Description }
*
*/
public Executionelementresult.Description getDescription() {
return description;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link Executionelementresult.Description }
*
*/
public void setDescription(Executionelementresult.Description value) {
this.description = value;
}
/**
* [READ-ONLY] The creation date for this resource. Format is XML dateTime.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getCreationDate() {
return creationDate;
}
/**
* Sets the value of the creationDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setCreationDate(XMLGregorianCalendar value) {
this.creationDate = value;
}
/**
* [READ-ONLY] The last modification date of this resource. Format is XML dateTime.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getUpdated() {
return updated;
}
/**
* Sets the value of the updated property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setUpdated(XMLGregorianCalendar value) {
this.updated = value;
}
/**
* Gets the value of the properties property.
*
* @return
* possible object is
* {@link Executionelementresult.Properties }
*
*/
public Executionelementresult.Properties getProperties() {
return properties;
}
/**
* Sets the value of the properties property.
*
* @param value
* allowed object is
* {@link Executionelementresult.Properties }
*
*/
public void setProperties(Executionelementresult.Properties value) {
this.properties = 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 Executionelementresult.ExpectedResult }
*
*/
public Executionelementresult.ExpectedResult getExpectedResult() {
return expectedResult;
}
/**
* Sets the value of the expectedResult property.
*
* @param value
* allowed object is
* {@link Executionelementresult.ExpectedResult }
*
*/
public void setExpectedResult(Executionelementresult.ExpectedResult value) {
this.expectedResult = value;
}
/**
* Gets the value of the actualResult property.
*
* @return
* possible object is
* {@link Executionelementresult.ActualResult }
*
*/
public Executionelementresult.ActualResult getActualResult() {
return actualResult;
}
/**
* Sets the value of the actualResult property.
*
* @param value
* allowed object is
* {@link Executionelementresult.ActualResult }
*
*/
public void setActualResult(Executionelementresult.ActualResult value) {
this.actualResult = 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;
}
/**
* 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 Executionelementresult.StepAttachment }
*
*
*/
public List getStepAttachment() {
if (stepAttachment == null) {
stepAttachment = new ArrayList();
}
return this.stepAttachment;
}
/**
* 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 Executionelementresult.Defect }
*
*
*/
public List getDefect() {
if (defect == null) {
defect = new ArrayList();
}
return this.defect;
}
/**
* Gets the value of the executionResult property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getExecutionResult() {
return executionResult;
}
/**
* Sets the value of the executionResult property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExecutionResult(String value) {
this.executionResult = 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;
}
/**
* 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