com.processconfiguration.qml
Class QMLType

java.lang.Object
  extended by com.processconfiguration.qml.QMLType

public class QMLType
extends java.lang.Object

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

question

protected java.util.List<QuestionType> question

fact

protected java.util.List<FactType> fact

constraints

protected java.lang.String constraints

name

protected java.lang.String name

author

protected java.lang.String author

reference

protected java.lang.String reference
Constructor Detail

QMLType

public QMLType()
Method Detail

getQuestion

public java.util.List<QuestionType> getQuestion()
Gets the value of the question 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 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


getFact

public java.util.List<FactType> getFact()
Gets the value of the fact 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 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


getConstraints

public java.lang.String getConstraints()
Gets the value of the constraints property.

Returns:
possible object is String

setConstraints

public void setConstraints(java.lang.String value)
Sets the value of the constraints property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAuthor

public java.lang.String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

public void setAuthor(java.lang.String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getReference

public java.lang.String getReference()
Gets the value of the reference property.

Returns:
possible object is String

setReference

public void setReference(java.lang.String value)
Sets the value of the reference property.

Parameters:
value - allowed object is String