Package org.w3.soap

Class Subcode.Builder<_B>

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

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

      • _parentBuilder

        protected final _B _parentBuilder
      • _storedValue

        protected final Subcode _storedValue
    • Constructor Detail

      • Builder

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

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

        public Subcode.Builder<_B> withValue​(QName value)
        Sets the new value of "value" (any previous value will be replaced)
        Parameters:
        value - New value of the "value" property.
      • withSubcode

        public Subcode.Builder<_B> withSubcode​(Subcode subcode)
        Sets the new value of "subcode" (any previous value will be replaced)
        Parameters:
        subcode - New value of the "subcode" property.
      • withSubcode

        public Subcode.Builder<? extends Subcode.Builder<_B>> withSubcode()
        Returns the existing builder or a new builder to build the value of the "subcode" property. Use end() to return to the current builder.
        Returns:
        A new builder to build the value of the "subcode" property. Use end() to return to the current builder.
      • build

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