java.lang.Object
net.anwiba.tools.yworks.shapenode.generated.NodeLabel
Java class for NodeLabelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NodeLabelType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="modelPosition" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.Gets the value of the modelName property.Gets the value of the modelPosition property.voidsetContent(String value) Sets the value of the content property.voidsetModelName(String value) Sets the value of the modelName property.voidsetModelPosition(String value) Sets the value of the modelPosition property.
-
Field Details
-
-
modelName
-
modelPosition
-
-
Constructor Details
-
NodeLabel
public NodeLabel()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getModelName
Gets the value of the modelName property.- Returns:
- possible object is
String
-
setModelName
Sets the value of the modelName property.- Parameters:
value- allowed object isString
-
getModelPosition
Gets the value of the modelPosition property.- Returns:
- possible object is
String
-
setModelPosition
Sets the value of the modelPosition property.- Parameters:
value- allowed object isString
-