org.apache.axis2.jaxws.description.xml.handler
Class TrueFalseType
java.lang.Object
org.apache.axis2.jaxws.description.xml.handler.XsdBooleanType
org.apache.axis2.jaxws.description.xml.handler.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/javaee>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 © 2004-2011 The Apache Software Foundation. All Rights Reserved.