KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry.infomodel
Interface ExternalLink

All Superinterfaces:
ExtensibleObject, RegistryObject, URIValidator
See Also:
Top Examples, Source Code

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


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


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

Popular Tags