Package org.ivoa.dm.registry.voresource
Class Creator.CreatorBuilder
java.lang.Object
org.ivoa.dm.registry.voresource.Creator.CreatorBuilder
- Enclosing class:
 - Creator
 
A builder class for Creator, mainly for use in the functional builder pattern.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionA reference to this entitiy in a non-IVOA identifier scheme, e.g., orcid.An IVOA identifier for the creator (typically when it is an organization).URL pointing to a graphical logo, which may be used to help identify the information source A logo needs only be provided for the first occurrence.the name or title of the creating person or organisation Users of the creation should use this name in subsequent credits and acknowledgements. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
name
the name or title of the creating person or organisation Users of the creation should use this name in subsequent credits and acknowledgements. This should be exactly one name, preferably last name first (as in 'van der Waals, Johannes Diderik'). - 
logo
URL pointing to a graphical logo, which may be used to help identify the information source A logo needs only be provided for the first occurrence. When multiple logos are supplied via multiple creator elements, the application is free to choose which to use. - 
altIdentifier
A reference to this entitiy in a non-IVOA identifier scheme, e.g., orcid. Always use a URI form including a scheme here. - 
ivoid
An IVOA identifier for the creator (typically when it is an organization). 
 - 
 - 
Constructor Details
- 
CreatorBuilder
public CreatorBuilder() 
 - 
 - 
Method Details
- 
create
create a Creator from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -