org.ow2.petals.component.framework.jbidescriptor.generated
Class Settableboolean

java.lang.Object
  extended by org.ow2.petals.component.framework.jbidescriptor.generated.Settableboolean

public class Settableboolean
extends java.lang.Object

Java class for settableboolean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="settableboolean">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  boolean value
           
 
Constructor Summary
Settableboolean()
           
 
Method Summary
 boolean isValue()
          Gets the value of the value property.
 void setValue(boolean value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value
Constructor Detail

Settableboolean

public Settableboolean()
Method Detail

isValue

public boolean isValue()
Gets the value of the value property.


setValue

public void setValue(boolean value)
Sets the value of the value property.



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.