1 /*
2 * XML Type: idType
3 * Namespace: http://xmlbeans.apache.org/samples/validation/todolist
4 * Java type: org.apache.xmlbeans.samples.validation.todolist.IdType
5 *
6 * Automatically generated - do not modify.
7 */
8 package org.apache.xmlbeans.samples.validation.todolist.impl;
9 /**
10 * An XML idType(@http://xmlbeans.apache.org/samples/validation/todolist).
11 *
12 * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlInt.
13 */
14 public class IdTypeImpl extends org.apache.xmlbeans.impl.values.JavaIntHolderEx implements org.apache.xmlbeans.samples.validation.todolist.IdType
15 {
16
17 public IdTypeImpl(org.apache.xmlbeans.SchemaType sType)
18 {
19 super(sType, false);
20 }
21
22 protected IdTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
23 {
24 super(sType, b);
25 }
26 }