com.processconfiguration.qml
Class QuestionType

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

public class QuestionType
extends java.lang.Object

Java class for QuestionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="QuestionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="guidelines" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="impact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mapQF" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="partiallyDepends" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fullyDepends" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String fullyDepends
           
protected  java.lang.String guidelines
           
protected  java.lang.String id
           
protected  java.lang.String impact
           
protected  java.lang.String mapQF
           
protected  java.util.List<java.lang.String> mapQFL
           
protected  java.lang.String partiallyDepends
           
protected  java.util.ArrayList<java.util.ArrayList<java.lang.String>> preQL
           
protected  boolean skippable
           
 
Constructor Summary
QuestionType()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getFullyDepends()
          Gets the value of the fullyDepends property.
 java.lang.String getGuidelines()
          Gets the value of the guidelines property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getImpact()
          Gets the value of the impact property.
 java.lang.String getMapQF()
          Gets the value of the mapQF property.
 java.util.List<java.lang.String> getMapQFL()
           
 java.lang.String getPartiallyDepends()
          Gets the value of the partiallyDepends property.
 java.util.ArrayList<java.util.ArrayList<java.lang.String>> getPreQL()
           
 int hashCode()
           
 boolean isSkippable()
           
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setFullyDepends(java.lang.String value)
          Sets the value of the fullyDepends property.
 void setGuidelines(java.lang.String value)
          Sets the value of the guidelines property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setImpact(java.lang.String value)
          Sets the value of the impact property.
 void setMapQF(java.lang.String value)
          Sets the value of the mapQF property.
 void setMapQFL(java.lang.String value)
           
 void setPartiallyDepends(java.lang.String value)
          Sets the value of the partiallyDepends property.
 void setPreQL()
           
 void setSkippable(boolean skippable)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

guidelines

protected java.lang.String guidelines

impact

protected java.lang.String impact

id

protected java.lang.String id

mapQF

protected java.lang.String mapQF

partiallyDepends

protected java.lang.String partiallyDepends

fullyDepends

protected java.lang.String fullyDepends

mapQFL

protected java.util.List<java.lang.String> mapQFL

preQL

protected java.util.ArrayList<java.util.ArrayList<java.lang.String>> preQL

skippable

protected boolean skippable
Constructor Detail

QuestionType

public QuestionType()
Method Detail

setSkippable

public void setSkippable(boolean skippable)

isSkippable

public boolean isSkippable()

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getGuidelines

public java.lang.String getGuidelines()
Gets the value of the guidelines property.

Returns:
possible object is String

setGuidelines

public void setGuidelines(java.lang.String value)
Sets the value of the guidelines property.

Parameters:
value - allowed object is String

getImpact

public java.lang.String getImpact()
Gets the value of the impact property.

Returns:
possible object is String

setImpact

public void setImpact(java.lang.String value)
Sets the value of the impact property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getMapQF

public java.lang.String getMapQF()
Gets the value of the mapQF property.

Returns:
possible object is String

getMapQFL

public java.util.List<java.lang.String> getMapQFL()

setMapQF

public void setMapQF(java.lang.String value)
Sets the value of the mapQF property.

Parameters:
value - allowed object is String

setMapQFL

public void setMapQFL(java.lang.String value)

getPartiallyDepends

public java.lang.String getPartiallyDepends()
Gets the value of the partiallyDepends property.

Returns:
possible object is String

setPartiallyDepends

public void setPartiallyDepends(java.lang.String value)
Sets the value of the partiallyDepends property.

Parameters:
value - allowed object is String

getFullyDepends

public java.lang.String getFullyDepends()
Gets the value of the fullyDepends property.

Returns:
possible object is String

setFullyDepends

public void setFullyDepends(java.lang.String value)
Sets the value of the fullyDepends property.

Parameters:
value - allowed object is String

setPreQL

public void setPreQL()

getPreQL

public java.util.ArrayList<java.util.ArrayList<java.lang.String>> getPreQL()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object