public class Connect 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="nodeField" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="protoField" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeField |
protected String |
protoField |
| Constructor and Description |
|---|
Connect() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeField()
Gets the value of the nodeField property.
|
String |
getProtoField()
Gets the value of the protoField property.
|
void |
setNodeField(String value)
Sets the value of the nodeField property.
|
void |
setProtoField(String value)
Sets the value of the protoField property.
|
public String getNodeField()
Stringpublic void setNodeField(String value)
value - allowed object is
Stringpublic String getProtoField()
String