public interface PublicationInfo extends SAMLObject
<mdrpi:PublicationInfo>
element. Modifier and Type | Field and Description |
---|---|
static String |
CREATION_INSTANT_ATTRIB_NAME
creation attribute name.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Name of the element inside the Extensions.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
PUBLICATION_ID_ATTRIB_NAME
publication id attribute name.
|
static String |
PUBLISHER_ATTRIB_NAME
publisher attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
getCreationInstant()
Get the creation instant.
|
String |
getPublicationId()
Get the publicationId.
|
String |
getPublisher()
Get the publisher.
|
List<UsagePolicy> |
getUsagePolicies()
Get the
UsagePolicy s. |
void |
setCreationInstant(org.joda.time.DateTime dateTime)
Set the creation instant.
|
void |
setPublicationId(String publicationId)
Set the publicationId.
|
void |
setPublisher(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, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String PUBLISHER_ATTRIB_NAME
static final String CREATION_INSTANT_ATTRIB_NAME
static final String PUBLICATION_ID_ATTRIB_NAME
String getPublisher()
void setPublisher(String publisher)
publisher
- the publisherorg.joda.time.DateTime getCreationInstant()
void setCreationInstant(org.joda.time.DateTime dateTime)
dateTime
- the instantString getPublicationId()
void setPublicationId(String publicationId)
publicationId
- the publicationIdrList<UsagePolicy> getUsagePolicies()
UsagePolicy
s.Copyright © 2016 JBoss by Red Hat. All rights reserved.