public abstract class TCmmnElement extends Object
tCmmnElement is the base type for ALL CMMN complex types except tExpression.
<p>Java class for tCmmnElement complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCmmnElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TCmmnElement() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren’t bound to any typed property on this class.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
public void setId(String value)
Sets the value of the id property.
value
- allowed object is
String
public String getDescription()
Gets the value of the description property.
String
public void setDescription(String value)
Sets the value of the description property.
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren’t bound to any typed property on this class.
<p> 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.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.