org.example.wsHT.api.impl.XMLTPresentationNameImpl Maven / Gradle / Ivy
The newest version!
/*
* XML Type: tPresentationName
* Namespace: http://www.example.org/WS-HT/api
* Java type: org.example.wsHT.api.XMLTPresentationName
*
* Automatically generated - do not modify.
*/
package org.example.wsHT.api.impl;
/**
* An XML tPresentationName(@http://www.example.org/WS-HT/api).
*
* This is an atomic type that is a restriction of org.example.wsHT.api.XMLTPresentationName.
*/
public class XMLTPresentationNameImpl extends org.apache.xmlbeans.impl.values.JavaStringHolderEx implements org.example.wsHT.api.XMLTPresentationName
{
private static final long serialVersionUID = 1L;
public XMLTPresentationNameImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected XMLTPresentationNameImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}