Interface TimePositionType

  • All Superinterfaces:
    TimePositionUnion, org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    TimePositionTypeImpl

    public interface TimePositionType
    extends TimePositionUnion
    An XML TimePositionType(@http://www.opengis.net/gml/3.2). This is a union type. Instances are of one of the following types: org.apache.xmlbeans.XmlDate org.apache.xmlbeans.XmlGYearMonth org.apache.xmlbeans.XmlGYear org.apache.xmlbeans.XmlTime org.apache.xmlbeans.XmlDateTime org.apache.xmlbeans.XmlAnyURI org.apache.xmlbeans.XmlDecimal
    • 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