Package org.opensaml.saml.ext.saml2mdrpi
Interface Publication
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
PublicationImpl
Representation of the
<mdrpi:Publication>
element.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
creation attribute name.static final QName
QName of the creation attribute.static final String
Name of the element inside the Extensions.static final QName
Default element name.static final String
publication id attribute name.static final String
publisher attribute name.static final String
Local name of the XSI type.static final QName
QName of the XSI type. -
Method Summary
Modifier and TypeMethodDescriptionGet the creation instant.Get the publicationId.Get the publisher.void
setCreationInstant
(Instant dateTime) Set the creation instant.void
setPublicationId
(String publicationId) Set the publicationId.void
setPublisher
(String publisher) Set the publisher.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
PUBLISHER_ATTRIB_NAME
publisher attribute name.- See Also:
-
CREATION_INSTANT_ATTRIB_NAME
creation attribute name.- See Also:
-
CREATION_INSTANT_ATTRIB_QNAME
QName of the creation attribute. -
PUBLICATION_ID_ATTRIB_NAME
publication id attribute name.- See Also:
-
-
Method Details
-
getPublisher
String getPublisher()Get the publisher.- Returns:
- the publisher
-
setPublisher
Set the publisher.- Parameters:
publisher
- the publisher
-
getCreationInstant
Instant getCreationInstant()Get the creation instant.- Returns:
- the creation instant
-
setCreationInstant
Set the creation instant.- Parameters:
dateTime
- the instant
-
getPublicationId
String getPublicationId()Get the publicationId.- Returns:
- the publicationId
-
setPublicationId
Set the publicationId.- Parameters:
publicationId
- the publicationIdr
-