Class StyleDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.StyleDefinition
Java class for StyleDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StyleDefinition"> <complexContent> <extension base="{http://www.omg.com/dd/1.0.0}NamedElement"> <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="inherited" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the default property.getType()
Gets the value of the type property.boolean
Gets the value of the inherited property.void
setDefault
(String value) Sets the value of the default property.void
setInherited
(Boolean value) Sets the value of the inherited property.void
Sets the value of the type property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
getName, setName
-
Field Details
-
_default
-
inherited
-
type
-
-
Constructor Details
-
StyleDefinition
public StyleDefinition()
-
-
Method Details
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
String
-
setDefault
Sets the value of the default property.- Parameters:
value
- allowed object isString
-
isInherited
public boolean isInherited()Gets the value of the inherited property.- Returns:
- possible object is
Boolean
-
setInherited
Sets the value of the inherited property.- Parameters:
value
- allowed object isBoolean
-
getType
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isQName
-