Package org.omg.spec.bpmn.model
Class Style
- java.lang.Object
-
- org.omg.spec.bpmn.model.Style
-
- Direct Known Subclasses:
BPMNLabelStyle
public abstract class Style extends Object
Java class for Style complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Style"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Style()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected String id
-
-