Class AnnotationType

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

public class AnnotationType extends Object

Java class for AnnotationType complex type

.

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


 <complexType name="AnnotationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="kind" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="confidence" type="{http://www.w3.org/2001/XMLSchema}decimal" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AnnotationType

      public AnnotationType()
  • Method Details

    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
    • getKind

      public String getKind()
      Gets the value of the kind property.
      Returns:
      possible object is String
    • setKind

      public void setKind(String value)
      Sets the value of the kind 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
    • 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