Class ServiceReference.ServiceReferenceBuilder
java.lang.Object
org.ivoa.dm.registry.vodataservice.ServiceReference.ServiceReferenceBuilder
- Enclosing class:
 - ServiceReference
 
A builder class for ServiceReference, mainly for use in the functional builder pattern.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionThe URI form of the IVOA identifier for the service describing the capability refered to by this element.. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
value
. - 
ivoid
The URI form of the IVOA identifier for the service describing the capability refered to by this element. 
 - 
 - 
Constructor Details
- 
ServiceReferenceBuilder
public ServiceReferenceBuilder() 
 - 
 - 
Method Details
- 
create
create a ServiceReference from this builder.- Returns:
 - an object initialized from the builder.
 
 
 -