Class TrueFalseType

java.lang.Object
com.sun.xml.ws.config.metro.parser.jsr109.XsdBooleanType
com.sun.xml.ws.config.metro.parser.jsr109.TrueFalseType
All Implemented Interfaces:
org.glassfish.jaxb.core.Locatable

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>
 
  • Constructor Details

    • TrueFalseType

      public TrueFalseType()