gov.nasa.pds.registry.model
Class ServiceBinding
java.lang.Object
gov.nasa.pds.registry.model.Identifiable
gov.nasa.pds.registry.model.RegistryObject
gov.nasa.pds.registry.model.ServiceBinding
- All Implemented Interfaces:
- Serializable
@Entity
public class ServiceBinding
- extends RegistryObject
ServiceBinding instances are RegistryObjects that represent technical
information on a specific way to access a Service instance. An example is
where a ServiceBinding is defined for each protocol that may be used to
access the service.
- Author:
- pramirez
- See Also:
- Serialized Form
Methods inherited from class gov.nasa.pds.registry.model.RegistryObject |
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionName, setClassifications, setDescription, setExternalIdentifiers, setLid, setName, setObjectType, setStatus, setVersionName |
ServiceBinding
public ServiceBinding()
getAccessURI
public String getAccessURI()
setAccessURI
public void setAccessURI(String accessURI)
getService
public String getService()
setService
public void setService(String service)
getSpecificationLinks
public Set<SpecificationLink> getSpecificationLinks()
setSpecificationLinks
public void setSpecificationLinks(Set<SpecificationLink> specificationLinks)
getTargetBinding
public String getTargetBinding()
setTargetBinding
public void setTargetBinding(String targetBinding)
hashCode
public int hashCode()
- Overrides:
hashCode
in class RegistryObject
equals
public boolean equals(Object obj)
- Overrides:
equals
in class RegistryObject
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.