
org.apache.ode.bpel.pmapi.impl.TScopeStatusImpl Maven / Gradle / Ivy
/*
* XML Type: tScopeStatus
* Namespace: http://www.apache.org/ode/pmapi/types/2006/08/02/
* Java type: org.apache.ode.bpel.pmapi.TScopeStatus
*
* Automatically generated - do not modify.
*/
package org.apache.ode.bpel.pmapi.impl;
/**
* An XML tScopeStatus(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
*
* This is an atomic type that is a restriction of org.apache.ode.bpel.pmapi.TScopeStatus.
*/
public class TScopeStatusImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.apache.ode.bpel.pmapi.TScopeStatus
{
private static final long serialVersionUID = 1L;
public TScopeStatusImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected TScopeStatusImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy