Uses of Class
org.javastro.ivoa.entities.resource.ServiceInterface.Builder
Packages that use ServiceInterface.Builder
Package
Description
-
Uses of ServiceInterface.Builder in org.javastro.ivoa.entities.resource
Subclasses of ServiceInterface.Builder in org.javastro.ivoa.entities.resourceModifier and TypeClassDescriptionstatic classstatic classMethods in org.javastro.ivoa.entities.resource that return ServiceInterface.BuilderModifier and TypeMethodDescriptionServiceInterface.Builder.addAccessURLs(Iterable<? extends AccessURL> accessURLs) Adds the given items to the value of "accessURLs"ServiceInterface.Builder.addAccessURLs(AccessURL... accessURLs) Adds the given items to the value of "accessURLs"ServiceInterface.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"ServiceInterface.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"ServiceInterface.Builder.copyOf(ServiceInterface _other) ServiceInterface.Builder.copyOf(ServiceInterface.Builder _other) abstract ServiceInterface.Builder<Void>ServiceInterface.newCopyBuilder()abstract <_B> ServiceInterface.Builder<_B>ServiceInterface.newCopyBuilder(_B _parentBuilder) abstract <_B> ServiceInterface.Builder<_B>ServiceInterface.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) abstract ServiceInterface.Builder<Void>ServiceInterface.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ServiceInterface.Builder.withAccessURLs(Iterable<? extends AccessURL> accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)ServiceInterface.Builder.withAccessURLs(AccessURL... accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)ServiceInterface.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)ServiceInterface.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)Sets the new value of "role" (any previous value will be replaced)ServiceInterface.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)ServiceInterface.Builder.withTestQueryString(String testQueryString) Sets the new value of "testQueryString" (any previous value will be replaced)ServiceInterface.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource that return types with arguments of type ServiceInterface.BuilderModifier and TypeMethodDescriptionAccessURL.Builder<? extends ServiceInterface.Builder<_B>>ServiceInterface.Builder.addAccessURLs()Returns a new builder to build an additional value of the "AccessURLs" property.MirrorURL.Builder<? extends ServiceInterface.Builder<_B>>ServiceInterface.Builder.addMirrorURLs()Returns a new builder to build an additional value of the "MirrorURLs" property.SecurityMethod.Builder<? extends ServiceInterface.Builder<_B>>ServiceInterface.Builder.withSecurityMethod()Returns the existing builder or a new builder to build the value of the "securityMethod" property.Methods in org.javastro.ivoa.entities.resource with parameters of type ServiceInterface.BuilderModifier and TypeMethodDescriptionServiceInterface.Builder.copyOf(ServiceInterface.Builder _other) <_B> voidServiceInterface.copyTo(ServiceInterface.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidServiceInterface.copyTo(ServiceInterface.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 ServiceInterface.Builder in org.javastro.ivoa.entities.resource.dataservice
Subclasses of ServiceInterface.Builder in org.javastro.ivoa.entities.resource.dataservice -
Uses of ServiceInterface.Builder in org.javastro.ivoa.entities.resource.registry
Subclasses of ServiceInterface.Builder in org.javastro.ivoa.entities.resource.registryModifier and TypeClassDescriptionstatic classOAIHTTP.Builder<_B>static classOAISOAP.Builder<_B>