Class DiagramElement
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
Java class for DiagramElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagramElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extension" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.getId()
Gets the value of the id property.Gets a map that contains attributes that aren't bound to any typed property on this class.void
Sets the value of the extension property.void
Sets the value of the id property.
-
Field Details
-
extension
-
id
-
-
Constructor Details
-
DiagramElement
public DiagramElement()
-
-
Method Details
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
DiagramElement.Extension
-
setExtension
Sets the value of the extension property.- Parameters:
value
- allowed object isDiagramElement.Extension
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-