Class TEscalation
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TEscalation
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the escalationCode property.getName()
Gets the value of the name property.Gets the value of the structureRef property.void
setEscalationCode
(String value) Sets the value of the escalationCode property.void
Sets the value of the name property.void
setStructureRef
(QName value) Sets the value of the structureRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
name
-
escalationCode
-
structureRef
-
-
Constructor Details
-
TEscalation
public TEscalation()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getEscalationCode
Gets the value of the escalationCode property.- Returns:
- possible object is
String
-
setEscalationCode
Sets the value of the escalationCode property.- Parameters:
value
- allowed object isString
-
getStructureRef
Gets the value of the structureRef property.- Returns:
- possible object is
QName
-
setStructureRef
Sets the value of the structureRef property.- Parameters:
value
- allowed object isQName
-