Class ViewDefinition
- Direct Known Subclasses:
ConnectorDefinition
,DiagramDefinition
,NodeDefinition
Java class for ViewDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewDefinition"> <complexContent> <extension base="{http://www.omg.com/dd/1.0.0}NamedElement"> <sequence> <element ref="{http://www.omg.com/dd/1.0.0}constraint" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.com/dd/1.0.0}styleDefinition" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.com/dd/1.0.0}childDefinition" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="superDefinition" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="contextType" type="{http://www.w3.org/2001/XMLSchema}QName" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected List<ChildDefinition>
protected List<Constraint>
protected QName
protected String
protected List<StyleDefinition>
protected QName
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 childDefinition property.Gets the value of the constraint property.Gets the value of the contextType property.getId()
Gets the value of the id property.Gets the value of the styleDefinition property.Gets the value of the superDefinition property.Gets the value of the abstract property.void
setAbstract
(Boolean value) Sets the value of the abstract property.void
setContextType
(QName value) Sets the value of the contextType property.void
Sets the value of the id property.void
setSuperDefinition
(QName value) Sets the value of the superDefinition property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
getName, setName
-
Field Details
-
constraint
-
styleDefinition
-
childDefinition
-
id
-
_abstract
-
superDefinition
-
contextType
-
-
Constructor Details
-
ViewDefinition
public ViewDefinition()
-
-
Method Details
-
getConstraint
Gets the value of the constraint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the constraint property.For example, to add a new item, do as follows:
getConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
Constraint
-
getStyleDefinition
Gets the value of the styleDefinition property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the styleDefinition property.For example, to add a new item, do as follows:
getStyleDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
StyleDefinition
-
getChildDefinition
Gets the value of the childDefinition property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the childDefinition property.For example, to add a new item, do as follows:
getChildDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
ChildDefinition
-
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
-
isAbstract
Gets the value of the abstract property.- Returns:
- possible object is
Boolean
-
setAbstract
Sets the value of the abstract property.- Parameters:
value
- allowed object isBoolean
-
getSuperDefinition
Gets the value of the superDefinition property.- Returns:
- possible object is
QName
-
setSuperDefinition
Sets the value of the superDefinition property.- Parameters:
value
- allowed object isQName
-
getContextType
Gets the value of the contextType property.- Returns:
- possible object is
QName
-
setContextType
Sets the value of the contextType property.- Parameters:
value
- allowed object isQName
-