|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.jaxp.Activatable
org.xmlhammer.model.jaxp.StringProperty
org.xmlhammer.model.jaxp.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/jaxp}stringProperty">
</extension>
</complexContent>
</complexType>
</element>
| Field Summary |
|---|
| Fields inherited from class org.xmlhammer.model.jaxp.StringProperty |
|---|
name, value |
| Fields inherited from class org.xmlhammer.model.jaxp.Activatable |
|---|
active |
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary |
|---|
| Methods inherited from class org.xmlhammer.model.jaxp.StringProperty |
|---|
getName, getValue, setName, setValue |
| Methods inherited from class org.xmlhammer.model.jaxp.Activatable |
|---|
isActive, setActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Attribute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||