public class ROUTE extends SceneGraphStructureNode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{}SceneGraphStructureNodeType"> <attribute name="fromNode" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="fromField" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="toNode" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="toField" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
fromField |
protected Object |
fromNode |
protected String |
toField |
protected Object |
toNode |
Constructor and Description |
---|
ROUTE() |
Modifier and Type | Method and Description |
---|---|
String |
getFromField()
Gets the value of the fromField property.
|
Object |
getFromNode()
Gets the value of the fromNode property.
|
String |
getToField()
Gets the value of the toField property.
|
Object |
getToNode()
Gets the value of the toNode property.
|
void |
setFromField(String value)
Sets the value of the fromField property.
|
void |
setFromNode(Object value)
Sets the value of the fromNode property.
|
void |
setToField(String value)
Sets the value of the toField property.
|
void |
setToNode(Object value)
Sets the value of the toNode property.
|
protected Object fromNode
protected String fromField
protected Object toNode
protected String toField
public Object getFromNode()
Object
public void setFromNode(Object value)
value
- allowed object is
Object
public String getFromField()
String
public void setFromField(String value)
value
- allowed object is
String
public Object getToNode()
Object
public void setToNode(Object value)
value
- allowed object is
Object
public String getToField()
String