javax.xml.registry.infomodel
Interface ExternalLink

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src) , URIValidator (src)

public interface ExternalLink
extends RegistryObject (src) , URIValidator (src)


Method Summary
 java.lang.String getExternalURI()
           
 java.util.Collection getLinkedObjects()
           
 void setExternalURI(java.lang.String uri)
           
 
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.URIValidator (src)
getValidateURI, setValidateURI
 

Method Detail

getExternalURI

public java.lang.String getExternalURI()
                                throws JAXRException (src) 
Throws:
JAXRException (src)

getLinkedObjects

public java.util.Collection getLinkedObjects()
                                      throws JAXRException (src) 
Throws:
JAXRException (src)

setExternalURI

public void setExternalURI(java.lang.String uri)
                    throws JAXRException (src) 
Throws:
JAXRException (src)