Class AnnotationType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.AnnotationType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the confidence property.getKind()Gets the value of the kind property.Gets the value of the target property.getText()Gets the value of the text property.voidsetConfidence(BigDecimal value) Sets the value of the confidence property.voidSets the value of the kind property.voidSets the value of the target property.voidSets the value of the text property.
-
Field Details
-
text
-
kind
-
target
-
confidence
-
-
Constructor Details
-
AnnotationType
public AnnotationType()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getKind
Gets the value of the kind property.- Returns:
- possible object is
String
-
setKind
Sets the value of the kind property.- Parameters:
value- allowed object isString
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value- allowed object isString
-
getConfidence
Gets the value of the confidence property.- Returns:
- possible object is
BigDecimal
-
setConfidence
Sets the value of the confidence property.- Parameters:
value- allowed object isBigDecimal
-