Class MirrorURL.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final MirrorURL _storedValue
  • Constructor Details

    • Builder

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

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

      public MirrorURL.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.
    • withTitle

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

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

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

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