com.processconfiguration.qml
Class FactType

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

public class FactType
extends java.lang.Object

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

description

protected java.lang.String description

_default

protected java.lang.Boolean _default

mandatory

protected java.lang.Boolean mandatory

guidelines

protected java.lang.String guidelines

impact

protected java.lang.String impact

id

protected java.lang.String id

partiallyDepends

protected java.lang.String partiallyDepends

fullyDepends

protected java.lang.String fullyDepends

preFL

protected java.util.ArrayList<java.util.ArrayList<java.lang.String>> preFL
Constructor Detail

FactType

public FactType()
Method Detail

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

isDefault

public java.lang.Boolean isDefault()
Gets the value of the default property.

Returns:
possible object is Boolean

setDefault

public void setDefault(java.lang.Boolean value)
Sets the value of the default property.

Parameters:
value - allowed object is Boolean

isMandatory

public java.lang.Boolean isMandatory()
Gets the value of the mandatory property.

Returns:
possible object is Boolean

setMandatory

public void setMandatory(java.lang.Boolean value)
Sets the value of the mandatory property.

Parameters:
value - allowed object is Boolean

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

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

setPreFL

public void setPreFL()

getPreFL

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

toString

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