|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.project.NodeType
public class NodeType
Java class for nodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nodeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="context" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nodeValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="textContent" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="baseURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="clazz" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="localName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="namespaceURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="nodeName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="src" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
baseURI
|
protected java.lang.String |
clazz
|
protected java.lang.String |
context
|
protected java.lang.String |
localName
|
protected java.lang.String |
namespaceURI
|
protected java.lang.String |
nodeName
|
protected java.lang.String |
nodeValue
|
protected java.lang.String |
path
|
protected java.lang.String |
prefix
|
protected java.lang.String |
src
|
protected java.lang.String |
textContent
|
| Constructor Summary | |
|---|---|
NodeType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseURI()
Gets the value of the baseURI property. |
java.lang.String |
getClazz()
Gets the value of the clazz property. |
java.lang.String |
getContext()
Gets the value of the context property. |
java.lang.String |
getLocalName()
Gets the value of the localName property. |
java.lang.String |
getNamespaceURI()
Gets the value of the namespaceURI property. |
java.lang.String |
getNodeName()
Gets the value of the nodeName property. |
java.lang.String |
getNodeValue()
Gets the value of the nodeValue property. |
java.lang.String |
getPath()
Gets the value of the path property. |
java.lang.String |
getPrefix()
Gets the value of the prefix property. |
java.lang.String |
getSrc()
Gets the value of the src property. |
java.lang.String |
getTextContent()
Gets the value of the textContent property. |
void |
setBaseURI(java.lang.String value)
Sets the value of the baseURI property. |
void |
setClazz(java.lang.String value)
Sets the value of the clazz property. |
void |
setContext(java.lang.String value)
Sets the value of the context property. |
void |
setLocalName(java.lang.String value)
Sets the value of the localName property. |
void |
setNamespaceURI(java.lang.String value)
Sets the value of the namespaceURI property. |
void |
setNodeName(java.lang.String value)
Sets the value of the nodeName property. |
void |
setNodeValue(java.lang.String value)
Sets the value of the nodeValue property. |
void |
setPath(java.lang.String value)
Sets the value of the path property. |
void |
setPrefix(java.lang.String value)
Sets the value of the prefix property. |
void |
setSrc(java.lang.String value)
Sets the value of the src property. |
void |
setTextContent(java.lang.String value)
Sets the value of the textContent property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String context
protected java.lang.String nodeValue
protected java.lang.String textContent
protected java.lang.String baseURI
protected java.lang.String clazz
protected java.lang.String localName
protected java.lang.String namespaceURI
protected java.lang.String nodeName
protected java.lang.String path
protected java.lang.String prefix
protected java.lang.String src
| Constructor Detail |
|---|
public NodeType()
| Method Detail |
|---|
public java.lang.String getContext()
Stringpublic void setContext(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNodeValue()
Stringpublic void setNodeValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTextContent()
Stringpublic void setTextContent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBaseURI()
Stringpublic void setBaseURI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocalName()
Stringpublic void setLocalName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNamespaceURI()
Stringpublic void setNamespaceURI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNodeName()
Stringpublic void setNodeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrefix()
Stringpublic void setPrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrc()
Stringpublic void setSrc(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||