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