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