Uses of Class
org.javastro.ivoa.entities.resource.Capability
Packages that use Capability
Package
Description
-
Uses of Capability in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource declared as CapabilityFields in org.javastro.ivoa.entities.resource with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected List<Capability>Service.capabilitiesA service can have many capabilities associated with it, each reflecting different aspects of the functionality it provides.static final com.kscs.util.jaxb.CollectionPropertyInfo<Service,Capability> Service.PropInfo.CAPABILITIESstatic final com.kscs.util.jaxb.SinglePropertyInfo<Capability,String> Capability.PropInfo.DESCRIPTIONstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Capability,ServiceInterface> Capability.PropInfo.INTERFACESstatic final com.kscs.util.jaxb.SinglePropertyInfo<Capability,String> Capability.PropInfo.STANDARD_IDstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Capability,Validation> Capability.PropInfo.VALIDATION_LEVELSMethods in org.javastro.ivoa.entities.resource with type parameters of type CapabilityModifier and TypeMethodDescriptionprotected <_P extends Capability>
_PCapability.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource that return CapabilityModifier and TypeMethodDescriptionCapability.Builder.build()Capability.clone()Capability.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Capability.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createCapability()Create an instance ofCapabilityCapability.createCopy()Capability.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Capability.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource that return types with arguments of type CapabilityModifier and TypeMethodDescriptionService.getCapabilities()A service can have many capabilities associated with it, each reflecting different aspects of the functionality it provides.Service.Modifier.getCapabilities()Methods in org.javastro.ivoa.entities.resource with parameters of type CapabilityModifier and TypeMethodDescriptionService.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"static Capability.Builder<Void>Capability.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Capability.Builder.copyOf(Capability _other) static <_B> Capability.Builder<_B>Capability.copyOf(Capability _other) static <_B> Capability.Builder<_B>Capability.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Capability.Builder<Void>Capability.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Service.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource with type arguments of type CapabilityModifier and TypeMethodDescriptionService.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"Service.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource with parameters of type CapabilityModifierConstructorDescriptionBuilder(_B _parentBuilder, Capability _other, boolean _copy) Builder(_B _parentBuilder, Capability _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) -
Uses of Capability in org.javastro.ivoa.entities.resource.cone
Subclasses of Capability in org.javastro.ivoa.entities.resource.coneModifier and TypeClassDescriptionclassThe capabilities of a Cone Search implementation.classSee vr:Capability for documentation on inherited children.Methods in org.javastro.ivoa.entities.resource.cone with parameters of type CapabilityModifier and TypeMethodDescriptionstatic ConeSearch.Builder<Void>ConeSearch.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(Capability _other) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ConeSearch.Builder<Void>ConeSearch.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
Uses of Capability in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type CapabilityModifier and TypeMethodDescriptionCatalogResource.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"CatalogService.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"DataResource.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"DataService.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"CatalogResource.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)CatalogService.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)DataResource.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)DataService.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type CapabilityModifier and TypeMethodDescriptionCatalogResource.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"CatalogService.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"DataResource.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"DataService.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"CatalogResource.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)CatalogService.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)DataResource.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)DataService.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced) -
Uses of Capability in org.javastro.ivoa.entities.resource.registry
Subclasses of Capability in org.javastro.ivoa.entities.resource.registryModifier and TypeClassDescriptionclassThe capabilities of the Registry Harvest implementation.classSee vr:Capability for documentation on inherited children.classThe capabilities of the Registry Search implementation.Methods in org.javastro.ivoa.entities.resource.registry with parameters of type CapabilityModifier and TypeMethodDescriptionRegistry.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"static Harvest.Builder<Void>Harvest.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Search.Builder<Void>Search.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Harvest.Builder<_B>Harvest.copyOf(Capability _other) static <_B> Harvest.Builder<_B>Harvest.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Search.Builder<_B>Search.copyOf(Capability _other) static <_B> Search.Builder<_B>Search.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Harvest.Builder<Void>Harvest.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Search.Builder<Void>Search.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Registry.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.registry with type arguments of type CapabilityModifier and TypeMethodDescriptionRegistry.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"Registry.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced) -
Uses of Capability in org.javastro.ivoa.entities.resource.sia
Subclasses of Capability in org.javastro.ivoa.entities.resource.siaModifier and TypeClassDescriptionclassSee vr:Capability for documentation on inherited children.classEditor's Notes: * This is a prototype definition to illustrate how to extend the schema to a specific standard interface.Methods in org.javastro.ivoa.entities.resource.sia with parameters of type CapabilityModifier and TypeMethodDescriptionstatic SimpleImageAccess.Builder<Void>SimpleImageAccess.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(Capability _other) static <_B> SimpleImageAccess.Builder<_B>SimpleImageAccess.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SimpleImageAccess.Builder<Void>SimpleImageAccess.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
Uses of Capability in org.javastro.ivoa.entities.resource.ssap
Subclasses of Capability in org.javastro.ivoa.entities.resource.ssapModifier and TypeClassDescriptionclassThe capabilities of an SSA service implementation.Methods in org.javastro.ivoa.entities.resource.ssap with parameters of type CapabilityModifier and TypeMethodDescriptionstatic SimpleSpectralAccess.Builder<Void>SimpleSpectralAccess.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.copyOf(Capability _other) static <_B> SimpleSpectralAccess.Builder<_B>SimpleSpectralAccess.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SimpleSpectralAccess.Builder<Void>SimpleSpectralAccess.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
Uses of Capability in org.javastro.ivoa.entities.resource.tap
Subclasses of Capability in org.javastro.ivoa.entities.resource.tapModifier and TypeClassDescriptionclassThe capabilities attempt to define most issues that the TAP standard leaves to the implementors ("may", "should").Methods in org.javastro.ivoa.entities.resource.tap with parameters of type CapabilityModifier and TypeMethodDescriptionstatic TableAccess.Builder<Void>TableAccess.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> TableAccess.Builder<_B>TableAccess.copyOf(Capability _other) static <_B> TableAccess.Builder<_B>TableAccess.copyOf(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static TableAccess.Builder<Void>TableAccess.copyOnly(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) -
Uses of Capability in org.javastro.ivoa.entities.vosi.capabilities
Fields in org.javastro.ivoa.entities.vosi.capabilities with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected List<Capability>Capabilities.capabilitiesA protocol-specific capability is included by specifying a vr:Capability sub-type via an xsi:type attribute on this element.static final com.kscs.util.jaxb.CollectionPropertyInfo<Capabilities,Capability> Capabilities.PropInfo.CAPABILITIESMethods in org.javastro.ivoa.entities.vosi.capabilities that return types with arguments of type CapabilityModifier and TypeMethodDescriptionCapabilities.getCapabilities()A protocol-specific capability is included by specifying a vr:Capability sub-type via an xsi:type attribute on this element.Capabilities.Modifier.getCapabilities()Methods in org.javastro.ivoa.entities.vosi.capabilities with parameters of type CapabilityModifier and TypeMethodDescriptionCapabilities.Builder.addCapabilities(Capability... capabilities) Adds the given items to the value of "capabilities"Capabilities.Builder.withCapabilities(Capability... capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vosi.capabilities with type arguments of type CapabilityModifier and TypeMethodDescriptionCapabilities.Builder.addCapabilities(Iterable<? extends Capability> capabilities) Adds the given items to the value of "capabilities"Capabilities.Builder.withCapabilities(Iterable<? extends Capability> capabilities) Sets the new value of "capabilities" (any previous value will be replaced)Constructor parameters in org.javastro.ivoa.entities.vosi.capabilities with type arguments of type CapabilityModifierConstructorDescriptionCapabilities(List<Capability> capabilities) Fully-initialising value constructor