Source code: org/oasisOpen/docs/wsrf/x2005/x01/wsrfInterop20Draft03/impl/JobStateTypeImpl.java
1 /*
2 * XML Type: jobStateType
3 * Namespace: http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd
4 * Java type: org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType
5 *
6 * Automatically generated - do not modify.
7 */
8 package org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl;
9 /**
10 * An XML jobStateType(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd).
11 *
12 * This is an atomic type that is a restriction of org.apache.xmlbeans.XmlString.
13 */
14 public class JobStateTypeImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType
15 {
16
17 public JobStateTypeImpl(org.apache.xmlbeans.SchemaType sType)
18 {
19 super(sType, false);
20 }
21
22 protected JobStateTypeImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
23 {
24 super(sType, b);
25 }
26 }