oasis.names.tc.ebxml_regrep.xsd.rim._3
Class ExternalLinkType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.ExternalLinkType

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 Summary
protected  java.lang.String externalURI
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
ExternalLinkType()
           
 
Method Summary
 java.lang.String getExternalURI()
          Gets the value of the externalURI property.
 void setExternalURI(java.lang.String value)
          Sets the value of the externalURI property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

externalURI

protected java.lang.String externalURI
Constructor Detail

ExternalLinkType

public ExternalLinkType()
Method Detail

getExternalURI

public java.lang.String getExternalURI()
Gets the value of the externalURI property.

Returns:
possible object is String

setExternalURI

public void setExternalURI(java.lang.String value)
Sets the value of the externalURI property.

Parameters:
value - allowed object is String