Package org.w3.xlink

Class TitleEltType.Builder<_B>

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

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

      • _parentBuilder

        protected final _B _parentBuilder
    • Constructor Detail

      • Builder

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

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

        public TitleEltType.Builder<_B> addContent​(Iterable<?> content)
        Adds the given items to the value of "content"
        Parameters:
        content - Items to add to the value of the "content" property
      • withContent

        public TitleEltType.Builder<_B> withContent​(Iterable<?> content)
        Sets the new value of "content" (any previous value will be replaced)
        Parameters:
        content - New value of the "content" property.
      • addContent

        public TitleEltType.Builder<_B> addContent​(Object... content)
        Adds the given items to the value of "content"
        Parameters:
        content - Items to add to the value of the "content" property
      • withContent

        public TitleEltType.Builder<_B> withContent​(Object... content)
        Sets the new value of "content" (any previous value will be replaced)
        Parameters:
        content - New value of the "content" property.
      • withType

        public TitleEltType.Builder<_B> withType​(TypeType type)
        Sets the new value of "type" (any previous value will be replaced)
        Parameters:
        type - New value of the "type" property.
      • withLang

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

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