| Classes in this File | Line Coverage | Branch Coverage | Complexity | |||||||
| Boolean |
|
| 0.0;0 |
| 1 | // |
|
| 2 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b52-fcs |
|
| 3 | // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> |
|
| 4 | // Any modifications to this file will be lost upon recompilation of the source schema. |
|
| 5 | // Generated on: 2007.09.26 at 09:37:45 PM IST |
|
| 6 | // |
|
| 7 | ||
| 8 | ||
| 9 | package org.xmlhammer.model.project; |
|
| 10 | ||
| 11 | import javax.xml.bind.annotation.XmlAccessType; |
|
| 12 | import javax.xml.bind.annotation.XmlAccessorType; |
|
| 13 | import javax.xml.bind.annotation.XmlRootElement; |
|
| 14 | import javax.xml.bind.annotation.XmlType; |
|
| 15 | ||
| 16 | ||
| 17 | /** |
|
| 18 | * <p>Java class for boolean element declaration. |
|
| 19 | * |
|
| 20 | * <p>The following schema fragment specifies the expected content contained within this class. |
|
| 21 | * |
|
| 22 | * <pre> |
|
| 23 | * <element name="boolean"> |
|
| 24 | * <complexType> |
|
| 25 | * <complexContent> |
|
| 26 | * <extension base="{http://www.xmlhammer.org/2007/project}valueType"> |
|
| 27 | * </extension> |
|
| 28 | * </complexContent> |
|
| 29 | * </complexType> |
|
| 30 | * </element> |
|
| 31 | * </pre> |
|
| 32 | * |
|
| 33 | * |
|
| 34 | */ |
|
| 35 | @XmlAccessorType(XmlAccessType.FIELD) |
|
| 36 | @XmlType(name = "") |
|
| 37 | @XmlRootElement(name = "boolean") |
|
| 38 | 22 | public class Boolean |
| 39 | extends ValueType |
|
| 40 | { |
|
| 41 | ||
| 42 | ||
| 43 | } |