|
||||||||||
| 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.Element
public class Element
Java class for element element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="element">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/project}nodeType">
<sequence>
<element ref="{http://www.xmlhammer.org/2007/project}type"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="tagName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
tagName
|
protected java.lang.String |
text
|
protected Type |
type
|
| Fields inherited from class org.xmlhammer.model.project.NodeType |
|---|
baseURI, clazz, context, localName, namespaceURI, nodeName, nodeValue, path, prefix, src, textContent |
| Constructor Summary | |
|---|---|
Element()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTagName()
Gets the value of the tagName property. |
java.lang.String |
getText()
Gets the value of the text property. |
Type |
getType()
Gets the value of the type property. |
void |
setTagName(java.lang.String value)
Sets the value of the tagName property. |
void |
setText(java.lang.String value)
Sets the value of the text property. |
void |
setType(Type value)
Sets the value of the type 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 Type type
protected java.lang.String text
protected java.lang.String tagName
| Constructor Detail |
|---|
public Element()
| Method Detail |
|---|
public Type getType()
Typepublic void setType(Type value)
value - allowed object is
Typepublic java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTagName()
Stringpublic void setTagName(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 | |||||||||