Interface Publication

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
PublicationImpl

public interface Publication extends SAMLObject
Representation of the <mdrpi:Publication> element.
See Also:
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

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

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

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

      static final String PUBLISHER_ATTRIB_NAME
      publisher attribute name.
      See Also:
    • CREATION_INSTANT_ATTRIB_NAME

      static final String CREATION_INSTANT_ATTRIB_NAME
      creation attribute name.
      See Also:
    • 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:
  • Method Details

    • 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