Interface TimePositionListType

  • All Superinterfaces:
    TimeValueList, org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    TimePositionListTypeImpl

    public interface TimePositionListType
    extends TimeValueList
    An XML TimePositionListType(@http://www.opengis.net/swe/1.0.1). This is a list type whose items are net.opengis.gml.TimePositionUnion.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getFrame

        String getFrame()
        Gets the "frame" attribute
      • xgetFrame

        org.apache.xmlbeans.XmlAnyURI xgetFrame()
        Gets (as xml) the "frame" attribute
      • isSetFrame

        boolean isSetFrame()
        True if has "frame" attribute
      • setFrame

        void setFrame​(String frame)
        Sets the "frame" attribute
      • xsetFrame

        void xsetFrame​(org.apache.xmlbeans.XmlAnyURI frame)
        Sets (as xml) the "frame" attribute
      • unsetFrame

        void unsetFrame()
        Unsets the "frame" attribute
      • getCalendarEraName

        String getCalendarEraName()
        Gets the "calendarEraName" attribute
      • xgetCalendarEraName

        org.apache.xmlbeans.XmlString xgetCalendarEraName()
        Gets (as xml) the "calendarEraName" attribute
      • isSetCalendarEraName

        boolean isSetCalendarEraName()
        True if has "calendarEraName" attribute
      • setCalendarEraName

        void setCalendarEraName​(String calendarEraName)
        Sets the "calendarEraName" attribute
      • xsetCalendarEraName

        void xsetCalendarEraName​(org.apache.xmlbeans.XmlString calendarEraName)
        Sets (as xml) the "calendarEraName" attribute
      • unsetCalendarEraName

        void unsetCalendarEraName()
        Unsets the "calendarEraName" attribute
      • xgetIndeterminatePosition

        TimeIndeterminateValueType xgetIndeterminatePosition()
        Gets (as xml) the "indeterminatePosition" attribute
      • isSetIndeterminatePosition

        boolean isSetIndeterminatePosition()
        True if has "indeterminatePosition" attribute
      • setIndeterminatePosition

        void setIndeterminatePosition​(TimeIndeterminateValueType.Enum indeterminatePosition)
        Sets the "indeterminatePosition" attribute
      • xsetIndeterminatePosition

        void xsetIndeterminatePosition​(TimeIndeterminateValueType indeterminatePosition)
        Sets (as xml) the "indeterminatePosition" attribute
      • unsetIndeterminatePosition

        void unsetIndeterminatePosition()
        Unsets the "indeterminatePosition" attribute
      • getCount

        BigInteger getCount()
        Gets the "count" attribute
      • xgetCount

        org.apache.xmlbeans.XmlPositiveInteger xgetCount()
        Gets (as xml) the "count" attribute
      • isSetCount

        boolean isSetCount()
        True if has "count" attribute
      • setCount

        void setCount​(BigInteger count)
        Sets the "count" attribute
      • xsetCount

        void xsetCount​(org.apache.xmlbeans.XmlPositiveInteger count)
        Sets (as xml) the "count" attribute
      • unsetCount

        void unsetCount()
        Unsets the "count" attribute