Package org.omg.spec.bpmn.model
Class TEscalation
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TEscalation
-
public class TEscalation extends TRootElement
Java class for tEscalation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tEscalation"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="escalationCode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="structureRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
escalationCode
protected String
name
protected QName
structureRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TEscalation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEscalationCode()
Gets the value of the escalationCode property.String
getName()
Gets the value of the name property.QName
getStructureRef()
Gets the value of the structureRef property.void
setEscalationCode(String value)
Sets the value of the escalationCode property.void
setName(String value)
Sets the value of the name property.void
setStructureRef(QName value)
Sets the value of the structureRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getEscalationCode
public String getEscalationCode()
Gets the value of the escalationCode property.- Returns:
- possible object is
String
-
setEscalationCode
public void setEscalationCode(String value)
Sets the value of the escalationCode property.- Parameters:
value
- allowed object isString
-
getStructureRef
public QName getStructureRef()
Gets the value of the structureRef property.- Returns:
- possible object is
QName
-
-