Class EdgeType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.EdgeType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the confidence property.getLabel()Gets the value of the label property.Gets the value of the semantic property.Gets the value of the source property.Gets the value of the target property.Gets the value of the directed property.voidsetConfidence(BigDecimal value) Sets the value of the confidence property.voidsetDirected(Boolean value) Sets the value of the directed property.voidSets the value of the label property.voidsetSemantic(String value) Sets the value of the semantic property.voidSets the value of the source property.voidSets the value of the target property.
-
Field Details
-
label
-
source
-
target
-
directed
-
semantic
-
confidence
-
-
Constructor Details
-
EdgeType
public EdgeType()
-
-
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
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source 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
-
isDirected
Gets the value of the directed property.- Returns:
- possible object is
Boolean
-
setDirected
Sets the value of the directed property.- Parameters:
value- allowed object isBoolean
-
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
-