org.xmlhammer.model.project
Class NodeType

java.lang.Object
  extended by org.xmlhammer.model.project.NodeType
Direct Known Subclasses:
Attribute, CharacterDataType, Element, ProcessingInstruction

public class NodeType
extends java.lang.Object

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

context

protected java.lang.String context

nodeValue

protected java.lang.String nodeValue

textContent

protected java.lang.String textContent

baseURI

protected java.lang.String baseURI

clazz

protected java.lang.String clazz

localName

protected java.lang.String localName

namespaceURI

protected java.lang.String namespaceURI

nodeName

protected java.lang.String nodeName

path

protected java.lang.String path

prefix

protected java.lang.String prefix

src

protected java.lang.String src
Constructor Detail

NodeType

public NodeType()
Method Detail

getContext

public java.lang.String getContext()
Gets the value of the context property.

Returns:
possible object is String

setContext

public void setContext(java.lang.String value)
Sets the value of the context property.

Parameters:
value - allowed object is String

getNodeValue

public java.lang.String getNodeValue()
Gets the value of the nodeValue property.

Returns:
possible object is String

setNodeValue

public void setNodeValue(java.lang.String value)
Sets the value of the nodeValue property.

Parameters:
value - allowed object is String

getTextContent

public java.lang.String getTextContent()
Gets the value of the textContent property.

Returns:
possible object is String

setTextContent

public void setTextContent(java.lang.String value)
Sets the value of the textContent property.

Parameters:
value - allowed object is String

getBaseURI

public java.lang.String getBaseURI()
Gets the value of the baseURI property.

Returns:
possible object is String

setBaseURI

public void setBaseURI(java.lang.String value)
Sets the value of the baseURI property.

Parameters:
value - allowed object is String

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getLocalName

public java.lang.String getLocalName()
Gets the value of the localName property.

Returns:
possible object is String

setLocalName

public void setLocalName(java.lang.String value)
Sets the value of the localName property.

Parameters:
value - allowed object is String

getNamespaceURI

public java.lang.String getNamespaceURI()
Gets the value of the namespaceURI property.

Returns:
possible object is String

setNamespaceURI

public void setNamespaceURI(java.lang.String value)
Sets the value of the namespaceURI property.

Parameters:
value - allowed object is String

getNodeName

public java.lang.String getNodeName()
Gets the value of the nodeName property.

Returns:
possible object is String

setNodeName

public void setNodeName(java.lang.String value)
Sets the value of the nodeName property.

Parameters:
value - allowed object is String

getPath

public java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getPrefix

public java.lang.String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

public void setPrefix(java.lang.String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

getSrc

public java.lang.String getSrc()
Gets the value of the src property.

Returns:
possible object is String

setSrc

public void setSrc(java.lang.String value)
Sets the value of the src property.

Parameters:
value - allowed object is String


Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.