org.xmlhammer.model.jaxp
Class Activatable
java.lang.Object
org.xmlhammer.model.jaxp.Activatable
- Direct Known Subclasses:
- BooleanProperty, Catalog, Mapping, Parameter, Preferences.Catalogs.Catalog, Preferences.Classpath.Jar, SchemaFactoryProperty, StringProperty
public class Activatable
- extends java.lang.Object
Java class for activatable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="activatable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.Boolean |
active
|
|
Method Summary |
boolean |
isActive()
Gets the value of the active property. |
void |
setActive(java.lang.Boolean value)
Sets the value of the active property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
active
protected java.lang.Boolean active
Activatable
public Activatable()
isActive
public boolean isActive()
- Gets the value of the active property.
- Returns:
- possible object is
Boolean
setActive
public void setActive(java.lang.Boolean value)
- Sets the value of the active property.
- Parameters:
value - allowed object is
Boolean
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.