Class Schema.Builder<_B>

  • All Implemented Interfaces:
    com.kscs.util.jaxb.Buildable
    Enclosing class:
    Schema

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

      • _parentBuilder

        protected final _B _parentBuilder
      • _storedValue

        protected final Schema _storedValue
    • Constructor Detail

      • Builder

        public Builder​(_B _parentBuilder,
                       Schema _other,
                       boolean _copy)
      • Builder

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

      • end

        public _B end()
      • init

        protected <_P extends Schema> _P init​(_P _product)
      • withLocation

        public Schema.Builder<_B> withLocation​(String location)
        Sets the new value of "location" (any previous value will be replaced)
        Parameters:
        location - New value of the "location" property.
      • withVersion

        public Schema.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.
      • withNamespace

        public Schema.Builder<_B> withNamespace​(String namespace)
        Sets the new value of "namespace" (any previous value will be replaced)
        Parameters:
        namespace - New value of the "namespace" property.
      • build

        public Schema build()
        Specified by:
        build in interface com.kscs.util.jaxb.Buildable