org.example.wsHT.impl.XMLTPresentationParameterImpl Maven / Gradle / Ivy
The newest version!
/*
* XML Type: tPresentationParameter
* Namespace: http://www.example.org/WS-HT
* Java type: org.example.wsHT.XMLTPresentationParameter
*
* Automatically generated - do not modify.
*/
package org.example.wsHT.impl;
/**
* An XML tPresentationParameter(@http://www.example.org/WS-HT).
*
* This is a complex type.
*/
public class XMLTPresentationParameterImpl extends org.example.wsHT.impl.XMLTParameterImpl implements org.example.wsHT.XMLTPresentationParameter
{
private static final long serialVersionUID = 1L;
public XMLTPresentationParameterImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}