org.apache.xmlbeans.impl.xb.xsdschema.impl.NumFacetImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
/*
* XML Type: numFacet
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.NumFacet
*
* Automatically generated - do not modify.
*/
package org.apache.xmlbeans.impl.xb.xsdschema.impl;
import javax.xml.namespace.QName;
import org.apache.xmlbeans.QNameSet;
/**
* An XML numFacet(@http://www.w3.org/2001/XMLSchema).
*
* This is a complex type.
*/
public class NumFacetImpl extends org.apache.xmlbeans.impl.xb.xsdschema.impl.FacetImpl implements org.apache.xmlbeans.impl.xb.xsdschema.NumFacet {
private static final long serialVersionUID = 1L;
public NumFacetImpl(org.apache.xmlbeans.SchemaType sType) {
super(sType);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy