javax.xml.registry.infomodel
Interface ExtrinsicObject

All Superinterfaces:
ExtensibleObject (src) , RegistryEntry (src) , RegistryObject (src) , Versionable (src)

public interface ExtrinsicObject
extends RegistryEntry (src)


Field Summary
 
Fields inherited from interface javax.xml.registry.infomodel.RegistryEntry (src)
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN
 
Method Summary
 java.lang.String getMimeType()
           
 DataHandler getRepositoryItem()
           
 boolean isOpaque()
           
 void setMimeType(java.lang.String mimeType)
           
 void setOpaque(boolean flag)
           
 void setRepositoryItem(DataHandler item)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry (src)
getExpiration, getStability, getStatus, setExpiration, setStability
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 
Methods inherited from interface javax.xml.registry.infomodel.Versionable (src)
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
 

Method Detail

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)