Interface EmailType

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

    public interface EmailType
    extends org.apache.xmlbeans.XmlObject
    An XML emailType(@http://www.topografix.com/GPX/1/1). This is a complex type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.impl.schema.DocumentFactory<EmailType> Factory  
      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 getDomain()
      Gets the "domain" attribute
      String getId()
      Gets the "id" attribute
      void setDomain​(String domain)
      Sets the "domain" attribute
      void setId​(String id)
      Sets the "id" attribute
      org.apache.xmlbeans.XmlString xgetDomain()
      Gets (as xml) the "domain" attribute
      org.apache.xmlbeans.XmlString xgetId()
      Gets (as xml) the "id" attribute
      void xsetDomain​(org.apache.xmlbeans.XmlString domain)
      Sets (as xml) the "domain" attribute
      void xsetId​(org.apache.xmlbeans.XmlString id)
      Sets (as xml) the "id" attribute
      • 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • Factory

        static final org.apache.xmlbeans.impl.schema.DocumentFactory<EmailType> Factory
      • type

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

      • getId

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

        org.apache.xmlbeans.XmlString xgetId()
        Gets (as xml) the "id" attribute
      • setId

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

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

        String getDomain()
        Gets the "domain" attribute
      • xgetDomain

        org.apache.xmlbeans.XmlString xgetDomain()
        Gets (as xml) the "domain" attribute
      • setDomain

        void setDomain​(String domain)
        Sets the "domain" attribute
      • xsetDomain

        void xsetDomain​(org.apache.xmlbeans.XmlString domain)
        Sets (as xml) the "domain" attribute