Class Package
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Package
Java class for Package complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Package"> <complexContent> <extension base="{http://www.omg.com/dd/1.0.0}NamedElement"> <sequence> <element ref="{http://www.omg.com/dd/1.0.0}viewDefinition" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="nsURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="nsPrefix" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected List<jakarta.xml.bind.JAXBElement<? extends ViewDefinition>>
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 nsPrefix property.getNsURI()
Gets the value of the nsURI property.List<jakarta.xml.bind.JAXBElement<? extends ViewDefinition>>
Gets the value of the viewDefinition property.void
setNsPrefix
(String value) Sets the value of the nsPrefix property.void
Sets the value of the nsURI property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
getName, setName
-
Field Details
-
viewDefinition
-
nsURI
-
nsPrefix
-
-
Constructor Details
-
Package
public Package()
-
-
Method Details
-
getViewDefinition
Gets the value of the viewDefinition 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 viewDefinition property.For example, to add a new item, do as follows:
getViewDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
NodeDefinition
>
JAXBElement
<
ConnectorDefinition
>
JAXBElement
<
DiagramDefinition
>
JAXBElement
<
ViewDefinition
>
-
getNsURI
Gets the value of the nsURI property.- Returns:
- possible object is
String
-
setNsURI
Sets the value of the nsURI property.- Parameters:
value
- allowed object isString
-
getNsPrefix
Gets the value of the nsPrefix property.- Returns:
- possible object is
String
-
setNsPrefix
Sets the value of the nsPrefix property.- Parameters:
value
- allowed object isString
-