net.opengis.swe.x20.impl.TimePairImpl Maven / Gradle / Ivy
/*
* XML Type: TimePair
* Namespace: http://www.opengis.net/swe/2.0
* Java type: net.opengis.swe.x20.TimePair
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x20.impl;
/**
* An XML TimePair(@http://www.opengis.net/swe/2.0).
*
* This is a list type whose items are net.opengis.swe.x20.TimePosition.
*/
public class TimePairImpl extends org.apache.xmlbeans.impl.values.XmlListImpl implements net.opengis.swe.x20.TimePair
{
private static final long serialVersionUID = 1L;
public TimePairImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType, false);
}
protected TimePairImpl(org.apache.xmlbeans.SchemaType sType, boolean b)
{
super(sType, b);
}
}