All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.opengis.watermlDr.x20.impl.TimeseriesDomainRangeDocumentImpl Maven / Gradle / Ivy

The newest version!
/*
 * An XML document type.
 * Localname: TimeseriesDomainRange
 * Namespace: http://www.opengis.net/waterml-dr/2.0
 * Java type: net.opengis.watermlDr.x20.TimeseriesDomainRangeDocument
 *
 * Automatically generated - do not modify.
 */
package net.opengis.watermlDr.x20.impl;
/**
 * A document containing one TimeseriesDomainRange(@http://www.opengis.net/waterml-dr/2.0) element.
 *
 * This is a complex type.
 */
public class TimeseriesDomainRangeDocumentImpl extends net.opengis.gmlcov.x10.impl.AbstractDiscreteCoverageDocumentImpl implements net.opengis.watermlDr.x20.TimeseriesDomainRangeDocument
{
    private static final long serialVersionUID = 1L;
    
    public TimeseriesDomainRangeDocumentImpl(org.apache.xmlbeans.SchemaType sType)
    {
        super(sType);
    }
    
    private static final javax.xml.namespace.QName TIMESERIESDOMAINRANGE$0 = 
        new javax.xml.namespace.QName("http://www.opengis.net/waterml-dr/2.0", "TimeseriesDomainRange");
    
    
    /**
     * Gets the "TimeseriesDomainRange" element
     */
    public net.opengis.watermlDr.x20.TimeseriesCoverageType getTimeseriesDomainRange()
    {
        synchronized (monitor())
        {
            check_orphaned();
            net.opengis.watermlDr.x20.TimeseriesCoverageType target = null;
            target = (net.opengis.watermlDr.x20.TimeseriesCoverageType)get_store().find_element_user(TIMESERIESDOMAINRANGE$0, 0);
            if (target == null)
            {
                return null;
            }
            return target;
        }
    }
    
    /**
     * Sets the "TimeseriesDomainRange" element
     */
    public void setTimeseriesDomainRange(net.opengis.watermlDr.x20.TimeseriesCoverageType timeseriesDomainRange)
    {
        synchronized (monitor())
        {
            check_orphaned();
            net.opengis.watermlDr.x20.TimeseriesCoverageType target = null;
            target = (net.opengis.watermlDr.x20.TimeseriesCoverageType)get_store().find_element_user(TIMESERIESDOMAINRANGE$0, 0);
            if (target == null)
            {
                target = (net.opengis.watermlDr.x20.TimeseriesCoverageType)get_store().add_element_user(TIMESERIESDOMAINRANGE$0);
            }
            target.set(timeseriesDomainRange);
        }
    }
    
    /**
     * Appends and returns a new empty "TimeseriesDomainRange" element
     */
    public net.opengis.watermlDr.x20.TimeseriesCoverageType addNewTimeseriesDomainRange()
    {
        synchronized (monitor())
        {
            check_orphaned();
            net.opengis.watermlDr.x20.TimeseriesCoverageType target = null;
            target = (net.opengis.watermlDr.x20.TimeseriesCoverageType)get_store().add_element_user(TIMESERIESDOMAINRANGE$0);
            return target;
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy