public class NodeLabel extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
modelName |
protected String |
modelPosition |
| Constructor and Description |
|---|
NodeLabel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getModelName()
Gets the value of the modelName property.
|
String |
getModelPosition()
Gets the value of the modelPosition property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setModelName(String value)
Sets the value of the modelName property.
|
void |
setModelPosition(String value)
Sets the value of the modelPosition property.
|
protected String content
protected String modelName
protected String modelPosition
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getModelName()
Stringpublic void setModelName(String value)
value - allowed object is
Stringpublic String getModelPosition()
StringCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.