java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.DiagramType

public class DiagramType extends Object

Java class for DiagramType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="DiagramType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Shape" type="{http://jurgenei.name/canonical}ShapeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Connector" type="{http://jurgenei.name/canonical}ConnectorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Node" type="{http://jurgenei.name/canonical}NodeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Edge" type="{http://jurgenei.name/canonical}EdgeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Group" type="{http://jurgenei.name/canonical}GroupType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Annotation" type="{http://jurgenei.name/canonical}AnnotationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="source-path" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DiagramType

      public DiagramType()
  • Method Details

    • getShape

      public List<ShapeType> getShape()
      Gets the value of the shape 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 JAXB object. This is why there is not a set method for the shape property.

      For example, to add a new item, do as follows:

       getShape().add(newItem);
       

      Objects of the following type(s) are allowed in the list ShapeType

      Returns:
      The value of the shape property.
    • getConnector

      public List<ConnectorType> getConnector()
      Gets the value of the connector 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 JAXB object. This is why there is not a set method for the connector property.

      For example, to add a new item, do as follows:

       getConnector().add(newItem);
       

      Objects of the following type(s) are allowed in the list ConnectorType

      Returns:
      The value of the connector property.
    • getNode

      public List<NodeType> getNode()
      Gets the value of the node 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 JAXB object. This is why there is not a set method for the node property.

      For example, to add a new item, do as follows:

       getNode().add(newItem);
       

      Objects of the following type(s) are allowed in the list NodeType

      Returns:
      The value of the node property.
    • getEdge

      public List<EdgeType> getEdge()
      Gets the value of the edge 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 JAXB object. This is why there is not a set method for the edge property.

      For example, to add a new item, do as follows:

       getEdge().add(newItem);
       

      Objects of the following type(s) are allowed in the list EdgeType

      Returns:
      The value of the edge property.
    • getGroup

      public List<GroupType> getGroup()
      Gets the value of the group 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 JAXB object. This is why there is not a set method for the group property.

      For example, to add a new item, do as follows:

       getGroup().add(newItem);
       

      Objects of the following type(s) are allowed in the list GroupType

      Returns:
      The value of the group property.
    • getAnnotation

      public List<AnnotationType> getAnnotation()
      Gets the value of the annotation 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 JAXB object. This is why there is not a set method for the annotation property.

      For example, to add a new item, do as follows:

       getAnnotation().add(newItem);
       

      Objects of the following type(s) are allowed in the list AnnotationType

      Returns:
      The value of the annotation property.
    • getSourcePath

      public String getSourcePath()
      Gets the value of the sourcePath property.
      Returns:
      possible object is String
    • setSourcePath

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