com.sun.grizzly.http.webxml.schema.version_2_4
Class TrueFalseType
java.lang.Object
com.sun.grizzly.http.webxml.schema.version_2_4.XsdBooleanType
com.sun.grizzly.http.webxml.schema.version_2_4.TrueFalseType
public class TrueFalseType
- extends XsdBooleanType
This simple type designates a boolean with only two
permissible values
- true
- false
Java class for true-falseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="true-falseType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/j2ee>xsdBooleanType">
</restriction>
</simpleContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrueFalseType
public TrueFalseType()
Copyright © 2012 Oracle Corporation. All Rights Reserved.