Uses of Class
org.javastro.ivoa.entities.resource.ResourceName
Packages that use ResourceName
Package
Description
-
Uses of ResourceName in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource declared as ResourceNameModifier and TypeFieldDescriptionprotected ResourceNameContact.nameThis can be a person's name, e.g.protected ResourceNameCreator.nameUsers of the creation should use this name in subsequent credits and acknowledgements.protected ResourceNameCuration.publisherEntity (e.g.Fields in org.javastro.ivoa.entities.resource with type parameters of type ResourceNameModifier and TypeFieldDescriptionprotected List<ResourceName>Curation.contributorsEntity responsible for contributions to the content of the resourceprotected List<ResourceName>Organisation.facilitiesthe observatory or facility used to collect the data contained or managed by this resource.protected List<ResourceName>Organisation.instrumentsthe Instrument used to collect the data contain or managed by a resource.protected List<ResourceName>Relationship.relatedResourcesthe name of resource that this resource is related to.Methods in org.javastro.ivoa.entities.resource that return ResourceNameModifier and TypeMethodDescriptionObjectFactory.createResourceName()Create an instance ofResourceNameContact.getName()This can be a person's name, e.g.Creator.getName()Users of the creation should use this name in subsequent credits and acknowledgements.Curation.getPublisher()Entity (e.g.Methods in org.javastro.ivoa.entities.resource that return types with arguments of type ResourceNameModifier and TypeMethodDescriptionCuration.getContributors()Entity responsible for contributions to the content of the resource Gets the value of the contributors property.Organisation.getFacilities()the observatory or facility used to collect the data contained or managed by this resource.Organisation.getInstruments()the Instrument used to collect the data contain or managed by a resource.Relationship.getRelatedResources()the name of resource that this resource is related to.Methods in org.javastro.ivoa.entities.resource with parameters of type ResourceNameModifier and TypeMethodDescriptionvoidContact.setName(ResourceName value) Sets the value of the name property.voidCreator.setName(ResourceName value) Sets the value of the name property.voidCuration.setPublisher(ResourceName value) Sets the value of the publisher property.Curation.withContributors(ResourceName... values) Organisation.withFacilities(ResourceName... values) Organisation.withInstruments(ResourceName... values) Contact.withName(ResourceName value) Creator.withName(ResourceName value) Curation.withPublisher(ResourceName value) Relationship.withRelatedResources(ResourceName... values) Method parameters in org.javastro.ivoa.entities.resource with type arguments of type ResourceNameModifier and TypeMethodDescriptionCuration.withContributors(Collection<ResourceName> values) Organisation.withFacilities(Collection<ResourceName> values) Organisation.withInstruments(Collection<ResourceName> values) Relationship.withRelatedResources(Collection<ResourceName> values) Constructors in org.javastro.ivoa.entities.resource with parameters of type ResourceNameModifierConstructorDescriptionContact(ResourceName name, String address, String email, String telephone, List<String> altIdentifiers, String ivoId) Fully-initialising value constructorFully-initialising value constructorCuration(ResourceName publisher, List<Creator> creators, List<ResourceName> contributors, List<Date> dates, String version, List<Contact> contacts) Fully-initialising value constructorConstructor parameters in org.javastro.ivoa.entities.resource with type arguments of type ResourceNameModifierConstructorDescriptionRelationship(String relationshipType, List<ResourceName> relatedResources) Fully-initialising value constructor -
Uses of ResourceName in org.javastro.ivoa.entities.resource.dataservice
Fields in org.javastro.ivoa.entities.resource.dataservice with type parameters of type ResourceNameModifier and TypeFieldDescriptionprotected List<ResourceName>DataCollection.facilitiesthe observatory or facility used to collect the data contained or managed by this resource.protected List<ResourceName>DataResource.facilitiesThe observatory or facility used to collect the data contained or managed by this resource.protected List<ResourceName>DataCollection.instrumentsthe Instrument used to collect the data contain or managed by a resource.protected List<ResourceName>DataResource.instrumentsThe instrument used to collect the data contain or managed by a resource.Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type ResourceNameModifier and TypeMethodDescriptionDataCollection.getFacilities()the observatory or facility used to collect the data contained or managed by this resource.DataResource.getFacilities()The observatory or facility used to collect the data contained or managed by this resource.DataCollection.getInstruments()the Instrument used to collect the data contain or managed by a resource.DataResource.getInstruments()The instrument used to collect the data contain or managed by a resource.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type ResourceNameModifier and TypeMethodDescriptionCatalogResource.withFacilities(ResourceName... values) CatalogService.withFacilities(ResourceName... values) DataCollection.withFacilities(ResourceName... values) DataResource.withFacilities(ResourceName... values) DataService.withFacilities(ResourceName... values) CatalogResource.withInstruments(ResourceName... values) CatalogService.withInstruments(ResourceName... values) DataCollection.withInstruments(ResourceName... values) DataResource.withInstruments(ResourceName... values) DataService.withInstruments(ResourceName... values) Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type ResourceNameModifier and TypeMethodDescriptionCatalogResource.withFacilities(Collection<ResourceName> values) CatalogService.withFacilities(Collection<ResourceName> values) DataCollection.withFacilities(Collection<ResourceName> values) DataResource.withFacilities(Collection<ResourceName> values) DataService.withFacilities(Collection<ResourceName> values) CatalogResource.withInstruments(Collection<ResourceName> values) CatalogService.withInstruments(Collection<ResourceName> values) DataCollection.withInstruments(Collection<ResourceName> values) DataResource.withInstruments(Collection<ResourceName> values) DataService.withInstruments(Collection<ResourceName> values) -
Uses of ResourceName in org.javastro.ivoa.entities.resource.registry
Fields in org.javastro.ivoa.entities.resource.registry declared as ResourceNameModifier and TypeFieldDescriptionprotected ResourceNameAuthority.managingOrgIn most cases, this will be the same as the Publisher.Methods in org.javastro.ivoa.entities.resource.registry that return ResourceNameModifier and TypeMethodDescriptionAuthority.getManagingOrg()In most cases, this will be the same as the Publisher.Methods in org.javastro.ivoa.entities.resource.registry with parameters of type ResourceNameModifier and TypeMethodDescriptionvoidAuthority.setManagingOrg(ResourceName value) Sets the value of the managingOrg property.Authority.withManagingOrg(ResourceName value) Constructors in org.javastro.ivoa.entities.resource.registry with parameters of type ResourceNameModifierConstructorDescriptionAuthority(List<Validation> validationLevels, String title, String shortName, String identifier, List<String> altIdentifiers, Curation curation, Content content, LocalDateTime created, LocalDateTime updated, String status, String version, ResourceName managingOrg) Fully-initialising value constructor