java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.NamedElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Package

public class Package extends NamedElement

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 Details

    • viewDefinition

      protected List<jakarta.xml.bind.JAXBElement<? extends ViewDefinition>> viewDefinition
    • nsURI

      protected String nsURI
    • nsPrefix

      protected String nsPrefix
  • Constructor Details

    • Package

      public Package()
  • Method Details

    • getViewDefinition

      public List<jakarta.xml.bind.JAXBElement<? extends ViewDefinition>> 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

      public String getNsURI()
      Gets the value of the nsURI property.
      Returns:
      possible object is String
    • setNsURI

      public void setNsURI(String value)
      Sets the value of the nsURI property.
      Parameters:
      value - allowed object is String
    • getNsPrefix

      public String getNsPrefix()
      Gets the value of the nsPrefix property.
      Returns:
      possible object is String
    • setNsPrefix

      public void setNsPrefix(String value)
      Sets the value of the nsPrefix property.
      Parameters:
      value - allowed object is String