|
||||||||||
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.BooleanProperty
public class BooleanProperty
Java class for booleanProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="booleanProperty"> <complexContent> <extension base="{http://www.xmlhammer.org/2007/jaxp}activatable"> <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
enabled
|
protected java.lang.String |
name
|
Fields inherited from class org.xmlhammer.model.jaxp.Activatable |
---|
active |
Constructor Summary | |
---|---|
BooleanProperty()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the value of the name property. |
boolean |
isEnabled()
Gets the value of the enabled property. |
void |
setEnabled(boolean value)
Sets the value of the enabled property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
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 |
Field Detail |
---|
protected boolean enabled
protected java.lang.String name
Constructor Detail |
---|
public BooleanProperty()
Method Detail |
---|
public boolean isEnabled()
public void setEnabled(boolean value)
public java.lang.String getName()
String
public void setName(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 |