Interface DirectionDescriptionType

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

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

      • type

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

      • isSetCompassPoint

        boolean isSetCompassPoint()
        True if has "compassPoint" element
      • xsetCompassPoint

        void xsetCompassPoint​(CompassPointEnumeration compassPoint)
        Sets (as xml) the "compassPoint" element
      • unsetCompassPoint

        void unsetCompassPoint()
        Unsets the "compassPoint" element
      • getKeyword

        CodeType getKeyword()
        Gets the "keyword" element
      • isSetKeyword

        boolean isSetKeyword()
        True if has "keyword" element
      • setKeyword

        void setKeyword​(CodeType keyword)
        Sets the "keyword" element
      • addNewKeyword

        CodeType addNewKeyword()
        Appends and returns a new empty "keyword" element
      • unsetKeyword

        void unsetKeyword()
        Unsets the "keyword" element
      • getDescription

        String getDescription()
        Gets the "description" element
      • xgetDescription

        org.apache.xmlbeans.XmlString xgetDescription()
        Gets (as xml) the "description" element
      • isSetDescription

        boolean isSetDescription()
        True if has "description" element
      • setDescription

        void setDescription​(String description)
        Sets the "description" element
      • xsetDescription

        void xsetDescription​(org.apache.xmlbeans.XmlString description)
        Sets (as xml) the "description" element
      • unsetDescription

        void unsetDescription()
        Unsets the "description" element
      • getReference

        ReferenceType getReference()
        Gets the "reference" element
      • isSetReference

        boolean isSetReference()
        True if has "reference" element
      • setReference

        void setReference​(ReferenceType reference)
        Sets the "reference" element
      • addNewReference

        ReferenceType addNewReference()
        Appends and returns a new empty "reference" element
      • unsetReference

        void unsetReference()
        Unsets the "reference" element