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"/>
       </sequence>
     </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.