NASA World Wind

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

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.ClassificationParser
All Implemented Interfaces:
Classification, Identifiable, RegistryObject

public class ClassificationParser
extends RegistryObjectParser
implements Classification


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
ClassificationParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getClassificationNode()
           
 String getClassificationScheme()
           
 String getClassifiedObject()
           
 String getNodeRepresentation()
           
 void setClassificationNode(String classificationNode)
           
 void setClassificationScheme(String classificationScheme)
           
 void setClassifiedObject(String classifiedObject)
           
 void setNodeRepresentation(String nodeRepresentation)
           
 
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

ClassificationParser

public ClassificationParser(String elementName,
                            Attributes attributes)
Method Detail

getClassificationNode

public String getClassificationNode()
Specified by:
getClassificationNode in interface Classification

getClassificationScheme

public String getClassificationScheme()
Specified by:
getClassificationScheme in interface Classification

getClassifiedObject

public String getClassifiedObject()
Specified by:
getClassifiedObject in interface Classification

getNodeRepresentation

public String getNodeRepresentation()
Specified by:
getNodeRepresentation in interface Classification

setClassificationNode

public void setClassificationNode(String classificationNode)
Specified by:
setClassificationNode in interface Classification

setClassificationScheme

public void setClassificationScheme(String classificationScheme)
Specified by:
setClassificationScheme in interface Classification

setClassifiedObject

public void setClassifiedObject(String classifiedObject)
Specified by:
setClassifiedObject in interface Classification

setNodeRepresentation

public void setNodeRepresentation(String nodeRepresentation)
Specified by:
setNodeRepresentation in interface Classification

NASA World Wind