public interface ExternalLink extends RegistryObject, URIValidator
Consider the case where a Submitting Organization submits a repository item (e.g. a DTD) and wants to associate some external content to that object (e.g. the Submitting Organization's home page). The ExternalLink enables this capability.
RegistryObject
Modifier and Type | Method and Description |
---|---|
String |
getExternalURI()
Gets URI to the an external resource.
|
Collection |
getLinkedObjects()
Gets the collection of RegistryObjects that are annotated by this
ExternalLink.
|
void |
setExternalURI(String uri)
Sets URI for an external resource.
|
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
getValidateURI, setValidateURI
Collection getLinkedObjects() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorString getExternalURI() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setExternalURI(String uri) throws JAXRException
uri
- the URI String for this object (e.g. "http://java.sun.com")JAXRException
- If the JAXR provider encounters an internal errorCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.