javax.xml.registry.infomodel
Interface ExtrinsicObject
- All Superinterfaces:
- ExtensibleObject, RegistryEntry, RegistryObject, Versionable
public interface ExtrinsicObject
- extends RegistryEntry
- Version:
- $Revision$ $Date$
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML |
getMimeType
String getMimeType()
throws JAXRException
- Throws:
JAXRException
getRepositoryItem
DataHandler getRepositoryItem()
throws JAXRException
- Throws:
JAXRException
isOpaque
boolean isOpaque()
throws JAXRException
- Throws:
JAXRException
setMimeType
void setMimeType(String mimeType)
throws JAXRException
- Throws:
JAXRException
setOpaque
void setOpaque(boolean isOpaque)
throws JAXRException
- Throws:
JAXRException
setRepositoryItem
void setRepositoryItem(DataHandler repositoryItem)
throws JAXRException
- Throws:
JAXRException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.