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 final ResourceNameResourceName.Builder._storedValueprotected 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 resourcestatic final com.kscs.util.jaxb.CollectionPropertyInfo<Curation,ResourceName> Curation.PropInfo.CONTRIBUTORSprotected List<ResourceName>Organisation.facilitiesthe observatory or facility used to collect the data contained or managed by this resource.static final com.kscs.util.jaxb.CollectionPropertyInfo<Organisation,ResourceName> Organisation.PropInfo.FACILITIESprotected List<ResourceName>Organisation.instrumentsthe Instrument used to collect the data contain or managed by a resource.static final com.kscs.util.jaxb.CollectionPropertyInfo<Organisation,ResourceName> Organisation.PropInfo.INSTRUMENTSstatic final com.kscs.util.jaxb.SinglePropertyInfo<ResourceName,String> ResourceName.PropInfo.IVO_IDstatic final com.kscs.util.jaxb.SinglePropertyInfo<Contact,ResourceName> Contact.PropInfo.NAMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<Creator,ResourceName> Creator.PropInfo.NAMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<Curation,ResourceName> Curation.PropInfo.PUBLISHERstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Relationship,ResourceName> Relationship.PropInfo.RELATED_RESOURCESprotected List<ResourceName>Relationship.relatedResourcesthe name of resource that this resource is related to.static final com.kscs.util.jaxb.SinglePropertyInfo<ResourceName,String> ResourceName.PropInfo.VALUEMethods in org.javastro.ivoa.entities.resource with type parameters of type ResourceNameModifier and TypeMethodDescriptionprotected <_P extends ResourceName>
_PResourceName.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource that return ResourceNameModifier and TypeMethodDescriptionResourceName.Builder.build()ResourceName.clone()ResourceName.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ResourceName.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ResourceName.createCopy()ResourceName.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.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.ResourceName.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) 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.Curation.Modifier.getContributors()Organisation.getFacilities()the observatory or facility used to collect the data contained or managed by this resource.Organisation.Modifier.getFacilities()Organisation.getInstruments()the Instrument used to collect the data contain or managed by a resource.Organisation.Modifier.getInstruments()Relationship.getRelatedResources()the name of resource that this resource is related to.Relationship.Modifier.getRelatedResources()Methods in org.javastro.ivoa.entities.resource with parameters of type ResourceNameModifier and TypeMethodDescriptionCuration.Builder.addContributors(ResourceName... contributors) Adds the given items to the value of "contributors"Organisation.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"Organisation.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"Relationship.Builder.addRelatedResources(ResourceName... relatedResources) Adds the given items to the value of "relatedResources"static ResourceName.Builder<Void>ResourceName.copyExcept(ResourceName _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ResourceName.Builder.copyOf(ResourceName _other) static <_B> ResourceName.Builder<_B>ResourceName.copyOf(ResourceName _other) static <_B> ResourceName.Builder<_B>ResourceName.copyOf(ResourceName _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ResourceName.Builder<Void>ResourceName.copyOnly(ResourceName _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidContact.Modifier.setName(ResourceName name) voidContact.setName(ResourceName value) Sets the value of the name property.voidCreator.Modifier.setName(ResourceName name) voidCreator.setName(ResourceName value) Sets the value of the name property.voidCuration.Modifier.setPublisher(ResourceName publisher) voidCuration.setPublisher(ResourceName value) Sets the value of the publisher property.Curation.Builder.withContributors(ResourceName... contributors) Sets the new value of "contributors" (any previous value will be replaced)Organisation.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)Organisation.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)Contact.Builder.withName(ResourceName name) Sets the new value of "name" (any previous value will be replaced)Creator.Builder.withName(ResourceName name) Sets the new value of "name" (any previous value will be replaced)Curation.Builder.withPublisher(ResourceName publisher) Sets the new value of "publisher" (any previous value will be replaced)Relationship.Builder.withRelatedResources(ResourceName... relatedResources) Sets the new value of "relatedResources" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource with type arguments of type ResourceNameModifier and TypeMethodDescriptionCuration.Builder.addContributors(Iterable<? extends ResourceName> contributors) Adds the given items to the value of "contributors"Organisation.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"Organisation.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"Relationship.Builder.addRelatedResources(Iterable<? extends ResourceName> relatedResources) Adds the given items to the value of "relatedResources"Curation.Builder.withContributors(Iterable<? extends ResourceName> contributors) Sets the new value of "contributors" (any previous value will be replaced)Organisation.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)Organisation.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)Relationship.Builder.withRelatedResources(Iterable<? extends ResourceName> relatedResources) Sets the new value of "relatedResources" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource with parameters of type ResourceNameModifierConstructorDescriptionBuilder(_B _parentBuilder, ResourceName _other, boolean _copy) Builder(_B _parentBuilder, ResourceName _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Contact(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.static final com.kscs.util.jaxb.CollectionPropertyInfo<DataCollection,ResourceName> DataCollection.PropInfo.FACILITIESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<DataResource,ResourceName> DataResource.PropInfo.FACILITIESprotected 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.static final com.kscs.util.jaxb.CollectionPropertyInfo<DataCollection,ResourceName> DataCollection.PropInfo.INSTRUMENTSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<DataResource,ResourceName> DataResource.PropInfo.INSTRUMENTSMethods 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.DataCollection.Modifier.getFacilities()DataResource.getFacilities()The observatory or facility used to collect the data contained or managed by this resource.DataResource.Modifier.getFacilities()DataCollection.getInstruments()the Instrument used to collect the data contain or managed by a resource.DataCollection.Modifier.getInstruments()DataResource.getInstruments()The instrument used to collect the data contain or managed by a resource.DataResource.Modifier.getInstruments()Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type ResourceNameModifier and TypeMethodDescriptionCatalogResource.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"CatalogService.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"DataCollection.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"DataResource.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"DataService.Builder.addFacilities(ResourceName... facilities) Adds the given items to the value of "facilities"CatalogResource.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"CatalogService.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"DataCollection.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"DataResource.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"DataService.Builder.addInstruments(ResourceName... instruments) Adds the given items to the value of "instruments"CatalogResource.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)CatalogService.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)DataCollection.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)DataResource.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)DataService.Builder.withFacilities(ResourceName... facilities) Sets the new value of "facilities" (any previous value will be replaced)CatalogResource.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)CatalogService.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)DataCollection.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)DataResource.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)DataService.Builder.withInstruments(ResourceName... instruments) Sets the new value of "instruments" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.dataservice with type arguments of type ResourceNameModifier and TypeMethodDescriptionCatalogResource.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"CatalogService.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"DataCollection.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"DataResource.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"DataService.Builder.addFacilities(Iterable<? extends ResourceName> facilities) Adds the given items to the value of "facilities"CatalogResource.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"CatalogService.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"DataCollection.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"DataResource.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"DataService.Builder.addInstruments(Iterable<? extends ResourceName> instruments) Adds the given items to the value of "instruments"CatalogResource.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)CatalogService.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)DataCollection.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)DataResource.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)DataService.Builder.withFacilities(Iterable<? extends ResourceName> facilities) Sets the new value of "facilities" (any previous value will be replaced)CatalogResource.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)CatalogService.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)DataCollection.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)DataResource.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced)DataService.Builder.withInstruments(Iterable<? extends ResourceName> instruments) Sets the new value of "instruments" (any previous value will be replaced) -
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.Fields in org.javastro.ivoa.entities.resource.registry with type parameters of type ResourceNameModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Authority,ResourceName> Authority.PropInfo.MANAGING_ORGMethods 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.Modifier.setManagingOrg(ResourceName managingOrg) voidAuthority.setManagingOrg(ResourceName value) Sets the value of the managingOrg property.Authority.Builder.withManagingOrg(ResourceName managingOrg) Sets the new value of "managingOrg" (any previous value will be replaced)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, ZonedDateTime created, ZonedDateTime updated, String status, String version, ResourceName managingOrg) Fully-initialising value constructor