Uses of Class
org.javastro.ivoa.entities.resource.registry.OAISOAP.Builder
Packages that use OAISOAP.Builder
-
Uses of OAISOAP.Builder in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry that return OAISOAP.BuilderModifier and TypeMethodDescriptionOAISOAP.Builder.addAccessURLs(Iterable<? extends AccessURL> accessURLs) Adds the given items to the value of "accessURLs"OAISOAP.Builder.addAccessURLs(AccessURL... accessURLs) Adds the given items to the value of "accessURLs"OAISOAP.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"OAISOAP.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"OAISOAP.Builder.addWsdlURLs(Iterable<? extends String> wsdlURLs) Adds the given items to the value of "wsdlURLs"OAISOAP.Builder.addWsdlURLs(String... wsdlURLs) Adds the given items to the value of "wsdlURLs"static OAISOAP.Builder<Void>OAISOAP.builder()static OAISOAP.Builder<Void>OAISOAP.copyExcept(OAISOAP _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static OAISOAP.Builder<Void>OAISOAP.copyExcept(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static OAISOAP.Builder<Void>OAISOAP.copyExcept(WebService _other, com.kscs.util.jaxb.PropertyTree _propertyTree) OAISOAP.Builder.copyOf(OAISOAP.Builder _other) static <_B> OAISOAP.Builder<_B>static <_B> OAISOAP.Builder<_B>OAISOAP.copyOf(OAISOAP _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> OAISOAP.Builder<_B>OAISOAP.copyOf(ServiceInterface _other) static <_B> OAISOAP.Builder<_B>OAISOAP.copyOf(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> OAISOAP.Builder<_B>OAISOAP.copyOf(WebService _other) static <_B> OAISOAP.Builder<_B>OAISOAP.copyOf(WebService _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static OAISOAP.Builder<Void>static OAISOAP.Builder<Void>OAISOAP.copyOnly(ServiceInterface _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static OAISOAP.Builder<Void>OAISOAP.copyOnly(WebService _other, com.kscs.util.jaxb.PropertyTree _propertyTree) OAISOAP.newCopyBuilder()<_B> OAISOAP.Builder<_B>OAISOAP.newCopyBuilder(_B _parentBuilder) <_B> OAISOAP.Builder<_B>OAISOAP.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) OAISOAP.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) OAISOAP.Builder.withAccessURLs(Iterable<? extends AccessURL> accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)OAISOAP.Builder.withAccessURLs(AccessURL... accessURLs) Sets the new value of "accessURLs" (any previous value will be replaced)OAISOAP.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)OAISOAP.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)OAISOAP.Builder.withSecurityMethod(SecurityMethod securityMethod) Sets the new value of "securityMethod" (any previous value will be replaced)OAISOAP.Builder.withTestQueryString(String testQueryString) Sets the new value of "testQueryString" (any previous value will be replaced)OAISOAP.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)OAISOAP.Builder.withWsdlURLs(Iterable<? extends String> wsdlURLs) Sets the new value of "wsdlURLs" (any previous value will be replaced)OAISOAP.Builder.withWsdlURLs(String... wsdlURLs) Sets the new value of "wsdlURLs" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.registry that return types with arguments of type OAISOAP.BuilderModifier and TypeMethodDescriptionSecurityMethod.Builder<? extends OAISOAP.Builder<_B>>OAISOAP.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.registry with parameters of type OAISOAP.BuilderModifier and TypeMethodDescriptionOAISOAP.Builder.copyOf(OAISOAP.Builder _other) <_B> voidOAISOAP.copyTo(OAISOAP.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidOAISOAP.copyTo(OAISOAP.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.