Class SupportingDocument.SupportingDocumentBuilder

java.lang.Object
org.ivoa.dm.proposal.prop.SupportingDocument.SupportingDocumentBuilder
Enclosing class:
SupportingDocument

public static class SupportingDocument.SupportingDocumentBuilder extends Object
A builder class for SupportingDocument, mainly for use in the functional builder pattern.
  • Field Details

    • title

      public String title
      document title.
    • location

      public String location
      location of document.
  • Constructor Details

    • SupportingDocumentBuilder

      public SupportingDocumentBuilder()
  • Method Details

    • create

      public SupportingDocument create()
      create a SupportingDocument from this builder.
      Returns:
      an object initialized from the builder.