Class ModelImport.Builder<_B>

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

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

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final ModelImport _storedValue
  • Constructor Details

    • Builder

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

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

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

      public ModelImport.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.
    • withVersion

      public ModelImport.Builder<_B> withVersion(String version)
      Sets the new value of "version" (any previous value will be replaced)
      Parameters:
      version - New value of the "version" property.
    • withUrl

      public ModelImport.Builder<_B> withUrl(String url)
      Sets the new value of "url" (any previous value will be replaced)
      Parameters:
      url - New value of the "url" property.
    • withDocumentationURL

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

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

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

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