net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee
Interface TrueFalseType

All Superinterfaces:
XsdBooleanType
All Known Implementing Classes:
TrueFalseTypeImpl

public interface 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>
 


Method Summary
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.XsdBooleanType
getId, isValue, setId, setValue
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.