|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataBoolean
public class XSDataBoolean
Java class for XSDataBoolean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataBoolean"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataBoolean()
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataBoolean()
Method Detail |
---|
public boolean isValue()
public void setValue(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |