Package org.w3.soap

Class UpgradeType.Builder<_B>

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

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

      • _parentBuilder

        protected final _B _parentBuilder
      • _storedValue

        protected final UpgradeType _storedValue
    • Constructor Detail

      • Builder

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

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

        public UpgradeType.Builder<_B> addSupportedEnvelope​(Iterable<? extends SupportedEnvType> supportedEnvelope)
        Adds the given items to the value of "supportedEnvelope"
        Parameters:
        supportedEnvelope - Items to add to the value of the "supportedEnvelope" property
      • withSupportedEnvelope

        public UpgradeType.Builder<_B> withSupportedEnvelope​(Iterable<? extends SupportedEnvType> supportedEnvelope)
        Sets the new value of "supportedEnvelope" (any previous value will be replaced)
        Parameters:
        supportedEnvelope - New value of the "supportedEnvelope" property.
      • addSupportedEnvelope

        public UpgradeType.Builder<_B> addSupportedEnvelope​(SupportedEnvType... supportedEnvelope)
        Adds the given items to the value of "supportedEnvelope"
        Parameters:
        supportedEnvelope - Items to add to the value of the "supportedEnvelope" property
      • withSupportedEnvelope

        public UpgradeType.Builder<_B> withSupportedEnvelope​(SupportedEnvType... supportedEnvelope)
        Sets the new value of "supportedEnvelope" (any previous value will be replaced)
        Parameters:
        supportedEnvelope - New value of the "supportedEnvelope" property.
      • build

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