Class ConnectorDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ViewDefinition
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ConnectorDefinition
Java class for ConnectorDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorDefinition"> <complexContent> <extension base="{http://www.omg.com/dd/1.0.0}ViewDefinition"> <attribute name="sourceDefinition" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="targetDefinition" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ViewDefinition
_abstract, childDefinition, constraint, contextType, id, styleDefinition, superDefinition
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sourceDefinition property.Gets the value of the targetDefinition property.void
setSourceDefinition
(QName value) Sets the value of the sourceDefinition property.void
setTargetDefinition
(QName value) Sets the value of the targetDefinition property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ViewDefinition
getChildDefinition, getConstraint, getContextType, getId, getStyleDefinition, getSuperDefinition, isAbstract, setAbstract, setContextType, setId, setSuperDefinition
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
getName, setName
-
Field Details
-
sourceDefinition
-
targetDefinition
-
-
Constructor Details
-
ConnectorDefinition
public ConnectorDefinition()
-
-
Method Details
-
getSourceDefinition
Gets the value of the sourceDefinition property.- Returns:
- possible object is
QName
-
setSourceDefinition
Sets the value of the sourceDefinition property.- Parameters:
value
- allowed object isQName
-
getTargetDefinition
Gets the value of the targetDefinition property.- Returns:
- possible object is
QName
-
setTargetDefinition
Sets the value of the targetDefinition property.- Parameters:
value
- allowed object isQName
-