com.ibm.rqm.xml.bind.Step 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 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="title" 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 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="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="compare" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="property" maxOccurs="unbounded" minOccurs="0">
* <complexType>
* <simpleContent>
* <extension base="<http://www.w3.org/2001/XMLSchema>string">
* <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </simpleContent>
* </complexType>
* </element>
* <element name="attachment" 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}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="link" 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}string" />
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element ref="{http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/}step" maxOccurs="unbounded" minOccurs="0"/>
* <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="stepIndex" type="{http://www.w3.org/2001/XMLSchema}int" />
* <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute ref="{http://schema.ibm.com/vega/2008/}id"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"name",
"title",
"description",
"expectedResult",
"comment",
"compare",
"property",
"attachment",
"link",
"step",
"requirement"
})
@XmlRootElement(name = "step", namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/")
public class Step {
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/", required = true)
protected String name;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/", required = true)
protected String title;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/", required = true)
protected Step.Description description;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/", required = true)
protected Step.ExpectedResult expectedResult;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/", required = true)
protected String comment;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/", required = true)
protected String compare;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/")
protected List property;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/")
protected List attachment;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/")
protected Step.Link link;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/")
protected List step;
@XmlElement(namespace = "http://jazz.net/xmlns/alm/qm/v0.1/testscript/v0.1/")
protected List requirement;
@XmlAttribute
protected Integer stepIndex;
@XmlAttribute(required = true)
protected String type;
@XmlAttribute(namespace = "http://schema.ibm.com/vega/2008/")
protected String id;
/**
* 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 title property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTitle() {
return title;
}
/**
* Sets the value of the title property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTitle(String value) {
this.title = value;
}
/**
* Gets the value of the description property.
*
* @return
* possible object is
* {@link Step.Description }
*
*/
public Step.Description getDescription() {
return description;
}
/**
* Sets the value of the description property.
*
* @param value
* allowed object is
* {@link Step.Description }
*
*/
public void setDescription(Step.Description value) {
this.description = value;
}
/**
* Gets the value of the expectedResult property.
*
* @return
* possible object is
* {@link Step.ExpectedResult }
*
*/
public Step.ExpectedResult getExpectedResult() {
return expectedResult;
}
/**
* Sets the value of the expectedResult property.
*
* @param value
* allowed object is
* {@link Step.ExpectedResult }
*
*/
public void setExpectedResult(Step.ExpectedResult value) {
this.expectedResult = 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 property 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 property property.
*
*
* For example, to add a new item, do as follows:
*
* getProperty().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Step.Property }
*
*
*/
public List getProperty() {
if (property == null) {
property = new ArrayList();
}
return this.property;
}
/**
* Gets the value of the attachment 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 attachment property.
*
*
* For example, to add a new item, do as follows:
*
* getAttachment().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Step.Attachment }
*
*
*/
public List getAttachment() {
if (attachment == null) {
attachment = new ArrayList();
}
return this.attachment;
}
/**
* Gets the value of the link property.
*
* @return
* possible object is
* {@link Step.Link }
*
*/
public Step.Link getLink() {
return link;
}
/**
* Sets the value of the link property.
*
* @param value
* allowed object is
* {@link Step.Link }
*
*/
public void setLink(Step.Link value) {
this.link = value;
}
/**
* A sub 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;
}
/**
* 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 Step.Requirement }
*
*
*/
public List getRequirement() {
if (requirement == null) {
requirement = new ArrayList();
}
return this.requirement;
}
/**
* 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;
}
/**
* 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;
}
/**
* [READ-ONLY] 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;
}
/**
* 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">
* <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public static class Attachment {
@XmlAttribute(required = true)
protected String href;
/**
* 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;
}
}
/**
* 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 Description {
@XmlMixed
@XmlAnyElement
protected List