Java javax.xml.registry.infomodel ExternalLink fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel ExternalLink fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel ExternalLink.

The text is from its open source code.

Method

voidaddAssociation(Association association)
Adds specified Association to use this object as source.
CollectiongetAssociations()
Gets all Associations where this object is source.
InternationalStringgetDescription()
Gets the textual description for this object.
StringgetExternalURI()
Gets URI to the an external resource.
InternationalStringgetName()
Gets the user-friendly name of this object.
voidremoveAssociation(Association association)
Removes specified Association from this object.
voidsetDescription(InternationalString description)
Sets the context independent textual description for this object.
voidsetExternalURI(String uri)
Sets URI for an external resource.
voidsetValidateURI(boolean validate)
Sets whether to do URI validation for this object.