public interface ExtrinsicObject extends RegistryObject, Versionable
RegistryBean
interface that represents the JAXR ExtrinsicObject
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMimeType()
Gets the mime type associated with this object.
|
javax.activation.DataHandler |
getRepositoryItem()
Gets the repository item for this object.
|
boolean |
isOpaque()
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
|
void |
setMimeType(java.lang.String mimeType)
Sets the mime type associated with this object.
|
void |
setOpaque(boolean isOpaque)
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
|
void |
setRepositoryItem(javax.activation.DataHandler repositoryItem)
Sets the repository item for this object.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
java.lang.String getMimeType()
javax.activation.DataHandler getRepositoryItem()
boolean isOpaque()
true
if ExtrinsicObject is opaque.void setMimeType(java.lang.String mimeType)
mimeType
- the mime type associated with this object.void setOpaque(boolean isOpaque)
isOpaque
- true
if ExtrinsicObject is opaque.void setRepositoryItem(javax.activation.DataHandler repositoryItem)
repositoryItem
- the repository item for this object.