|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.processconfiguration.qml.QuestionType
public class QuestionType
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 |
|---|
protected java.lang.String description
protected java.lang.String guidelines
protected java.lang.String impact
protected java.lang.String id
protected java.lang.String mapQF
protected java.lang.String partiallyDepends
protected java.lang.String fullyDepends
protected java.util.List<java.lang.String> mapQFL
protected java.util.ArrayList<java.util.ArrayList<java.lang.String>> preQL
protected boolean skippable
| Constructor Detail |
|---|
public QuestionType()
| Method Detail |
|---|
public void setSkippable(boolean skippable)
public boolean isSkippable()
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGuidelines()
Stringpublic void setGuidelines(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImpact()
Stringpublic void setImpact(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMapQF()
Stringpublic java.util.List<java.lang.String> getMapQFL()
public void setMapQF(java.lang.String value)
value - allowed object is
Stringpublic void setMapQFL(java.lang.String value)
public java.lang.String getPartiallyDepends()
Stringpublic void setPartiallyDepends(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFullyDepends()
Stringpublic void setFullyDepends(java.lang.String value)
value - allowed object is
Stringpublic void setPreQL()
public java.util.ArrayList<java.util.ArrayList<java.lang.String>> getPreQL()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||