Interface OfficialJournalInformationType

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

    public interface OfficialJournalInformationType
    extends org.apache.xmlbeans.XmlObject
    An XML OfficialJournalInformationType(@http://inspire.ec.europa.eu/schemas/base2/2.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  OfficialJournalInformationType.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 getISBN()
      Gets the "ISBN" element
      String getISSN()
      Gets the "ISSN" element
      String getLinkToJournal()
      Gets the "linkToJournal" element
      String getOfficialJournalIdentification()
      Gets the "officialJournalIdentification" element
      boolean isSetISBN()
      True if has "ISBN" element
      boolean isSetISSN()
      True if has "ISSN" element
      boolean isSetLinkToJournal()
      True if has "linkToJournal" element
      void setISBN​(String isbn)
      Sets the "ISBN" element
      void setISSN​(String issn)
      Sets the "ISSN" element
      void setLinkToJournal​(String linkToJournal)
      Sets the "linkToJournal" element
      void setOfficialJournalIdentification​(String officialJournalIdentification)
      Sets the "officialJournalIdentification" element
      void unsetISBN()
      Unsets the "ISBN" element
      void unsetISSN()
      Unsets the "ISSN" element
      void unsetLinkToJournal()
      Unsets the "linkToJournal" element
      org.apache.xmlbeans.XmlString xgetISBN()
      Gets (as xml) the "ISBN" element
      org.apache.xmlbeans.XmlString xgetISSN()
      Gets (as xml) the "ISSN" element
      org.apache.xmlbeans.XmlAnyURI xgetLinkToJournal()
      Gets (as xml) the "linkToJournal" element
      org.apache.xmlbeans.XmlString xgetOfficialJournalIdentification()
      Gets (as xml) the "officialJournalIdentification" element
      void xsetISBN​(org.apache.xmlbeans.XmlString isbn)
      Sets (as xml) the "ISBN" element
      void xsetISSN​(org.apache.xmlbeans.XmlString issn)
      Sets (as xml) the "ISSN" element
      void xsetLinkToJournal​(org.apache.xmlbeans.XmlAnyURI linkToJournal)
      Sets (as xml) the "linkToJournal" element
      void xsetOfficialJournalIdentification​(org.apache.xmlbeans.XmlString officialJournalIdentification)
      Sets (as xml) the "officialJournalIdentification" element
      • 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

      • getOfficialJournalIdentification

        String getOfficialJournalIdentification()
        Gets the "officialJournalIdentification" element
      • xgetOfficialJournalIdentification

        org.apache.xmlbeans.XmlString xgetOfficialJournalIdentification()
        Gets (as xml) the "officialJournalIdentification" element
      • setOfficialJournalIdentification

        void setOfficialJournalIdentification​(String officialJournalIdentification)
        Sets the "officialJournalIdentification" element
      • xsetOfficialJournalIdentification

        void xsetOfficialJournalIdentification​(org.apache.xmlbeans.XmlString officialJournalIdentification)
        Sets (as xml) the "officialJournalIdentification" element
      • getISSN

        String getISSN()
        Gets the "ISSN" element
      • xgetISSN

        org.apache.xmlbeans.XmlString xgetISSN()
        Gets (as xml) the "ISSN" element
      • isSetISSN

        boolean isSetISSN()
        True if has "ISSN" element
      • setISSN

        void setISSN​(String issn)
        Sets the "ISSN" element
      • xsetISSN

        void xsetISSN​(org.apache.xmlbeans.XmlString issn)
        Sets (as xml) the "ISSN" element
      • unsetISSN

        void unsetISSN()
        Unsets the "ISSN" element
      • getISBN

        String getISBN()
        Gets the "ISBN" element
      • xgetISBN

        org.apache.xmlbeans.XmlString xgetISBN()
        Gets (as xml) the "ISBN" element
      • isSetISBN

        boolean isSetISBN()
        True if has "ISBN" element
      • setISBN

        void setISBN​(String isbn)
        Sets the "ISBN" element
      • xsetISBN

        void xsetISBN​(org.apache.xmlbeans.XmlString isbn)
        Sets (as xml) the "ISBN" element
      • unsetISBN

        void unsetISBN()
        Unsets the "ISBN" element
      • getLinkToJournal

        String getLinkToJournal()
        Gets the "linkToJournal" element
      • xgetLinkToJournal

        org.apache.xmlbeans.XmlAnyURI xgetLinkToJournal()
        Gets (as xml) the "linkToJournal" element
      • isSetLinkToJournal

        boolean isSetLinkToJournal()
        True if has "linkToJournal" element
      • setLinkToJournal

        void setLinkToJournal​(String linkToJournal)
        Sets the "linkToJournal" element
      • xsetLinkToJournal

        void xsetLinkToJournal​(org.apache.xmlbeans.XmlAnyURI linkToJournal)
        Sets (as xml) the "linkToJournal" element
      • unsetLinkToJournal

        void unsetLinkToJournal()
        Unsets the "linkToJournal" element