Apache CXF API

org.apache.cxf.jaxws.javaee
Class TrueFalseType

java.lang.Object
  extended by org.apache.cxf.jaxws.javaee.XsdBooleanType
      extended by org.apache.cxf.jaxws.javaee.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>
 


Field Summary
 
Fields inherited from class org.apache.cxf.jaxws.javaee.XsdBooleanType
id, value
 
Constructor Summary
TrueFalseType()
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.jaxws.javaee.XsdBooleanType
getId, isValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueFalseType

public TrueFalseType()

Apache CXF API

Apache CXF