public interface RequirementConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RequirementConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
StringToStringMapConfig |
addNewLinks()
Appends and returns a new empty "links" element
|
StringListConfig |
addNewTestCases()
Appends and returns a new empty "testCases" element
|
String |
getDescription()
Gets the "description" element
|
String |
getDetails()
Gets the "details" element
|
String |
getId()
Gets the "id" element
|
StringToStringMapConfig |
getLinks()
Gets the "links" element
|
String |
getName()
Gets the "name" element
|
String |
getStatus()
Gets the "status" element
|
StringListConfig |
getTestCases()
Gets the "testCases" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setDetails(String details)
Sets the "details" element
|
void |
setId(String id)
Sets the "id" element
|
void |
setLinks(StringToStringMapConfig links)
Sets the "links" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setStatus(String status)
Sets the "status" element
|
void |
setTestCases(StringListConfig testCases)
Sets the "testCases" element
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlString |
xgetDetails()
Gets (as xml) the "details" element
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlString |
xgetStatus()
Gets (as xml) the "status" element
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetDetails(org.apache.xmlbeans.XmlString details)
Sets (as xml) the "details" element
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetStatus(org.apache.xmlbeans.XmlString status)
Sets (as xml) the "status" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getId()
org.apache.xmlbeans.XmlString xgetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
String getStatus()
org.apache.xmlbeans.XmlString xgetStatus()
void setStatus(String status)
void xsetStatus(org.apache.xmlbeans.XmlString status)
String getDetails()
org.apache.xmlbeans.XmlString xgetDetails()
void setDetails(String details)
void xsetDetails(org.apache.xmlbeans.XmlString details)
StringToStringMapConfig getLinks()
void setLinks(StringToStringMapConfig links)
StringToStringMapConfig addNewLinks()
StringListConfig getTestCases()
void setTestCases(StringListConfig testCases)
StringListConfig addNewTestCases()
Copyright © 2019. All Rights Reserved.