Class AltIdentifier.AltIdentifierBuilder

java.lang.Object
org.ivoa.dm.regtap.AltIdentifier.AltIdentifierBuilder
Enclosing class:
AltIdentifier

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

    • alt_identifier

      public String alt_identifier
      An identifier for the resource or an entity related to the resource in URI form.
  • Constructor Details

    • AltIdentifierBuilder

      public AltIdentifierBuilder()
  • Method Details

    • create

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