org.apache.axis2.jaxws.description.xml.handler
Class GenericBooleanType
java.lang.Object
org.apache.axis2.jaxws.description.xml.handler.String
org.apache.axis2.jaxws.description.xml.handler.GenericBooleanType
public class GenericBooleanType
- extends String
This type defines four different values which can designate boolean values. This includes values
yes and no which are not designated by xsd:boolean
Java class for generic-booleanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="generic-booleanType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>string">
</restriction>
</simpleContent>
</complexType>
Fields inherited from class org.apache.axis2.jaxws.description.xml.handler.String |
id, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericBooleanType
public GenericBooleanType()
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.