1 22 package javax.xml.registry.infomodel; 23 24 import javax.xml.registry.JAXRException ; 25 26 30 public interface ExternalLink 31 extends RegistryObject , URIValidator  32 { 33 public String getExternalURI() throws JAXRException ; 34 public java.util.Collection getLinkedObjects() throws JAXRException ; 35 public void setExternalURI(String uri) throws JAXRException ; 36 } 37 | Popular Tags |