Class Rights.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.resource.Rights.Builder<_B>
All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
Enclosing class:
Rights

public static class Rights.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
  • Field Details

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final Rights _storedValue
  • Constructor Details

    • Builder

      public Builder(_B _parentBuilder, Rights _other, boolean _copy)
    • Builder

      public Builder(_B _parentBuilder, Rights _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
  • Method Details

    • end

      public _B end()
    • init

      protected <_P extends Rights> _P init(_P _product)
    • withValue

      public Rights.Builder<_B> withValue(String value)
      Sets the new value of "value" (any previous value will be replaced)
      Parameters:
      value - New value of the "value" property.
    • withRightsURI

      public Rights.Builder<_B> withRightsURI(String rightsURI)
      Sets the new value of "rightsURI" (any previous value will be replaced)
      Parameters:
      rightsURI - New value of the "rightsURI" property.
    • build

      public Rights build()
      Specified by:
      build in interface com.kscs.util.jaxb.Buildable
    • copyOf

      public Rights.Builder<_B> copyOf(Rights _other)
    • copyOf

      public Rights.Builder<_B> copyOf(Rights.Builder _other)