net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee
Class TrueFalseType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.XsdBooleanType
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TrueFalseType
All Implemented Interfaces:
Serializable, Cloneable

public class TrueFalseType
extends XsdBooleanType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.XsdBooleanType
id, value
 
Constructor Summary
TrueFalseType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TrueFalseType instance.
TrueFalseType(TrueFalseType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TrueFalseType instance by copying a given instance.
 
Method Summary
 TrueFalseType clone()
          Creates and returns a copy of this object.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.XsdBooleanType
getId, isValue, setId, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueFalseType

public TrueFalseType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TrueFalseType instance.


TrueFalseType

public TrueFalseType(TrueFalseType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TrueFalseType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

clone

public TrueFalseType clone()
Creates and returns a copy of this object.

Overrides:
clone in class XsdBooleanType
Returns:
A clone of this instance.


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