net.opengis.swe.x101.impl.CountPairImpl Maven / Gradle / Ivy
/*
* XML Type: countPair
* Namespace: http://www.opengis.net/swe/1.0.1
* Java type: net.opengis.swe.x101.CountPair
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x101.impl;
/**
* An XML countPair(@http://www.opengis.net/swe/1.0.1).
*
* This is a list type whose items are org.apache.xmlbeans.XmlInteger.
*/
public class CountPairImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements net.opengis.swe.x101.CountPair
{
private static final long serialVersionUID = 1L;
public CountPairImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected CountPairImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy