net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
Class TrueFalseType
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.XsdBooleanType
net.sourceforge.ccxjc.it.model.priv.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
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.XsdBooleanType |
id, value |
|
Constructor Summary |
TrueFalseType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TrueFalseType instance. |
TrueFalseType(TrueFalseType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TrueFalseType instance by copying a given instance. |
TrueFalseType
public TrueFalseType()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TrueFalseType instance.
TrueFalseType
public TrueFalseType(TrueFalseType o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TrueFalseType instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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.