|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.processconfiguration.qml.QMLType
public class QMLType
Java class for QMLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QMLType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Question" type="{http://www.processconfiguration.com/QML}QuestionType" maxOccurs="unbounded"/>
<element name="Fact" type="{http://www.processconfiguration.com/QML}FactType" maxOccurs="unbounded"/>
<element name="Constraints" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
author
|
protected java.lang.String |
constraints
|
protected java.util.List<FactType> |
fact
|
protected java.lang.String |
name
|
protected java.util.List<QuestionType> |
question
|
protected java.lang.String |
reference
|
| Constructor Summary | |
|---|---|
QMLType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getConstraints()
Gets the value of the constraints property. |
java.util.List<FactType> |
getFact()
Gets the value of the fact property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<QuestionType> |
getQuestion()
Gets the value of the question property. |
java.lang.String |
getReference()
Gets the value of the reference property. |
void |
setAuthor(java.lang.String value)
Sets the value of the author property. |
void |
setConstraints(java.lang.String value)
Sets the value of the constraints property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setReference(java.lang.String value)
Sets the value of the reference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<QuestionType> question
protected java.util.List<FactType> fact
protected java.lang.String constraints
protected java.lang.String name
protected java.lang.String author
protected java.lang.String reference
| Constructor Detail |
|---|
public QMLType()
| Method Detail |
|---|
public java.util.List<QuestionType> getQuestion()
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 question property.
For example, to add a new item, do as follows:
getQuestion().add(newItem);
Objects of the following type(s) are allowed in the list
QuestionType
public java.util.List<FactType> getFact()
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 fact property.
For example, to add a new item, do as follows:
getFact().add(newItem);
Objects of the following type(s) are allowed in the list
FactType
public java.lang.String getConstraints()
Stringpublic void setConstraints(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthor()
Stringpublic void setAuthor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReference()
Stringpublic void setReference(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||