|
||||||||||
| 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.Attribute
public class Attribute
Java class for attribute element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="attribute">
<complexType>
<complexContent>
<extension base="{http://www.xmlhammer.org/2007/project}nodeType">
<sequence>
<element ref="{http://www.xmlhammer.org/2007/project}type"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="specified" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
id
|
protected java.lang.String |
name
|
protected java.lang.Boolean |
specified
|
protected Type |
type
|
protected java.lang.String |
value
|
| Fields inherited from class org.xmlhammer.model.project.NodeType |
|---|
baseURI, clazz, context, localName, namespaceURI, nodeName, nodeValue, path, prefix, src, textContent |
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
Type |
getType()
Gets the value of the type property. |
java.lang.String |
getValue()
Gets the value of the value property. |
boolean |
isId()
Gets the value of the id property. |
boolean |
isSpecified()
Gets the value of the specified property. |
void |
setId(java.lang.Boolean value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSpecified(java.lang.Boolean value)
Sets the value of the specified property. |
void |
setType(Type value)
Sets the value of the type property. |
void |
setValue(java.lang.String value)
Sets the value of the value 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.Boolean id
protected java.lang.String name
protected java.lang.Boolean specified
protected java.lang.String value
| Constructor Detail |
|---|
public Attribute()
| Method Detail |
|---|
public Type getType()
Typepublic void setType(Type value)
value - allowed object is
Typepublic boolean isId()
Booleanpublic void setId(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSpecified()
Booleanpublic void setSpecified(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getValue()
Stringpublic void setValue(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 | |||||||||