Interface ViewType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ViewTypeImpl

    public interface ViewType
    extends org.apache.xmlbeans.XmlObject
    An XML ViewType(@http://www.opengis.net/eml/0.0.2). This is a complex type.
    • Field Detail

      • type

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

      • isSetLengthView

        boolean isSetLengthView()
        True if has "LengthView" element
      • setLengthView

        void setLengthView​(ViewType.LengthView lengthView)
        Sets the "LengthView" element
      • addNewLengthView

        ViewType.LengthView addNewLengthView()
        Appends and returns a new empty "LengthView" element
      • unsetLengthView

        void unsetLengthView()
        Unsets the "LengthView" element
      • isSetTimeView

        boolean isSetTimeView()
        True if has "TimeView" element
      • setTimeView

        void setTimeView​(ViewType.TimeView timeView)
        Sets the "TimeView" element
      • addNewTimeView

        ViewType.TimeView addNewTimeView()
        Appends and returns a new empty "TimeView" element
      • unsetTimeView

        void unsetTimeView()
        Unsets the "TimeView" element
      • isSetTimeLengthView

        boolean isSetTimeLengthView()
        True if has "TimeLengthView" element
      • setTimeLengthView

        void setTimeLengthView​(ViewType.TimeLengthView timeLengthView)
        Sets the "TimeLengthView" element
      • addNewTimeLengthView

        ViewType.TimeLengthView addNewTimeLengthView()
        Appends and returns a new empty "TimeLengthView" element
      • unsetTimeLengthView

        void unsetTimeLengthView()
        Unsets the "TimeLengthView" element
      • getAllView

        org.apache.xmlbeans.XmlObject getAllView()
        Gets the "AllView" element
      • isSetAllView

        boolean isSetAllView()
        True if has "AllView" element
      • setAllView

        void setAllView​(org.apache.xmlbeans.XmlObject allView)
        Sets the "AllView" element
      • addNewAllView

        org.apache.xmlbeans.XmlObject addNewAllView()
        Appends and returns a new empty "AllView" element
      • unsetAllView

        void unsetAllView()
        Unsets the "AllView" element
      • isSetUserDefinedView

        boolean isSetUserDefinedView()
        True if has "UserDefinedView" element
      • setUserDefinedView

        void setUserDefinedView​(ViewType.UserDefinedView userDefinedView)
        Sets the "UserDefinedView" element
      • addNewUserDefinedView

        ViewType.UserDefinedView addNewUserDefinedView()
        Appends and returns a new empty "UserDefinedView" element
      • unsetUserDefinedView

        void unsetUserDefinedView()
        Unsets the "UserDefinedView" element
      • getGenericView

        GenericViewType getGenericView()
        Gets the "GenericView" element
      • isSetGenericView

        boolean isSetGenericView()
        True if has "GenericView" element
      • setGenericView

        void setGenericView​(GenericViewType genericView)
        Sets the "GenericView" element
      • addNewGenericView

        GenericViewType addNewGenericView()
        Appends and returns a new empty "GenericView" element
      • unsetGenericView

        void unsetGenericView()
        Unsets the "GenericView" element