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

net.opengis.sensorml.x20.AbstractPhysicalProcessType Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
/*
 * XML Type:  AbstractPhysicalProcessType
 * Namespace: http://www.opengis.net/sensorml/2.0
 * Java type: net.opengis.sensorml.x20.AbstractPhysicalProcessType
 *
 * Automatically generated - do not modify.
 */
package net.opengis.sensorml.x20;


/**
 * An XML AbstractPhysicalProcessType(@http://www.opengis.net/sensorml/2.0).
 *
 * This is a complex type.
 */
public interface AbstractPhysicalProcessType extends net.opengis.sensorml.x20.AbstractProcessType
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AbstractPhysicalProcessType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("abstractphysicalprocesstypebf47type");
    
    /**
     * Gets the "attachedTo" element
     */
    net.opengis.gml.x32.ReferenceType getAttachedTo();
    
    /**
     * True if has "attachedTo" element
     */
    boolean isSetAttachedTo();
    
    /**
     * Sets the "attachedTo" element
     */
    void setAttachedTo(net.opengis.gml.x32.ReferenceType attachedTo);
    
    /**
     * Appends and returns a new empty "attachedTo" element
     */
    net.opengis.gml.x32.ReferenceType addNewAttachedTo();
    
    /**
     * Unsets the "attachedTo" element
     */
    void unsetAttachedTo();
    
    /**
     * Gets array of all "localReferenceFrame" elements
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame[] getLocalReferenceFrameArray();
    
    /**
     * Gets ith "localReferenceFrame" element
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame getLocalReferenceFrameArray(int i);
    
    /**
     * Returns number of "localReferenceFrame" element
     */
    int sizeOfLocalReferenceFrameArray();
    
    /**
     * Sets array of all "localReferenceFrame" element
     */
    void setLocalReferenceFrameArray(net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame[] localReferenceFrameArray);
    
    /**
     * Sets ith "localReferenceFrame" element
     */
    void setLocalReferenceFrameArray(int i, net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame localReferenceFrame);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "localReferenceFrame" element
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame insertNewLocalReferenceFrame(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "localReferenceFrame" element
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame addNewLocalReferenceFrame();
    
    /**
     * Removes the ith "localReferenceFrame" element
     */
    void removeLocalReferenceFrame(int i);
    
    /**
     * Gets array of all "localTimeFrame" elements
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame[] getLocalTimeFrameArray();
    
    /**
     * Gets ith "localTimeFrame" element
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame getLocalTimeFrameArray(int i);
    
    /**
     * Returns number of "localTimeFrame" element
     */
    int sizeOfLocalTimeFrameArray();
    
    /**
     * Sets array of all "localTimeFrame" element
     */
    void setLocalTimeFrameArray(net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame[] localTimeFrameArray);
    
    /**
     * Sets ith "localTimeFrame" element
     */
    void setLocalTimeFrameArray(int i, net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame localTimeFrame);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "localTimeFrame" element
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame insertNewLocalTimeFrame(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "localTimeFrame" element
     */
    net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame addNewLocalTimeFrame();
    
    /**
     * Removes the ith "localTimeFrame" element
     */
    void removeLocalTimeFrame(int i);
    
    /**
     * Gets array of all "position" elements
     */
    net.opengis.sensorml.x20.PositionUnionPropertyType[] getPositionArray();
    
    /**
     * Gets ith "position" element
     */
    net.opengis.sensorml.x20.PositionUnionPropertyType getPositionArray(int i);
    
    /**
     * Returns number of "position" element
     */
    int sizeOfPositionArray();
    
    /**
     * Sets array of all "position" element
     */
    void setPositionArray(net.opengis.sensorml.x20.PositionUnionPropertyType[] positionArray);
    
    /**
     * Sets ith "position" element
     */
    void setPositionArray(int i, net.opengis.sensorml.x20.PositionUnionPropertyType position);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "position" element
     */
    net.opengis.sensorml.x20.PositionUnionPropertyType insertNewPosition(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "position" element
     */
    net.opengis.sensorml.x20.PositionUnionPropertyType addNewPosition();
    
    /**
     * Removes the ith "position" element
     */
    void removePosition(int i);
    
    /**
     * Gets array of all "timePosition" elements
     */
    net.opengis.swe.x20.TimePropertyType[] getTimePositionArray();
    
    /**
     * Gets ith "timePosition" element
     */
    net.opengis.swe.x20.TimePropertyType getTimePositionArray(int i);
    
    /**
     * Returns number of "timePosition" element
     */
    int sizeOfTimePositionArray();
    
    /**
     * Sets array of all "timePosition" element
     */
    void setTimePositionArray(net.opengis.swe.x20.TimePropertyType[] timePositionArray);
    
    /**
     * Sets ith "timePosition" element
     */
    void setTimePositionArray(int i, net.opengis.swe.x20.TimePropertyType timePosition);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "timePosition" element
     */
    net.opengis.swe.x20.TimePropertyType insertNewTimePosition(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "timePosition" element
     */
    net.opengis.swe.x20.TimePropertyType addNewTimePosition();
    
    /**
     * Removes the ith "timePosition" element
     */
    void removeTimePosition(int i);
    
    /**
     * An XML localReferenceFrame(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface LocalReferenceFrame extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LocalReferenceFrame.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("localreferenceframedaa0elemtype");
        
        /**
         * Gets the "SpatialFrame" element
         */
        net.opengis.sensorml.x20.SpatialFrameType getSpatialFrame();
        
        /**
         * Sets the "SpatialFrame" element
         */
        void setSpatialFrame(net.opengis.sensorml.x20.SpatialFrameType spatialFrame);
        
        /**
         * Appends and returns a new empty "SpatialFrame" element
         */
        net.opengis.sensorml.x20.SpatialFrameType addNewSpatialFrame();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame newInstance() {
              return (net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalReferenceFrame) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * An XML localTimeFrame(@http://www.opengis.net/sensorml/2.0).
     *
     * This is a complex type.
     */
    public interface LocalTimeFrame extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(LocalTimeFrame.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s394117DF48FE37B6828A26E699B7D87A").resolveHandle("localtimeframe1d18elemtype");
        
        /**
         * Gets the "TemporalFrame" element
         */
        net.opengis.sensorml.x20.TemporalFrameType getTemporalFrame();
        
        /**
         * Sets the "TemporalFrame" element
         */
        void setTemporalFrame(net.opengis.sensorml.x20.TemporalFrameType temporalFrame);
        
        /**
         * Appends and returns a new empty "TemporalFrame" element
         */
        net.opengis.sensorml.x20.TemporalFrameType addNewTemporalFrame();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame newInstance() {
              return (net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.opengis.sensorml.x20.AbstractPhysicalProcessType.LocalTimeFrame) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        /** @deprecated No need to be able to create instances of abstract types */
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType newInstance() {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        /** @deprecated No need to be able to create instances of abstract types */
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.opengis.sensorml.x20.AbstractPhysicalProcessType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.opengis.sensorml.x20.AbstractPhysicalProcessType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy