NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Interface ExternalIdentifier

All Superinterfaces:
Identifiable, RegistryObject
All Known Implementing Classes:
ExternalIdentifierParser

public interface ExternalIdentifier
extends RegistryObject


Method Summary
 String getIdentificationScheme()
           
 String getRegistryObject()
           
 String getValue()
           
 void setIdentificationScheme(String identificationScheme)
           
 void setRegistryObject(String registryObject)
           
 void setValue(String value)
           
 
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.RegistryObject
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, getClassification, getClassificationCount, getClassificationIterator, getDescription, getExternalIdentifier, getExternalIdentifierCount, getExternalIdentifierIterator, getIndex, getIndex, getLid, getName, getObjectType, getStatus, getVersionInfo, removeClassification, removeExternalIdentifier, setClassification, setDescription, setExternalIdentifier, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.Identifiable
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot
 

Method Detail

getIdentificationScheme

String getIdentificationScheme()

getRegistryObject

String getRegistryObject()

getValue

String getValue()

setIdentificationScheme

void setIdentificationScheme(String identificationScheme)

setRegistryObject

void setRegistryObject(String registryObject)

setValue

void setValue(String value)

NASA World Wind