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