public interface ExternalLink extends RegistryObject, URIValidator
RegistryBean
interface that represents the JAXR ExternalLink
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalURI()
Gets URI to the an external resource.
|
java.util.Collection<RegistryBean> |
getLinkedObjects()
Gets the collection of RegistryObjects that are annotated by this ExternalLink.
|
void |
setExternalURI(java.lang.String uri)
Sets URI for an external resource.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
getValidateURI, setValidateURI
java.lang.String getExternalURI()
void setExternalURI(java.lang.String uri)
uri
- the URI for an external resource.java.util.Collection<RegistryBean> getLinkedObjects()