Class SPKIDataType.Builder<_B>

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

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

      • _parentBuilder

        protected final _B _parentBuilder
    • Constructor Detail

      • Builder

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

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

        public SPKIDataType.Builder<_B> addSPKISexpAndAny​(Iterable<?> spkiSexpAndAny)
        Adds the given items to the value of "spkiSexpAndAny"
        Parameters:
        spkiSexpAndAny - Items to add to the value of the "spkiSexpAndAny" property
      • withSPKISexpAndAny

        public SPKIDataType.Builder<_B> withSPKISexpAndAny​(Iterable<?> spkiSexpAndAny)
        Sets the new value of "spkiSexpAndAny" (any previous value will be replaced)
        Parameters:
        spkiSexpAndAny - New value of the "spkiSexpAndAny" property.
      • addSPKISexpAndAny

        public SPKIDataType.Builder<_B> addSPKISexpAndAny​(Object... spkiSexpAndAny)
        Adds the given items to the value of "spkiSexpAndAny"
        Parameters:
        spkiSexpAndAny - Items to add to the value of the "spkiSexpAndAny" property
      • withSPKISexpAndAny

        public SPKIDataType.Builder<_B> withSPKISexpAndAny​(Object... spkiSexpAndAny)
        Sets the new value of "spkiSexpAndAny" (any previous value will be replaced)
        Parameters:
        spkiSexpAndAny - New value of the "spkiSexpAndAny" property.
      • build

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