Class RequestType.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final RequestType _storedValue
  • Constructor Details

    • Builder

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

      public Builder(_B _parentBuilder, RequestType _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 RequestType> _P init(_P _product)
    • withValue

      public RequestType.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.
    • withVerb

      public RequestType.Builder<_B> withVerb(VerbType verb)
      Sets the new value of "verb" (any previous value will be replaced)
      Parameters:
      verb - New value of the "verb" property.
    • withIdentifier

      public RequestType.Builder<_B> withIdentifier(String identifier)
      Sets the new value of "identifier" (any previous value will be replaced)
      Parameters:
      identifier - New value of the "identifier" property.
    • withMetadataPrefix

      public RequestType.Builder<_B> withMetadataPrefix(String metadataPrefix)
      Sets the new value of "metadataPrefix" (any previous value will be replaced)
      Parameters:
      metadataPrefix - New value of the "metadataPrefix" property.
    • withFrom

      public RequestType.Builder<_B> withFrom(String from)
      Sets the new value of "from" (any previous value will be replaced)
      Parameters:
      from - New value of the "from" property.
    • withUntil

      public RequestType.Builder<_B> withUntil(String until)
      Sets the new value of "until" (any previous value will be replaced)
      Parameters:
      until - New value of the "until" property.
    • withSet

      public RequestType.Builder<_B> withSet(String set)
      Sets the new value of "set" (any previous value will be replaced)
      Parameters:
      set - New value of the "set" property.
    • withResumptionToken

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

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

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

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