NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Class ExternalIdentifierParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.ebrim.IdentifiableParser
          extended by gov.nasa.worldwind.applications.gio.ebrim.RegistryObjectParser
              extended by gov.nasa.worldwind.applications.gio.ebrim.ExternalIdentifierParser
All Implemented Interfaces:
ExternalIdentifier, Identifiable, RegistryObject

public class ExternalIdentifierParser
extends RegistryObjectParser
implements ExternalIdentifier


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
ExternalIdentifierParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getIdentificationScheme()
           
 String getRegistryObject()
           
 String getValue()
           
 void setIdentificationScheme(String identificationScheme)
           
 void setRegistryObject(String registryObject)
           
 void setValue(String value)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.ebrim.RegistryObjectParser
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, doStartElement, 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 class gov.nasa.worldwind.applications.gio.ebrim.IdentifiableParser
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

ExternalIdentifierParser

public ExternalIdentifierParser(String elementName,
                                Attributes attributes)
Method Detail

getIdentificationScheme

public String getIdentificationScheme()
Specified by:
getIdentificationScheme in interface ExternalIdentifier

getRegistryObject

public String getRegistryObject()
Specified by:
getRegistryObject in interface ExternalIdentifier

getValue

public String getValue()
Specified by:
getValue in interface ExternalIdentifier

setIdentificationScheme

public void setIdentificationScheme(String identificationScheme)
Specified by:
setIdentificationScheme in interface ExternalIdentifier

setRegistryObject

public void setRegistryObject(String registryObject)
Specified by:
setRegistryObject in interface ExternalIdentifier

setValue

public void setValue(String value)
Specified by:
setValue in interface ExternalIdentifier

NASA World Wind