Class NodeType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.NodeType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the confidence property.Gets the value of the geometry property.getId()Gets the value of the id property.getLabel()Gets the value of the label property.Gets the value of the semantic property.voidsetConfidence(BigDecimal value) Sets the value of the confidence property.voidsetGeometry(String value) Sets the value of the geometry property.voidSets the value of the id property.voidSets the value of the label property.voidsetSemantic(String value) Sets the value of the semantic property.
-
Field Details
-
label
-
id
-
geometry
-
semantic
-
confidence
-
-
Constructor Details
-
NodeType
public NodeType()
-
-
Method Details
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getGeometry
Gets the value of the geometry property.- Returns:
- possible object is
String
-
setGeometry
Sets the value of the geometry property.- Parameters:
value- allowed object isString
-
getSemantic
Gets the value of the semantic property.- Returns:
- possible object is
String
-
setSemantic
Sets the value of the semantic 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
-