Class Detail.DetailBuilder

java.lang.Object
org.ivoa.dm.regtap.Detail.DetailBuilder
Enclosing class:
Detail

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

    • cap_index

      public Integer cap_index
      The index of the parent capability; if NULL the xpath-value pair describes a member of the entire resource.
    • detail_xpath

      public String detail_xpath
      The xpath of the data item.
    • detail_value

      public String detail_value
      (Atomic) value of the member.
  • Constructor Details

    • DetailBuilder

      public DetailBuilder()
  • Method Details

    • create

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