net.zeroinstall.model.impl.BindingBaseImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zeroinstall-model Show documentation
Show all versions of zeroinstall-model Show documentation
The Zero Install XSD model transformed by Apache XMLBeans to Java source code.
The newest version!
/*
* XML Type: binding-base
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.BindingBase
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model.impl;
/**
* An XML binding-base(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is a complex type.
*/
public class BindingBaseImpl extends net.zeroinstall.model.impl.FeedElementImpl implements net.zeroinstall.model.BindingBase
{
private static final long serialVersionUID = 1L;
public BindingBaseImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}