Uses of Class
org.javastro.ivoa.entities.resource.Capability.Builder
Packages that use Capability.Builder
Package
Description
-
Uses of Capability.Builder in org.javastro.ivoa.entities.resource
Methods in org.javastro.ivoa.entities.resource that return Capability.BuilderModifier and TypeMethodDescriptionCapability.Builder<? extends Service.Builder<_B>>Service.Builder.addCapabilities()Returns a new builder to build an additional value of the "Capabilities" property.Capability.Builder.addInterfaces(Iterable<? extends ServiceInterface> interfaces) Adds the given items to the value of "interfaces"Capability.Builder.addInterfaces(ServiceInterface... interfaces) Adds the given items to the value of "interfaces"Capability.Builder.addValidationLevels(Iterable<? extends Validation> validationLevels) Adds the given items to the value of "validationLevels"Capability.Builder.addValidationLevels(Validation... validationLevels) Adds the given items to the value of "validationLevels"static Capability.Builder<Void>Capability.builder()static Capability.Builder<Void>Capability.copyExcept(Capability _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Capability.Builder.copyOf(Capability _other) Capability.Builder.copyOf(Capability.Builder _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) Capability.newCopyBuilder()<_B> Capability.Builder<_B>Capability.newCopyBuilder(_B _parentBuilder) <_B> Capability.Builder<_B>Capability.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Capability.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Capability.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)Capability.Builder.withInterfaces(Iterable<? extends ServiceInterface> interfaces) Sets the new value of "interfaces" (any previous value will be replaced)Capability.Builder.withInterfaces(ServiceInterface... interfaces) Sets the new value of "interfaces" (any previous value will be replaced)Capability.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)Capability.Builder.withValidationLevels(Iterable<? extends Validation> validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Capability.Builder.withValidationLevels(Validation... validationLevels) Sets the new value of "validationLevels" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type Capability.BuilderModifier and TypeMethodDescriptionValidation.Builder<? extends Capability.Builder<_B>>Capability.Builder.addValidationLevels()Returns a new builder to build an additional value of the "ValidationLevels" property.Methods in org.javastro.ivoa.entities.resource with parameters of type Capability.BuilderModifier and TypeMethodDescriptionCapability.Builder.copyOf(Capability.Builder _other) <_B> voidCapability.copyTo(Capability.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCapability.copyTo(Capability.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder. -
Uses of Capability.Builder in org.javastro.ivoa.entities.resource.cone
Subclasses of Capability.Builder in org.javastro.ivoa.entities.resource.coneModifier and TypeClassDescriptionstatic classstatic class -
Uses of Capability.Builder in org.javastro.ivoa.entities.resource.registry
Subclasses of Capability.Builder in org.javastro.ivoa.entities.resource.registryModifier and TypeClassDescriptionstatic classHarvest.Builder<_B>static classstatic classSearch.Builder<_B> -
Uses of Capability.Builder in org.javastro.ivoa.entities.resource.sia
Subclasses of Capability.Builder in org.javastro.ivoa.entities.resource.siaModifier and TypeClassDescriptionstatic classstatic class -
Uses of Capability.Builder in org.javastro.ivoa.entities.resource.ssap
Subclasses of Capability.Builder in org.javastro.ivoa.entities.resource.ssap -
Uses of Capability.Builder in org.javastro.ivoa.entities.resource.tap
Subclasses of Capability.Builder in org.javastro.ivoa.entities.resource.tap -
Uses of Capability.Builder in org.javastro.ivoa.entities.vosi.capabilities
Methods in org.javastro.ivoa.entities.vosi.capabilities that return Capability.BuilderModifier and TypeMethodDescriptionCapability.Builder<? extends Capabilities.Builder<_B>>Capabilities.Builder.addCapabilities()Returns a new builder to build an additional value of the "Capabilities" property.