org.wso2.carbon.humantask.impl.TLiteralImpl Maven / Gradle / Ivy
/*
* XML Type: tLiteral
* Namespace: http://docs.oasis-open.org/ns/bpel4people/ws-humantask/200803
* Java type: org.wso2.carbon.humantask.TLiteral
*
* Automatically generated - do not modify.
*/
package org.wso2.carbon.humantask.impl;
/**
* An XML tLiteral(@http://docs.oasis-open.org/ns/bpel4people/ws-humantask/200803).
*
* This is a complex type.
*/
public class TLiteralImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.wso2.carbon.humantask.TLiteral
{
private static final long serialVersionUID = 1L;
public TLiteralImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy