Package org.ivoa.dm.regtap
Class ResDate.ResDateBuilder
java.lang.Object
org.ivoa.dm.regtap.ResDate.ResDateBuilder
- Enclosing class:
- ResDate
A builder class for ResDate, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA date associated with an event in the life cycle of the resource.A ivoa:string indicating what the date refers to, e.g., created, availability, updated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
date_value
A date associated with an event in the life cycle of the resource. -
value_role
A ivoa:string indicating what the date refers to, e.g., created, availability, updated. This value is generally drawn from a controlled vocabulary.
-
-
Constructor Details
-
ResDateBuilder
public ResDateBuilder()
-
-
Method Details
-
create
create a ResDate from this builder.- Returns:
- an object initialized from the builder.
-