|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.processconfiguration.qml.FactType
public class FactType
Java class for FactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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="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.Boolean |
_default
|
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.Boolean |
mandatory
|
protected java.lang.String |
partiallyDepends
|
protected java.util.ArrayList<java.util.ArrayList<java.lang.String>> |
preFL
|
| Constructor Summary | |
|---|---|
FactType()
|
|
| 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 |
getPartiallyDepends()
Gets the value of the partiallyDepends property. |
java.util.ArrayList<java.util.ArrayList<java.lang.String>> |
getPreFL()
|
java.lang.Boolean |
isDefault()
Gets the value of the default property. |
java.lang.Boolean |
isMandatory()
Gets the value of the mandatory property. |
void |
setDefault(java.lang.Boolean value)
Sets the value of the default property. |
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 |
setMandatory(java.lang.Boolean value)
Sets the value of the mandatory property. |
void |
setPartiallyDepends(java.lang.String value)
Sets the value of the partiallyDepends property. |
void |
setPreFL()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.lang.Boolean _default
protected java.lang.Boolean mandatory
protected java.lang.String guidelines
protected java.lang.String impact
protected java.lang.String id
protected java.lang.String partiallyDepends
protected java.lang.String fullyDepends
protected java.util.ArrayList<java.util.ArrayList<java.lang.String>> preFL
| Constructor Detail |
|---|
public FactType()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDefault()
Booleanpublic void setDefault(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isMandatory()
Booleanpublic void setMandatory(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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 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 setPreFL()
public java.util.ArrayList<java.util.ArrayList<java.lang.String>> getPreFL()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||