public class ExternalLinkType extends RegistryObjectType
ExternalLink is the mapping of the same named interface in ebRIM. It extends RegistryObject.

Java class for ExternalLinkType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExternalLinkType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <attribute name="externalURI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • externalURI

      protected String externalURI
  • Constructor Details

    • ExternalLinkType

      public ExternalLinkType()
  • Method Details

    • getExternalURI

      public String getExternalURI()
      Gets the value of the externalURI property.
      Returns:
      possible object is String
    • setExternalURI

      public void setExternalURI(String value)
      Sets the value of the externalURI property.
      Parameters:
      value - allowed object is String