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