NASA World Wind

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

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

public interface ServiceBinding
extends RegistryObject


Method Summary
 void addSpecificationLink(int index, SpecificationLink sl)
           
 void addSpecificationLink(SpecificationLink sl)
           
 void addSpecificationLinks(Collection<? extends SpecificationLink> c)
           
 void clearSpecificationLinks()
           
 String getAccessURI()
           
 int getIndex(SpecificationLink sl)
           
 String getService()
           
 SpecificationLink getSpecificationLink(int index)
           
 int getSpecificationLinkCount()
           
 Iterator<SpecificationLink> getSpecificationLinkIterator()
           
 String getTargetBinding()
           
 void removeSpecificationLink(int index)
           
 void setAccessURI(String accessURI)
           
 void setService(String service)
           
 void setSpecificationLink(int index, SpecificationLink sl)
           
 void setTargetBinding(String targetBinding)
           
 
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

addSpecificationLink

void addSpecificationLink(int index,
                          SpecificationLink sl)

addSpecificationLink

void addSpecificationLink(SpecificationLink sl)

addSpecificationLinks

void addSpecificationLinks(Collection<? extends SpecificationLink> c)

clearSpecificationLinks

void clearSpecificationLinks()

getAccessURI

String getAccessURI()

getIndex

int getIndex(SpecificationLink sl)

getService

String getService()

getSpecificationLink

SpecificationLink getSpecificationLink(int index)

getSpecificationLinkCount

int getSpecificationLinkCount()

getSpecificationLinkIterator

Iterator<SpecificationLink> getSpecificationLinkIterator()

getTargetBinding

String getTargetBinding()

removeSpecificationLink

void removeSpecificationLink(int index)

setAccessURI

void setAccessURI(String accessURI)

setService

void setService(String service)

setSpecificationLink

void setSpecificationLink(int index,
                          SpecificationLink sl)

setTargetBinding

void setTargetBinding(String targetBinding)

NASA World Wind