Interface PublicationInfo

    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

        static final String DEFAULT_ELEMENT_LOCAL_NAME
        Name of the element inside the Extensions.
        See Also:
        Constant Field Values
      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
      • CREATION_INSTANT_ATTRIB_NAME

        static final String CREATION_INSTANT_ATTRIB_NAME
        creation attribute name.
        See Also:
        Constant Field Values
      • CREATION_INSTANT_ATTRIB_QNAME

        static final QName CREATION_INSTANT_ATTRIB_QNAME
        QName of the creation attribute.
      • PUBLICATION_ID_ATTRIB_NAME

        static final String PUBLICATION_ID_ATTRIB_NAME
        publication id attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • getPublisher

        String getPublisher()
        Get the publisher.
        Returns:
        the publisher
      • setPublisher

        void setPublisher​(String publisher)
        Set the publisher.
        Parameters:
        publisher - the publisher
      • getCreationInstant

        Instant getCreationInstant()
        Get the creation instant.
        Returns:
        the creation instant
      • setCreationInstant

        void setCreationInstant​(Instant dateTime)
        Set the creation instant.
        Parameters:
        dateTime - the instant
      • getPublicationId

        String getPublicationId()
        Get the publicationId.
        Returns:
        the publicationId
      • setPublicationId

        void setPublicationId​(String publicationId)
        Set the publicationId.
        Parameters:
        publicationId - the publicationIdr