public interface Publication extends SAMLObject
<mdrpi:Publication> element. | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CREATION_INSTANT_ATTRIB_NAME
creation attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
PUBLICATION_ID_ATTRIB_NAME
publication id attribute name.
|
static java.lang.String |
PUBLISHER_ATTRIB_NAME
publisher attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCreationInstant()
Get the creation instant.
|
java.lang.String |
getPublicationId()
Get the publicationId.
|
java.lang.String |
getPublisher()
Get the publisher.
|
void |
setCreationInstant(org.joda.time.DateTime dateTime)
Set the creation instant.
|
void |
setPublicationId(java.lang.String publicationId)
Set the publicationId.
|
void |
setPublisher(java.lang.String publisher)
Set the publisher.
|
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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String PUBLISHER_ATTRIB_NAME
static final java.lang.String CREATION_INSTANT_ATTRIB_NAME
static final java.lang.String PUBLICATION_ID_ATTRIB_NAME
java.lang.String getPublisher()
void setPublisher(java.lang.String publisher)
publisher - the publisherorg.joda.time.DateTime getCreationInstant()
void setCreationInstant(org.joda.time.DateTime dateTime)
dateTime - the instantjava.lang.String getPublicationId()
void setPublicationId(java.lang.String publicationId)
publicationId - the publicationIdr