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

public class NodeType extends Object

Java class for NodeType complex type

.

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


 <complexType name="NodeType">
   <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="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="geometry" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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
    • id

      protected String id
    • geometry

      protected String geometry
    • semantic

      protected String semantic
    • confidence

      protected BigDecimal confidence
  • Constructor Details

    • NodeType

      public NodeType()
  • 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
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getGeometry

      public String getGeometry()
      Gets the value of the geometry property.
      Returns:
      possible object is String
    • setGeometry

      public void setGeometry(String value)
      Sets the value of the geometry property.
      Parameters:
      value - allowed object is String
    • 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