
org.apache.ode.bpel.pmapi.impl.TActivityStatusImpl Maven / Gradle / Ivy
/*
* XML Type: tActivityStatus
* Namespace: http://www.apache.org/ode/pmapi/types/2006/08/02/
* Java type: org.apache.ode.bpel.pmapi.TActivityStatus
*
* Automatically generated - do not modify.
*/
package org.apache.ode.bpel.pmapi.impl;
/**
* An XML tActivityStatus(@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.TActivityStatus.
*/
public class TActivityStatusImpl extends org.apache.xmlbeans.impl.values.JavaStringEnumerationHolderEx implements org.apache.ode.bpel.pmapi.TActivityStatus
{
private static final long serialVersionUID = 1L;
public TActivityStatusImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected TActivityStatusImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy