Uses of Class
org.javastro.ivoa.entities.resource.MirrorURL
Packages that use MirrorURL
Package
Description
-
Uses of MirrorURL in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource declared as MirrorURLFields in org.javastro.ivoa.entities.resource with type parameters of type MirrorURLModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ServiceInterface,MirrorURL> ServiceInterface.PropInfo.MIRROR_UR_LSServiceInterface.mirrorURLsThis is intended exclusively for true mirrors, i.e., interfaces that are functionally identical to the original interface and that are operated by the same publisher.MirrorURL.PropInfo.TITLEMirrorURL.PropInfo.VALUEMethods in org.javastro.ivoa.entities.resource with type parameters of type MirrorURLModifier and TypeMethodDescriptionprotected <_P extends MirrorURL>
_PMirrorURL.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource that return MirrorURLModifier and TypeMethodDescriptionMirrorURL.Builder.build()MirrorURL.clone()MirrorURL.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) MirrorURL.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) MirrorURL.createCopy()MirrorURL.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createMirrorURL()Create an instance ofMirrorURLMirrorURL.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource that return types with arguments of type MirrorURLModifier and TypeMethodDescriptionServiceInterface.getMirrorURLs()This is intended exclusively for true mirrors, i.e., interfaces that are functionally identical to the original interface and that are operated by the same publisher.ServiceInterface.Modifier.getMirrorURLs()Methods in org.javastro.ivoa.entities.resource with parameters of type MirrorURLModifier and TypeMethodDescriptionServiceInterface.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"WebBrowser.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"WebService.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"static MirrorURL.Builder<Void>MirrorURL.copyExcept(MirrorURL _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> MirrorURL.Builder<_B>static <_B> MirrorURL.Builder<_B>MirrorURL.copyOf(MirrorURL _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static MirrorURL.Builder<Void>ServiceInterface.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)WebBrowser.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)WebService.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource with type arguments of type MirrorURLModifier and TypeMethodDescriptionServiceInterface.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"WebBrowser.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"WebService.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"ServiceInterface.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)WebBrowser.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)WebService.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource with parameters of type MirrorURL -
Uses of MirrorURL in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type MirrorURLModifier and TypeMethodDescriptionParamHTTP.Builder.addMirrorURLs(MirrorURL... mirrorURLs) Adds the given items to the value of "mirrorURLs"ParamHTTP.Builder.withMirrorURLs(MirrorURL... mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type MirrorURLModifier and TypeMethodDescriptionParamHTTP.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"ParamHTTP.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (any previous value will be replaced) -
Uses of MirrorURL in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry with parameters of type MirrorURLModifier and TypeMethodDescriptionOAIHTTP.Builder.addMirrorURLs(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"OAIHTTP.Builder.withMirrorURLs(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)Method parameters in org.javastro.ivoa.entities.resource.registry with type arguments of type MirrorURLModifier and TypeMethodDescriptionOAIHTTP.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"OAISOAP.Builder.addMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Adds the given items to the value of "mirrorURLs"OAIHTTP.Builder.withMirrorURLs(Iterable<? extends MirrorURL> mirrorURLs) Sets the new value of "mirrorURLs" (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)