KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > ExtrinsicObject

javax.xml.registry.infomodel
Interface ExtrinsicObject

All Superinterfaces:
ExtensibleObject, RegistryEntry, RegistryObject, Versionable
See Also:
Source Code

public String getMimeType()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DataHandler getRepositoryItem()
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isOpaque()
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMimeType(String mimeType)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setOpaque(boolean isOpaque)
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRepositoryItem(DataHandler repositoryItem)
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags