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

public class EdgeType extends Object

Java class for EdgeType complex type

.

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


 <complexType name="EdgeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="directed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="semantic" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="confidence" type="{http://www.w3.org/2001/XMLSchema}decimal" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • label

      protected String label
    • source

      protected String source
    • target

      protected String target
    • directed

      protected Boolean directed
    • semantic

      protected String semantic
    • confidence

      protected BigDecimal confidence
  • Constructor Details

    • EdgeType

      public EdgeType()
  • Method Details

    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • getTarget

      public String getTarget()
      Gets the value of the target property.
      Returns:
      possible object is String
    • setTarget

      public void setTarget(String value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is String
    • isDirected

      public Boolean isDirected()
      Gets the value of the directed property.
      Returns:
      possible object is Boolean
    • setDirected

      public void setDirected(Boolean value)
      Sets the value of the directed property.
      Parameters:
      value - allowed object is Boolean
    • getSemantic

      public String getSemantic()
      Gets the value of the semantic property.
      Returns:
      possible object is String
    • setSemantic

      public void setSemantic(String value)
      Sets the value of the semantic property.
      Parameters:
      value - allowed object is String
    • getConfidence

      public BigDecimal getConfidence()
      Gets the value of the confidence property.
      Returns:
      possible object is BigDecimal
    • setConfidence

      public void setConfidence(BigDecimal value)
      Sets the value of the confidence property.
      Parameters:
      value - allowed object is BigDecimal