Uses of Class
org.javastro.ivoa.entities.resource.AccessURL
Packages that use AccessURL
Package
Description
-
Uses of AccessURL in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource with type parameters of type AccessURLModifier and TypeFieldDescriptionServiceInterface.accessURLsAlthough the schema allows multiple occurrences of accessURL, multiple accessURLs are deprecated.Methods in org.javastro.ivoa.entities.resource that return AccessURLModifier and TypeMethodDescriptionObjectFactory.createAccessURL()Create an instance ofAccessURLMethods in org.javastro.ivoa.entities.resource that return types with arguments of type AccessURLModifier and TypeMethodDescriptionServiceInterface.getAccessURLs()Although the schema allows multiple occurrences of accessURL, multiple accessURLs are deprecated.Methods in org.javastro.ivoa.entities.resource with parameters of type AccessURLModifier and TypeMethodDescriptionServiceInterface.withAccessURLs(AccessURL... values) WebBrowser.withAccessURLs(AccessURL... values) WebService.withAccessURLs(AccessURL... values) Method parameters in org.javastro.ivoa.entities.resource with type arguments of type AccessURLModifier and TypeMethodDescriptionServiceInterface.withAccessURLs(Collection<AccessURL> values) WebBrowser.withAccessURLs(Collection<AccessURL> values) WebService.withAccessURLs(Collection<AccessURL> values) Constructor parameters in org.javastro.ivoa.entities.resource with type arguments of type AccessURLModifierConstructorDescriptionServiceInterface(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role) Fully-initialising value constructorWebBrowser(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role) Fully-initialising value constructorWebService(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role, List<String> wsdlURLs) Fully-initialising value constructor -
Uses of AccessURL in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice declared as AccessURLModifier and TypeFieldDescriptionprotected AccessURLDataCollection.accessURLThe URL that can be used to download the data contained in this data collection.Methods in org.javastro.ivoa.entities.resource.dataservice that return AccessURLModifier and TypeMethodDescriptionDataCollection.getAccessURL()The URL that can be used to download the data contained in this data collection.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type AccessURLModifier and TypeMethodDescriptionvoidDataCollection.setAccessURL(AccessURL value) Sets the value of the accessURL property.DataCollection.withAccessURL(AccessURL value) ParamHTTP.withAccessURLs(AccessURL... values) Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type AccessURLConstructors in org.javastro.ivoa.entities.resource.dataservice with parameters of type AccessURLModifierConstructorDescriptionDataCollection(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, List<ResourceName> facilities, List<ResourceName> instruments, List<Rights> rights, List<Format> formats, Coverage coverage, Tableset tableset, AccessURL accessURL) Fully-initialising value constructorConstructor parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type AccessURLModifierConstructorDescriptionParamHTTP(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role, List<HTTPQueryType> queryTypes, String resultType, List<InputParam> params, String testQuery) Fully-initialising value constructor -
Uses of AccessURL in org.javastro.ivoa.entities.resource.registry
Methods in org.javastro.ivoa.entities.resource.registry with parameters of type AccessURLModifier and TypeMethodDescriptionOAIHTTP.withAccessURLs(AccessURL... values) OAISOAP.withAccessURLs(AccessURL... values) Method parameters in org.javastro.ivoa.entities.resource.registry with type arguments of type AccessURLModifier and TypeMethodDescriptionOAIHTTP.withAccessURLs(Collection<AccessURL> values) OAISOAP.withAccessURLs(Collection<AccessURL> values) Constructor parameters in org.javastro.ivoa.entities.resource.registry with type arguments of type AccessURLModifierConstructorDescriptionOAIHTTP(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role) Fully-initialising value constructorOAISOAP(List<AccessURL> accessURLs, List<MirrorURL> mirrorURLs, SecurityMethod securityMethod, String testQueryString, String version, String role, List<String> wsdlURLs) Fully-initialising value constructor