Interface LocalisedCharacterStringType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    LocalisedCharacterStringTypeImpl

    public interface LocalisedCharacterStringType
    extends org.apache.xmlbeans.XmlString
    An XML LocalisedCharacterString_Type(@http://www.isotc211.org/2005/gmd). This is an atomic type that is a restriction of org.isotc211.x2005.gmd.LocalisedCharacterStringType.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  LocalisedCharacterStringType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Gets the "id" attribute
      String getLocale()
      Gets the "locale" attribute
      boolean isSetId()
      True if has "id" attribute
      boolean isSetLocale()
      True if has "locale" attribute
      void setId​(String id)
      Sets the "id" attribute
      void setLocale​(String locale)
      Sets the "locale" attribute
      void unsetId()
      Unsets the "id" attribute
      void unsetLocale()
      Unsets the "locale" attribute
      org.apache.xmlbeans.XmlID xgetId()
      Gets (as xml) the "id" attribute
      org.apache.xmlbeans.XmlAnyURI xgetLocale()
      Gets (as xml) the "locale" attribute
      void xsetId​(org.apache.xmlbeans.XmlID id)
      Sets (as xml) the "id" attribute
      void xsetLocale​(org.apache.xmlbeans.XmlAnyURI locale)
      Sets (as xml) the "locale" attribute
      • Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType

        getStringValue, set, setStringValue, stringValue
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getId

        String getId()
        Gets the "id" attribute
      • xgetId

        org.apache.xmlbeans.XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

        boolean isSetId()
        True if has "id" attribute
      • setId

        void setId​(String id)
        Sets the "id" attribute
      • xsetId

        void xsetId​(org.apache.xmlbeans.XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute
      • getLocale

        String getLocale()
        Gets the "locale" attribute
      • xgetLocale

        org.apache.xmlbeans.XmlAnyURI xgetLocale()
        Gets (as xml) the "locale" attribute
      • isSetLocale

        boolean isSetLocale()
        True if has "locale" attribute
      • setLocale

        void setLocale​(String locale)
        Sets the "locale" attribute
      • xsetLocale

        void xsetLocale​(org.apache.xmlbeans.XmlAnyURI locale)
        Sets (as xml) the "locale" attribute
      • unsetLocale

        void unsetLocale()
        Unsets the "locale" attribute