public class TestDataType
extends java.lang.Object
Java class for testDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="testDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="inputNodeType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="inputNodeName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
content |
protected java.lang.String |
inputNodeName |
protected java.lang.String |
inputNodeType |
protected java.lang.String |
name |
protected java.lang.String |
uuid |
Constructor and Description |
---|
TestDataType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Gets the value of the content property.
|
java.lang.String |
getInputNodeName()
Gets the value of the inputNodeName property.
|
java.lang.String |
getInputNodeType()
Gets the value of the inputNodeType property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUuid()
Gets the value of the uuid property.
|
void |
setContent(java.lang.String value)
Sets the value of the content property.
|
void |
setInputNodeName(java.lang.String value)
Sets the value of the inputNodeName property.
|
void |
setInputNodeType(java.lang.String value)
Sets the value of the inputNodeType property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUuid(java.lang.String value)
Sets the value of the uuid property.
|
protected java.lang.String content
protected java.lang.String name
protected java.lang.String uuid
protected java.lang.String inputNodeType
protected java.lang.String inputNodeName
public java.lang.String getContent()
String
public void setContent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUuid()
String
public void setUuid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInputNodeType()
String
public void setInputNodeType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInputNodeName()
String
public void setInputNodeName(java.lang.String value)
value
- allowed object is
String