Interface ExternalReferenceType

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

    public interface ExternalReferenceType
    extends org.apache.xmlbeans.XmlObject
    An XML ExternalReferenceType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ExternalReferenceType.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
      PTFreeTextPropertyType addNewInformationSystemName()
      Appends and returns a new empty "informationSystemName" element
      String getInformationSystem()
      Gets the "informationSystem" element
      PTFreeTextPropertyType getInformationSystemName()
      Gets the "informationSystemName" element
      String getReference()
      Gets the "reference" element
      void setInformationSystem​(String informationSystem)
      Sets the "informationSystem" element
      void setInformationSystemName​(PTFreeTextPropertyType informationSystemName)
      Sets the "informationSystemName" element
      void setReference​(String reference)
      Sets the "reference" element
      org.apache.xmlbeans.XmlAnyURI xgetInformationSystem()
      Gets (as xml) the "informationSystem" element
      org.apache.xmlbeans.XmlString xgetReference()
      Gets (as xml) the "reference" element
      void xsetInformationSystem​(org.apache.xmlbeans.XmlAnyURI informationSystem)
      Sets (as xml) the "informationSystem" element
      void xsetReference​(org.apache.xmlbeans.XmlString reference)
      Sets (as xml) the "reference" 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

      • getInformationSystem

        String getInformationSystem()
        Gets the "informationSystem" element
      • xgetInformationSystem

        org.apache.xmlbeans.XmlAnyURI xgetInformationSystem()
        Gets (as xml) the "informationSystem" element
      • setInformationSystem

        void setInformationSystem​(String informationSystem)
        Sets the "informationSystem" element
      • xsetInformationSystem

        void xsetInformationSystem​(org.apache.xmlbeans.XmlAnyURI informationSystem)
        Sets (as xml) the "informationSystem" element
      • getInformationSystemName

        PTFreeTextPropertyType getInformationSystemName()
        Gets the "informationSystemName" element
      • setInformationSystemName

        void setInformationSystemName​(PTFreeTextPropertyType informationSystemName)
        Sets the "informationSystemName" element
      • addNewInformationSystemName

        PTFreeTextPropertyType addNewInformationSystemName()
        Appends and returns a new empty "informationSystemName" element
      • getReference

        String getReference()
        Gets the "reference" element
      • xgetReference

        org.apache.xmlbeans.XmlString xgetReference()
        Gets (as xml) the "reference" element
      • setReference

        void setReference​(String reference)
        Sets the "reference" element
      • xsetReference

        void xsetReference​(org.apache.xmlbeans.XmlString reference)
        Sets (as xml) the "reference" element