// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // 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; /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @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<Executionelementresult.StepAttachment> stepAttachment; protected List<Executionelementresult.Defect> 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. * * <p> * 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 <CODE>set</CODE> method for the stepAttachment property. * * <p> * For example, to add a new item, do as follows: * <pre> * getStepAttachment().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Executionelementresult.StepAttachment } * * */ public List<Executionelementresult.StepAttachment> getStepAttachment() { if (stepAttachment == null) { stepAttachment = new ArrayList<Executionelementresult.StepAttachment>(); } return this.stepAttachment; } /** * Gets the value of the defect property. * * <p> * 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 <CODE>set</CODE> method for the defect property. * * <p> * For example, to add a new item, do as follows: * <pre> * getDefect().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Executionelementresult.Defect } * * */ public List<Executionelementresult.Defect> getDefect() { if (defect == null) { defect = new ArrayList<Executionelementresult.Defect>(); } 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; } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class ActualResult { @XmlMixed @XmlAnyElement protected List<Object> content; /** * Gets the value of the content property. * * <p> * 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 <CODE>set</CODE> method for the content property. * * <p> * For example, to add a new item, do as follows: * <pre> * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Element } * {@link String } * * */ public List<Object> getContent() { if (content == null) { content = new ArrayList<Object>(); } return this.content; } } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class Defect { @XmlAttribute(required = true) @XmlSchemaType(name = "anyURI") protected String href; @XmlAttribute protected String rel; @XmlAttribute protected String summary; /** * 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 rel property. * * @return * possible object is * {@link String } * */ public String getRel() { return rel; } /** * Sets the value of the rel property. * * @param value * allowed object is * {@link String } * */ public void setRel(String value) { this.rel = value; } /** * Gets the value of the summary property. * * @return * possible object is * {@link String } * */ public String getSummary() { return summary; } /** * Sets the value of the summary property. * * @param value * allowed object is * {@link String } * */ public void setSummary(String value) { this.summary = value; } } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class Description { @XmlMixed @XmlAnyElement protected List<Object> content; /** * Gets the value of the content property. * * <p> * 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 <CODE>set</CODE> method for the content property. * * <p> * For example, to add a new item, do as follows: * <pre> * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Element } * {@link String } * * */ public List<Object> getContent() { if (content == null) { content = new ArrayList<Object>(); } return this.content; } } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) public static class ExpectedResult { @XmlMixed @XmlAnyElement protected List<Object> content; /** * Gets the value of the content property. * * <p> * 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 <CODE>set</CODE> method for the content property. * * <p> * For example, to add a new item, do as follows: * <pre> * getContent().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Element } * {@link String } * * */ public List<Object> getContent() { if (content == null) { content = new ArrayList<Object>(); } return this.content; } } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "property" }) public static class Properties { @XmlElement(required = true) protected List<Executionelementresult.Properties.Property> property; /** * Gets the value of the property property. * * <p> * 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 <CODE>set</CODE> method for the property property. * * <p> * For example, to add a new item, do as follows: * <pre> * getProperty().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Executionelementresult.Properties.Property } * * */ public List<Executionelementresult.Properties.Property> getProperty() { if (property == null) { property = new ArrayList<Executionelementresult.Properties.Property>(); } return this.property; } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "value" }) public static class Property { @XmlValue protected String value; @XmlAttribute protected String propertyName; @XmlAttribute protected String propertyValue; @XmlAttribute protected String propertyType; /** * 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 propertyName property. * * @return * possible object is * {@link String } * */ public String getPropertyName() { return propertyName; } /** * Sets the value of the propertyName property. * * @param value * allowed object is * {@link String } * */ public void setPropertyName(String value) { this.propertyName = value; } /** * Gets the value of the propertyValue property. * * @return * possible object is * {@link String } * */ public String getPropertyValue() { return propertyValue; } /** * Sets the value of the propertyValue property. * * @param value * allowed object is * {@link String } * */ public void setPropertyValue(String value) { this.propertyValue = value; } /** * Gets the value of the propertyType property. * * @return * possible object is * {@link String } * */ public String getPropertyType() { return propertyType; } /** * Sets the value of the propertyType property. * * @param value * allowed object is * {@link String } * */ public void setPropertyType(String value) { this.propertyType = value; } } } /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * <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> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class StepAttachment { @XmlAttribute(required = true) @XmlSchemaType(name = "anyURI") protected String href; @XmlAttribute(namespace = "http://schema.ibm.com/vega/2008/") protected String id; /** * 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; } /** * [READ-ONLY] UUID of the attachment. * * @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; } } }