javax.xml.registry.infomodel
Interface ExtrinsicObject
- All Superinterfaces:
- ExtensibleObject (src) , RegistryEntry (src) , RegistryObject (src) , Versionable (src)
- public interface ExtrinsicObject
- extends RegistryEntry (src)
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject (src) |
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
public java.lang.String getMimeType()
throws JAXRException (src)
- Throws:
JAXRException (src)
getRepositoryItem
public DataHandler getRepositoryItem()
throws JAXRException (src)
- Throws:
JAXRException (src)
isOpaque
public boolean isOpaque()
throws JAXRException (src)
- Throws:
JAXRException (src)
setMimeType
public void setMimeType(java.lang.String mimeType)
throws JAXRException (src)
- Throws:
JAXRException (src)
setOpaque
public void setOpaque(boolean flag)
throws JAXRException (src)
- Throws:
JAXRException (src)
setRepositoryItem
public void setRepositoryItem(DataHandler item)
throws JAXRException (src)
- Throws:
JAXRException (src)