当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
ExtrinsicObject (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface ExtrinsicObject
- All Superinterfaces:
- ExtensibleObject, RegistryEntry, RegistryObject, Versionable
- public interface ExtrinsicObject
- extends RegistryEntry
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
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
public String getMimeType()
throws JAXRException
- Throws:
JAXRException
getRepositoryItem
public javax.activation.DataHandler getRepositoryItem()
throws JAXRException
- Throws:
JAXRException
isOpaque
public boolean isOpaque()
throws JAXRException
- Throws:
JAXRException
setMimeType
public void setMimeType(String mimeType)
throws JAXRException
- Throws:
JAXRException
setOpaque
public void setOpaque(boolean flag)
throws JAXRException
- Throws:
JAXRException
setRepositoryItem
public void setRepositoryItem(javax.activation.DataHandler item)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.