All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3._1999.xhtml.Ol Maven / Gradle / Ivy

//
// Diese Datei wurde mit der Eclipse Implementation of JAXB, v4.0.2 generiert 
// Siehe https://eclipse-ee4j.github.io/jaxb-ri 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
//


package org.w3._1999.xhtml;

import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.namespace.QName;
import com.kscs.util.jaxb.Buildable;
import com.kscs.util.jaxb.CollectionProperty;
import com.kscs.util.jaxb.CollectionPropertyInfo;
import com.kscs.util.jaxb.CollectionPropertyInfo;
import com.kscs.util.jaxb.CollectionPropertyInfo;
import com.kscs.util.jaxb.PropertyTree;
import com.kscs.util.jaxb.PropertyTreeUse;
import com.kscs.util.jaxb.PropertyVisitor;
import com.kscs.util.jaxb.SingleProperty;
import com.kscs.util.jaxb.SinglePropertyInfo;
import com.kscs.util.jaxb.SinglePropertyInfo;
import com.kscs.util.jaxb.SinglePropertyInfo;
import com.kscs.util.jaxb.SinglePropertyInfo;
import com.kscs.util.jaxb.SinglePropertyInfo;
import com.kscs.util.jaxb.SinglePropertyInfo;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.w3._1998.math.mathml.Math;
import org.w3._2000.svg.Svg;


/**
 * 

Java-Klasse für anonymous complex type. * *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

{@code
 * 
 *   
 *     
 *       
 *         
 *           
 *             
 *               
 *                 
 *               
 *             
 *           
 *         
 *       
 *       
 *       
 *       
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "li" }) @XmlRootElement(name = "ol") public class Ol implements Cloneable, GlobalAttributeGroupLifecycle { protected List li; @XmlAttribute(name = "type") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String type; @XmlAttribute(name = "start") protected BigInteger start; @XmlAttribute(name = "reversed") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String reversed; @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "language") protected String xmlLang; @XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String xmlSpace; @XmlAttribute(name = "base", namespace = "http://www.w3.org/XML/1998/namespace") @XmlSchemaType(name = "anyURI") protected String xmlBase; @XmlAttribute(name = "dir") protected Dir dir; @XmlAttribute(name = "accesskey") protected List accesskey; @XmlAttribute(name = "class") protected List clazz; @XmlAttribute(name = "contenteditable") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String contenteditable; @XmlAttribute(name = "contextmenu") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String contextmenu; @XmlAttribute(name = "draggable") protected Boolean draggable; @XmlAttribute(name = "dropzone") protected List dropzone; @XmlAttribute(name = "hidden") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String hidden; @XmlAttribute(name = "id") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String id; @XmlAttribute(name = "lang") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String lang; @XmlAttribute(name = "spellcheck") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String spellcheck; @XmlAttribute(name = "style") protected String style; @XmlAttribute(name = "tabindex") protected BigInteger tabindex; @XmlAttribute(name = "title") protected String title; @XmlAttribute(name = "onabort") protected String onabort; @XmlAttribute(name = "onblur") protected String onblur; @XmlAttribute(name = "oncanplay") protected String oncanplay; @XmlAttribute(name = "oncanplaythrough") protected String oncanplaythrough; @XmlAttribute(name = "onchange") protected String onchange; @XmlAttribute(name = "onclick") protected String onclick; @XmlAttribute(name = "oncontextmenu") protected String oncontextmenu; @XmlAttribute(name = "ondblclick") protected String ondblclick; @XmlAttribute(name = "ondrag") protected String ondrag; @XmlAttribute(name = "ondragend") protected String ondragend; @XmlAttribute(name = "ondragenter") protected String ondragenter; @XmlAttribute(name = "ondragleave") protected String ondragleave; @XmlAttribute(name = "ondragover") protected String ondragover; @XmlAttribute(name = "ondragstart") protected String ondragstart; @XmlAttribute(name = "ondrop") protected String ondrop; @XmlAttribute(name = "ondurationchange") protected String ondurationchange; @XmlAttribute(name = "onemptied") protected String onemptied; @XmlAttribute(name = "onended") protected String onended; @XmlAttribute(name = "onerror") protected String onerror; @XmlAttribute(name = "onfocus") protected String onfocus; @XmlAttribute(name = "oninput") protected String oninput; @XmlAttribute(name = "oninvalid") protected String oninvalid; @XmlAttribute(name = "onkeydown") protected String onkeydown; @XmlAttribute(name = "onkeypress") protected String onkeypress; @XmlAttribute(name = "onkeyup") protected String onkeyup; @XmlAttribute(name = "onload") protected String onload; @XmlAttribute(name = "onloadeddata") protected String onloadeddata; @XmlAttribute(name = "onloadedmetadata") protected String onloadedmetadata; @XmlAttribute(name = "onloadstart") protected String onloadstart; @XmlAttribute(name = "onmousedown") protected String onmousedown; @XmlAttribute(name = "onmousemove") protected String onmousemove; @XmlAttribute(name = "onmouseout") protected String onmouseout; @XmlAttribute(name = "onmouseover") protected String onmouseover; @XmlAttribute(name = "onmouseup") protected String onmouseup; @XmlAttribute(name = "onmousewheel") protected String onmousewheel; @XmlAttribute(name = "onpause") protected String onpause; @XmlAttribute(name = "onplay") protected String onplay; @XmlAttribute(name = "onplaying") protected String onplaying; @XmlAttribute(name = "onprogress") protected String onprogress; @XmlAttribute(name = "onratechange") protected String onratechange; @XmlAttribute(name = "onreadystatechange") protected String onreadystatechange; @XmlAttribute(name = "onreset") protected String onreset; @XmlAttribute(name = "onscroll") protected String onscroll; @XmlAttribute(name = "onseeked") protected String onseeked; @XmlAttribute(name = "onseeking") protected String onseeking; @XmlAttribute(name = "onselect") protected String onselect; @XmlAttribute(name = "onshow") protected String onshow; @XmlAttribute(name = "onstalled") protected String onstalled; @XmlAttribute(name = "onsubmit") protected String onsubmit; @XmlAttribute(name = "onsuspend") protected String onsuspend; @XmlAttribute(name = "ontimeupdate") protected String ontimeupdate; @XmlAttribute(name = "onvolumechange") protected String onvolumechange; @XmlAttribute(name = "onwaiting") protected String onwaiting; protected transient List li_RO = null; protected transient List accesskey_RO = null; protected transient List clazz_RO = null; protected transient List dropzone_RO = null; protected transient Ol.Modifier __cachedModifier__; /** * Ruft den Wert der type-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getType() { if (type == null) { return "1"; } else { return type; } } /** * Legt den Wert der type-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setType(String value) { this.type = value; } /** * Ruft den Wert der start-Eigenschaft ab. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getStart() { return start; } /** * Legt den Wert der start-Eigenschaft fest. * * @param value * allowed object is * {@link BigInteger } * */ protected void setStart(BigInteger value) { this.start = value; } /** * Ruft den Wert der reversed-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getReversed() { return reversed; } /** * Legt den Wert der reversed-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setReversed(String value) { this.reversed = value; } /** * Ruft den Wert der xmlLang-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getXmlLang() { return xmlLang; } /** * Legt den Wert der xmlLang-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setXmlLang(String value) { this.xmlLang = value; } /** * Ruft den Wert der xmlSpace-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getXmlSpace() { if (xmlSpace == null) { return "preserve"; } else { return xmlSpace; } } /** * Legt den Wert der xmlSpace-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setXmlSpace(String value) { this.xmlSpace = value; } /** * Ruft den Wert der xmlBase-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getXmlBase() { return xmlBase; } /** * Legt den Wert der xmlBase-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setXmlBase(String value) { this.xmlBase = value; } /** * Ruft den Wert der dir-Eigenschaft ab. * * @return * possible object is * {@link Dir } * */ public Dir getDir() { return dir; } /** * Legt den Wert der dir-Eigenschaft fest. * * @param value * allowed object is * {@link Dir } * */ protected void setDir(Dir value) { this.dir = value; } /** * Ruft den Wert der contenteditable-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getContenteditable() { return contenteditable; } /** * Legt den Wert der contenteditable-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setContenteditable(String value) { this.contenteditable = value; } /** * Ruft den Wert der contextmenu-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getContextmenu() { return contextmenu; } /** * Legt den Wert der contextmenu-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setContextmenu(String value) { this.contextmenu = value; } /** * Ruft den Wert der draggable-Eigenschaft ab. * * @return * possible object is * {@link Boolean } * */ public Boolean isDraggable() { return draggable; } /** * Legt den Wert der draggable-Eigenschaft fest. * * @param value * allowed object is * {@link Boolean } * */ protected void setDraggable(Boolean value) { this.draggable = value; } /** * Ruft den Wert der hidden-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getHidden() { return hidden; } /** * Legt den Wert der hidden-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setHidden(String value) { this.hidden = value; } /** * Ruft den Wert der id-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Legt den Wert der id-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setId(String value) { this.id = value; } /** * Ruft den Wert der lang-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getLang() { return lang; } /** * Legt den Wert der lang-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setLang(String value) { this.lang = value; } /** * Ruft den Wert der spellcheck-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getSpellcheck() { return spellcheck; } /** * Legt den Wert der spellcheck-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setSpellcheck(String value) { this.spellcheck = value; } /** * Ruft den Wert der style-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getStyle() { return style; } /** * Legt den Wert der style-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setStyle(String value) { this.style = value; } /** * Ruft den Wert der tabindex-Eigenschaft ab. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTabindex() { return tabindex; } /** * Legt den Wert der tabindex-Eigenschaft fest. * * @param value * allowed object is * {@link BigInteger } * */ protected void setTabindex(BigInteger value) { this.tabindex = value; } /** * Ruft den Wert der title-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getTitle() { return title; } /** * Legt den Wert der title-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setTitle(String value) { this.title = value; } /** * Ruft den Wert der onabort-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnabort() { return onabort; } /** * Legt den Wert der onabort-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnabort(String value) { this.onabort = value; } /** * Ruft den Wert der onblur-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnblur() { return onblur; } /** * Legt den Wert der onblur-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnblur(String value) { this.onblur = value; } /** * Ruft den Wert der oncanplay-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOncanplay() { return oncanplay; } /** * Legt den Wert der oncanplay-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOncanplay(String value) { this.oncanplay = value; } /** * Ruft den Wert der oncanplaythrough-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOncanplaythrough() { return oncanplaythrough; } /** * Legt den Wert der oncanplaythrough-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOncanplaythrough(String value) { this.oncanplaythrough = value; } /** * Ruft den Wert der onchange-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnchange() { return onchange; } /** * Legt den Wert der onchange-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnchange(String value) { this.onchange = value; } /** * Ruft den Wert der onclick-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnclick() { return onclick; } /** * Legt den Wert der onclick-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnclick(String value) { this.onclick = value; } /** * Ruft den Wert der oncontextmenu-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOncontextmenu() { return oncontextmenu; } /** * Legt den Wert der oncontextmenu-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOncontextmenu(String value) { this.oncontextmenu = value; } /** * Ruft den Wert der ondblclick-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndblclick() { return ondblclick; } /** * Legt den Wert der ondblclick-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndblclick(String value) { this.ondblclick = value; } /** * Ruft den Wert der ondrag-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndrag() { return ondrag; } /** * Legt den Wert der ondrag-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndrag(String value) { this.ondrag = value; } /** * Ruft den Wert der ondragend-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndragend() { return ondragend; } /** * Legt den Wert der ondragend-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndragend(String value) { this.ondragend = value; } /** * Ruft den Wert der ondragenter-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndragenter() { return ondragenter; } /** * Legt den Wert der ondragenter-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndragenter(String value) { this.ondragenter = value; } /** * Ruft den Wert der ondragleave-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndragleave() { return ondragleave; } /** * Legt den Wert der ondragleave-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndragleave(String value) { this.ondragleave = value; } /** * Ruft den Wert der ondragover-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndragover() { return ondragover; } /** * Legt den Wert der ondragover-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndragover(String value) { this.ondragover = value; } /** * Ruft den Wert der ondragstart-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndragstart() { return ondragstart; } /** * Legt den Wert der ondragstart-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndragstart(String value) { this.ondragstart = value; } /** * Ruft den Wert der ondrop-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndrop() { return ondrop; } /** * Legt den Wert der ondrop-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndrop(String value) { this.ondrop = value; } /** * Ruft den Wert der ondurationchange-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOndurationchange() { return ondurationchange; } /** * Legt den Wert der ondurationchange-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOndurationchange(String value) { this.ondurationchange = value; } /** * Ruft den Wert der onemptied-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnemptied() { return onemptied; } /** * Legt den Wert der onemptied-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnemptied(String value) { this.onemptied = value; } /** * Ruft den Wert der onended-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnended() { return onended; } /** * Legt den Wert der onended-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnended(String value) { this.onended = value; } /** * Ruft den Wert der onerror-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnerror() { return onerror; } /** * Legt den Wert der onerror-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnerror(String value) { this.onerror = value; } /** * Ruft den Wert der onfocus-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnfocus() { return onfocus; } /** * Legt den Wert der onfocus-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnfocus(String value) { this.onfocus = value; } /** * Ruft den Wert der oninput-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOninput() { return oninput; } /** * Legt den Wert der oninput-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOninput(String value) { this.oninput = value; } /** * Ruft den Wert der oninvalid-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOninvalid() { return oninvalid; } /** * Legt den Wert der oninvalid-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOninvalid(String value) { this.oninvalid = value; } /** * Ruft den Wert der onkeydown-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnkeydown() { return onkeydown; } /** * Legt den Wert der onkeydown-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnkeydown(String value) { this.onkeydown = value; } /** * Ruft den Wert der onkeypress-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnkeypress() { return onkeypress; } /** * Legt den Wert der onkeypress-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnkeypress(String value) { this.onkeypress = value; } /** * Ruft den Wert der onkeyup-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnkeyup() { return onkeyup; } /** * Legt den Wert der onkeyup-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnkeyup(String value) { this.onkeyup = value; } /** * Ruft den Wert der onload-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnload() { return onload; } /** * Legt den Wert der onload-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnload(String value) { this.onload = value; } /** * Ruft den Wert der onloadeddata-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnloadeddata() { return onloadeddata; } /** * Legt den Wert der onloadeddata-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnloadeddata(String value) { this.onloadeddata = value; } /** * Ruft den Wert der onloadedmetadata-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnloadedmetadata() { return onloadedmetadata; } /** * Legt den Wert der onloadedmetadata-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnloadedmetadata(String value) { this.onloadedmetadata = value; } /** * Ruft den Wert der onloadstart-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnloadstart() { return onloadstart; } /** * Legt den Wert der onloadstart-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnloadstart(String value) { this.onloadstart = value; } /** * Ruft den Wert der onmousedown-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnmousedown() { return onmousedown; } /** * Legt den Wert der onmousedown-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnmousedown(String value) { this.onmousedown = value; } /** * Ruft den Wert der onmousemove-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnmousemove() { return onmousemove; } /** * Legt den Wert der onmousemove-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnmousemove(String value) { this.onmousemove = value; } /** * Ruft den Wert der onmouseout-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnmouseout() { return onmouseout; } /** * Legt den Wert der onmouseout-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnmouseout(String value) { this.onmouseout = value; } /** * Ruft den Wert der onmouseover-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnmouseover() { return onmouseover; } /** * Legt den Wert der onmouseover-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnmouseover(String value) { this.onmouseover = value; } /** * Ruft den Wert der onmouseup-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnmouseup() { return onmouseup; } /** * Legt den Wert der onmouseup-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnmouseup(String value) { this.onmouseup = value; } /** * Ruft den Wert der onmousewheel-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnmousewheel() { return onmousewheel; } /** * Legt den Wert der onmousewheel-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnmousewheel(String value) { this.onmousewheel = value; } /** * Ruft den Wert der onpause-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnpause() { return onpause; } /** * Legt den Wert der onpause-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnpause(String value) { this.onpause = value; } /** * Ruft den Wert der onplay-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnplay() { return onplay; } /** * Legt den Wert der onplay-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnplay(String value) { this.onplay = value; } /** * Ruft den Wert der onplaying-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnplaying() { return onplaying; } /** * Legt den Wert der onplaying-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnplaying(String value) { this.onplaying = value; } /** * Ruft den Wert der onprogress-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnprogress() { return onprogress; } /** * Legt den Wert der onprogress-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnprogress(String value) { this.onprogress = value; } /** * Ruft den Wert der onratechange-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnratechange() { return onratechange; } /** * Legt den Wert der onratechange-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnratechange(String value) { this.onratechange = value; } /** * Ruft den Wert der onreadystatechange-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnreadystatechange() { return onreadystatechange; } /** * Legt den Wert der onreadystatechange-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnreadystatechange(String value) { this.onreadystatechange = value; } /** * Ruft den Wert der onreset-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnreset() { return onreset; } /** * Legt den Wert der onreset-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnreset(String value) { this.onreset = value; } /** * Ruft den Wert der onscroll-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnscroll() { return onscroll; } /** * Legt den Wert der onscroll-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnscroll(String value) { this.onscroll = value; } /** * Ruft den Wert der onseeked-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnseeked() { return onseeked; } /** * Legt den Wert der onseeked-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnseeked(String value) { this.onseeked = value; } /** * Ruft den Wert der onseeking-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnseeking() { return onseeking; } /** * Legt den Wert der onseeking-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnseeking(String value) { this.onseeking = value; } /** * Ruft den Wert der onselect-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnselect() { return onselect; } /** * Legt den Wert der onselect-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnselect(String value) { this.onselect = value; } /** * Ruft den Wert der onshow-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnshow() { return onshow; } /** * Legt den Wert der onshow-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnshow(String value) { this.onshow = value; } /** * Ruft den Wert der onstalled-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnstalled() { return onstalled; } /** * Legt den Wert der onstalled-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnstalled(String value) { this.onstalled = value; } /** * Ruft den Wert der onsubmit-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnsubmit() { return onsubmit; } /** * Legt den Wert der onsubmit-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnsubmit(String value) { this.onsubmit = value; } /** * Ruft den Wert der onsuspend-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnsuspend() { return onsuspend; } /** * Legt den Wert der onsuspend-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnsuspend(String value) { this.onsuspend = value; } /** * Ruft den Wert der ontimeupdate-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOntimeupdate() { return ontimeupdate; } /** * Legt den Wert der ontimeupdate-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOntimeupdate(String value) { this.ontimeupdate = value; } /** * Ruft den Wert der onvolumechange-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnvolumechange() { return onvolumechange; } /** * Legt den Wert der onvolumechange-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnvolumechange(String value) { this.onvolumechange = value; } /** * Ruft den Wert der onwaiting-Eigenschaft ab. * * @return * possible object is * {@link String } * */ public String getOnwaiting() { return onwaiting; } /** * Legt den Wert der onwaiting-Eigenschaft fest. * * @param value * allowed object is * {@link String } * */ protected void setOnwaiting(String value) { this.onwaiting = value; } @Override public Ol clone() { final Ol _newObject; try { _newObject = ((Ol) super.clone()); } catch (CloneNotSupportedException e) { throw new RuntimeException(e); } if (this.li == null) { _newObject.li = null; } else { _newObject.li = new ArrayList<>(); for (Ol.Li _item: this.li) { _newObject.li.add(((_item == null)?null:_item.clone())); } } _newObject.li_RO = ((li == null)?null:Collections.unmodifiableList(_newObject.li)); _newObject.accesskey = ((this.accesskey == null)?null:new ArrayList<>(this.accesskey)); _newObject.accesskey_RO = ((accesskey == null)?null:Collections.unmodifiableList(_newObject.accesskey)); _newObject.clazz = ((this.clazz == null)?null:new ArrayList<>(this.clazz)); _newObject.clazz_RO = ((clazz == null)?null:Collections.unmodifiableList(_newObject.clazz)); _newObject.dropzone = ((this.dropzone == null)?null:new ArrayList<>(this.dropzone)); _newObject.dropzone_RO = ((dropzone == null)?null:Collections.unmodifiableList(_newObject.dropzone)); return _newObject; } /** * Copies all state of this object to a builder. This method is used by the copyOf * method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Ol.Builder<_B> _other) { if (this.li == null) { _other.li = null; } else { _other.li = new ArrayList<>(); for (Ol.Li _item: this.li) { _other.li.add(((_item == null)?null:_item.newCopyBuilder(_other))); } } _other.type = this.type; _other.start = this.start; _other.reversed = this.reversed; _other.xmlLang = this.xmlLang; _other.xmlSpace = this.xmlSpace; _other.xmlBase = this.xmlBase; _other.dir = this.dir; if (this.accesskey == null) { _other.accesskey = null; } else { _other.accesskey = new ArrayList<>(); for (String _item: this.accesskey) { _other.accesskey.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } if (this.clazz == null) { _other.clazz = null; } else { _other.clazz = new ArrayList<>(); for (String _item: this.clazz) { _other.clazz.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } _other.contenteditable = this.contenteditable; _other.contextmenu = this.contextmenu; _other.draggable = this.draggable; if (this.dropzone == null) { _other.dropzone = null; } else { _other.dropzone = new ArrayList<>(); for (String _item: this.dropzone) { _other.dropzone.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } _other.hidden = this.hidden; _other.id = this.id; _other.lang = this.lang; _other.spellcheck = this.spellcheck; _other.style = this.style; _other.tabindex = this.tabindex; _other.title = this.title; _other.onabort = this.onabort; _other.onblur = this.onblur; _other.oncanplay = this.oncanplay; _other.oncanplaythrough = this.oncanplaythrough; _other.onchange = this.onchange; _other.onclick = this.onclick; _other.oncontextmenu = this.oncontextmenu; _other.ondblclick = this.ondblclick; _other.ondrag = this.ondrag; _other.ondragend = this.ondragend; _other.ondragenter = this.ondragenter; _other.ondragleave = this.ondragleave; _other.ondragover = this.ondragover; _other.ondragstart = this.ondragstart; _other.ondrop = this.ondrop; _other.ondurationchange = this.ondurationchange; _other.onemptied = this.onemptied; _other.onended = this.onended; _other.onerror = this.onerror; _other.onfocus = this.onfocus; _other.oninput = this.oninput; _other.oninvalid = this.oninvalid; _other.onkeydown = this.onkeydown; _other.onkeypress = this.onkeypress; _other.onkeyup = this.onkeyup; _other.onload = this.onload; _other.onloadeddata = this.onloadeddata; _other.onloadedmetadata = this.onloadedmetadata; _other.onloadstart = this.onloadstart; _other.onmousedown = this.onmousedown; _other.onmousemove = this.onmousemove; _other.onmouseout = this.onmouseout; _other.onmouseover = this.onmouseover; _other.onmouseup = this.onmouseup; _other.onmousewheel = this.onmousewheel; _other.onpause = this.onpause; _other.onplay = this.onplay; _other.onplaying = this.onplaying; _other.onprogress = this.onprogress; _other.onratechange = this.onratechange; _other.onreadystatechange = this.onreadystatechange; _other.onreset = this.onreset; _other.onscroll = this.onscroll; _other.onseeked = this.onseeked; _other.onseeking = this.onseeking; _other.onselect = this.onselect; _other.onshow = this.onshow; _other.onstalled = this.onstalled; _other.onsubmit = this.onsubmit; _other.onsuspend = this.onsuspend; _other.ontimeupdate = this.ontimeupdate; _other.onvolumechange = this.onvolumechange; _other.onwaiting = this.onwaiting; } public<_B >Ol.Builder<_B> newCopyBuilder(final _B _parentBuilder) { return new Ol.Builder<_B>(_parentBuilder, this, true); } public Ol.Builder newCopyBuilder() { return newCopyBuilder(null); } public static Ol.Builder builder() { return new Ol.Builder<>(null, null, false); } public static<_B >Ol.Builder<_B> copyOf(final Ol _other) { final Ol.Builder<_B> _newBuilder = new Ol.Builder<>(null, null, false); _other.copyTo(_newBuilder); return _newBuilder; } /** * Copies all state of this object to a builder. This method is used by the copyOf * method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Ol.Builder<_B> _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final PropertyTree liPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("li")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(liPropertyTree!= null):((liPropertyTree == null)||(!liPropertyTree.isLeaf())))) { if (this.li == null) { _other.li = null; } else { _other.li = new ArrayList<>(); for (Ol.Li _item: this.li) { _other.li.add(((_item == null)?null:_item.newCopyBuilder(_other, liPropertyTree, _propertyTreeUse))); } } } final PropertyTree typePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("type")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(typePropertyTree!= null):((typePropertyTree == null)||(!typePropertyTree.isLeaf())))) { _other.type = this.type; } final PropertyTree startPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("start")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(startPropertyTree!= null):((startPropertyTree == null)||(!startPropertyTree.isLeaf())))) { _other.start = this.start; } final PropertyTree reversedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("reversed")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(reversedPropertyTree!= null):((reversedPropertyTree == null)||(!reversedPropertyTree.isLeaf())))) { _other.reversed = this.reversed; } final PropertyTree xmlLangPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("xmlLang")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(xmlLangPropertyTree!= null):((xmlLangPropertyTree == null)||(!xmlLangPropertyTree.isLeaf())))) { _other.xmlLang = this.xmlLang; } final PropertyTree xmlSpacePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("xmlSpace")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(xmlSpacePropertyTree!= null):((xmlSpacePropertyTree == null)||(!xmlSpacePropertyTree.isLeaf())))) { _other.xmlSpace = this.xmlSpace; } final PropertyTree xmlBasePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("xmlBase")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(xmlBasePropertyTree!= null):((xmlBasePropertyTree == null)||(!xmlBasePropertyTree.isLeaf())))) { _other.xmlBase = this.xmlBase; } final PropertyTree dirPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("dir")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(dirPropertyTree!= null):((dirPropertyTree == null)||(!dirPropertyTree.isLeaf())))) { _other.dir = this.dir; } final PropertyTree accesskeyPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("accesskey")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(accesskeyPropertyTree!= null):((accesskeyPropertyTree == null)||(!accesskeyPropertyTree.isLeaf())))) { if (this.accesskey == null) { _other.accesskey = null; } else { _other.accesskey = new ArrayList<>(); for (String _item: this.accesskey) { _other.accesskey.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree clazzPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("clazz")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(clazzPropertyTree!= null):((clazzPropertyTree == null)||(!clazzPropertyTree.isLeaf())))) { if (this.clazz == null) { _other.clazz = null; } else { _other.clazz = new ArrayList<>(); for (String _item: this.clazz) { _other.clazz.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree contenteditablePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("contenteditable")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(contenteditablePropertyTree!= null):((contenteditablePropertyTree == null)||(!contenteditablePropertyTree.isLeaf())))) { _other.contenteditable = this.contenteditable; } final PropertyTree contextmenuPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("contextmenu")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(contextmenuPropertyTree!= null):((contextmenuPropertyTree == null)||(!contextmenuPropertyTree.isLeaf())))) { _other.contextmenu = this.contextmenu; } final PropertyTree draggablePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("draggable")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(draggablePropertyTree!= null):((draggablePropertyTree == null)||(!draggablePropertyTree.isLeaf())))) { _other.draggable = this.draggable; } final PropertyTree dropzonePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("dropzone")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(dropzonePropertyTree!= null):((dropzonePropertyTree == null)||(!dropzonePropertyTree.isLeaf())))) { if (this.dropzone == null) { _other.dropzone = null; } else { _other.dropzone = new ArrayList<>(); for (String _item: this.dropzone) { _other.dropzone.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree hiddenPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("hidden")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(hiddenPropertyTree!= null):((hiddenPropertyTree == null)||(!hiddenPropertyTree.isLeaf())))) { _other.hidden = this.hidden; } final PropertyTree idPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("id")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(idPropertyTree!= null):((idPropertyTree == null)||(!idPropertyTree.isLeaf())))) { _other.id = this.id; } final PropertyTree langPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("lang")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(langPropertyTree!= null):((langPropertyTree == null)||(!langPropertyTree.isLeaf())))) { _other.lang = this.lang; } final PropertyTree spellcheckPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("spellcheck")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(spellcheckPropertyTree!= null):((spellcheckPropertyTree == null)||(!spellcheckPropertyTree.isLeaf())))) { _other.spellcheck = this.spellcheck; } final PropertyTree stylePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("style")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(stylePropertyTree!= null):((stylePropertyTree == null)||(!stylePropertyTree.isLeaf())))) { _other.style = this.style; } final PropertyTree tabindexPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("tabindex")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(tabindexPropertyTree!= null):((tabindexPropertyTree == null)||(!tabindexPropertyTree.isLeaf())))) { _other.tabindex = this.tabindex; } final PropertyTree titlePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("title")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(titlePropertyTree!= null):((titlePropertyTree == null)||(!titlePropertyTree.isLeaf())))) { _other.title = this.title; } final PropertyTree onabortPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onabort")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onabortPropertyTree!= null):((onabortPropertyTree == null)||(!onabortPropertyTree.isLeaf())))) { _other.onabort = this.onabort; } final PropertyTree onblurPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onblur")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onblurPropertyTree!= null):((onblurPropertyTree == null)||(!onblurPropertyTree.isLeaf())))) { _other.onblur = this.onblur; } final PropertyTree oncanplayPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oncanplay")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oncanplayPropertyTree!= null):((oncanplayPropertyTree == null)||(!oncanplayPropertyTree.isLeaf())))) { _other.oncanplay = this.oncanplay; } final PropertyTree oncanplaythroughPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oncanplaythrough")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oncanplaythroughPropertyTree!= null):((oncanplaythroughPropertyTree == null)||(!oncanplaythroughPropertyTree.isLeaf())))) { _other.oncanplaythrough = this.oncanplaythrough; } final PropertyTree onchangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onchange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onchangePropertyTree!= null):((onchangePropertyTree == null)||(!onchangePropertyTree.isLeaf())))) { _other.onchange = this.onchange; } final PropertyTree onclickPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onclick")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onclickPropertyTree!= null):((onclickPropertyTree == null)||(!onclickPropertyTree.isLeaf())))) { _other.onclick = this.onclick; } final PropertyTree oncontextmenuPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oncontextmenu")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oncontextmenuPropertyTree!= null):((oncontextmenuPropertyTree == null)||(!oncontextmenuPropertyTree.isLeaf())))) { _other.oncontextmenu = this.oncontextmenu; } final PropertyTree ondblclickPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondblclick")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondblclickPropertyTree!= null):((ondblclickPropertyTree == null)||(!ondblclickPropertyTree.isLeaf())))) { _other.ondblclick = this.ondblclick; } final PropertyTree ondragPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondrag")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragPropertyTree!= null):((ondragPropertyTree == null)||(!ondragPropertyTree.isLeaf())))) { _other.ondrag = this.ondrag; } final PropertyTree ondragendPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragend")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragendPropertyTree!= null):((ondragendPropertyTree == null)||(!ondragendPropertyTree.isLeaf())))) { _other.ondragend = this.ondragend; } final PropertyTree ondragenterPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragenter")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragenterPropertyTree!= null):((ondragenterPropertyTree == null)||(!ondragenterPropertyTree.isLeaf())))) { _other.ondragenter = this.ondragenter; } final PropertyTree ondragleavePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragleave")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragleavePropertyTree!= null):((ondragleavePropertyTree == null)||(!ondragleavePropertyTree.isLeaf())))) { _other.ondragleave = this.ondragleave; } final PropertyTree ondragoverPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragover")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragoverPropertyTree!= null):((ondragoverPropertyTree == null)||(!ondragoverPropertyTree.isLeaf())))) { _other.ondragover = this.ondragover; } final PropertyTree ondragstartPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragstart")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragstartPropertyTree!= null):((ondragstartPropertyTree == null)||(!ondragstartPropertyTree.isLeaf())))) { _other.ondragstart = this.ondragstart; } final PropertyTree ondropPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondrop")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondropPropertyTree!= null):((ondropPropertyTree == null)||(!ondropPropertyTree.isLeaf())))) { _other.ondrop = this.ondrop; } final PropertyTree ondurationchangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondurationchange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondurationchangePropertyTree!= null):((ondurationchangePropertyTree == null)||(!ondurationchangePropertyTree.isLeaf())))) { _other.ondurationchange = this.ondurationchange; } final PropertyTree onemptiedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onemptied")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onemptiedPropertyTree!= null):((onemptiedPropertyTree == null)||(!onemptiedPropertyTree.isLeaf())))) { _other.onemptied = this.onemptied; } final PropertyTree onendedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onended")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onendedPropertyTree!= null):((onendedPropertyTree == null)||(!onendedPropertyTree.isLeaf())))) { _other.onended = this.onended; } final PropertyTree onerrorPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onerror")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onerrorPropertyTree!= null):((onerrorPropertyTree == null)||(!onerrorPropertyTree.isLeaf())))) { _other.onerror = this.onerror; } final PropertyTree onfocusPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onfocus")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onfocusPropertyTree!= null):((onfocusPropertyTree == null)||(!onfocusPropertyTree.isLeaf())))) { _other.onfocus = this.onfocus; } final PropertyTree oninputPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oninput")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oninputPropertyTree!= null):((oninputPropertyTree == null)||(!oninputPropertyTree.isLeaf())))) { _other.oninput = this.oninput; } final PropertyTree oninvalidPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oninvalid")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oninvalidPropertyTree!= null):((oninvalidPropertyTree == null)||(!oninvalidPropertyTree.isLeaf())))) { _other.oninvalid = this.oninvalid; } final PropertyTree onkeydownPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onkeydown")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onkeydownPropertyTree!= null):((onkeydownPropertyTree == null)||(!onkeydownPropertyTree.isLeaf())))) { _other.onkeydown = this.onkeydown; } final PropertyTree onkeypressPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onkeypress")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onkeypressPropertyTree!= null):((onkeypressPropertyTree == null)||(!onkeypressPropertyTree.isLeaf())))) { _other.onkeypress = this.onkeypress; } final PropertyTree onkeyupPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onkeyup")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onkeyupPropertyTree!= null):((onkeyupPropertyTree == null)||(!onkeyupPropertyTree.isLeaf())))) { _other.onkeyup = this.onkeyup; } final PropertyTree onloadPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onload")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadPropertyTree!= null):((onloadPropertyTree == null)||(!onloadPropertyTree.isLeaf())))) { _other.onload = this.onload; } final PropertyTree onloadeddataPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onloadeddata")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadeddataPropertyTree!= null):((onloadeddataPropertyTree == null)||(!onloadeddataPropertyTree.isLeaf())))) { _other.onloadeddata = this.onloadeddata; } final PropertyTree onloadedmetadataPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onloadedmetadata")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadedmetadataPropertyTree!= null):((onloadedmetadataPropertyTree == null)||(!onloadedmetadataPropertyTree.isLeaf())))) { _other.onloadedmetadata = this.onloadedmetadata; } final PropertyTree onloadstartPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onloadstart")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadstartPropertyTree!= null):((onloadstartPropertyTree == null)||(!onloadstartPropertyTree.isLeaf())))) { _other.onloadstart = this.onloadstart; } final PropertyTree onmousedownPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmousedown")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmousedownPropertyTree!= null):((onmousedownPropertyTree == null)||(!onmousedownPropertyTree.isLeaf())))) { _other.onmousedown = this.onmousedown; } final PropertyTree onmousemovePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmousemove")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmousemovePropertyTree!= null):((onmousemovePropertyTree == null)||(!onmousemovePropertyTree.isLeaf())))) { _other.onmousemove = this.onmousemove; } final PropertyTree onmouseoutPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmouseout")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmouseoutPropertyTree!= null):((onmouseoutPropertyTree == null)||(!onmouseoutPropertyTree.isLeaf())))) { _other.onmouseout = this.onmouseout; } final PropertyTree onmouseoverPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmouseover")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmouseoverPropertyTree!= null):((onmouseoverPropertyTree == null)||(!onmouseoverPropertyTree.isLeaf())))) { _other.onmouseover = this.onmouseover; } final PropertyTree onmouseupPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmouseup")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmouseupPropertyTree!= null):((onmouseupPropertyTree == null)||(!onmouseupPropertyTree.isLeaf())))) { _other.onmouseup = this.onmouseup; } final PropertyTree onmousewheelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmousewheel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmousewheelPropertyTree!= null):((onmousewheelPropertyTree == null)||(!onmousewheelPropertyTree.isLeaf())))) { _other.onmousewheel = this.onmousewheel; } final PropertyTree onpausePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onpause")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onpausePropertyTree!= null):((onpausePropertyTree == null)||(!onpausePropertyTree.isLeaf())))) { _other.onpause = this.onpause; } final PropertyTree onplayPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onplay")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onplayPropertyTree!= null):((onplayPropertyTree == null)||(!onplayPropertyTree.isLeaf())))) { _other.onplay = this.onplay; } final PropertyTree onplayingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onplaying")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onplayingPropertyTree!= null):((onplayingPropertyTree == null)||(!onplayingPropertyTree.isLeaf())))) { _other.onplaying = this.onplaying; } final PropertyTree onprogressPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onprogress")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onprogressPropertyTree!= null):((onprogressPropertyTree == null)||(!onprogressPropertyTree.isLeaf())))) { _other.onprogress = this.onprogress; } final PropertyTree onratechangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onratechange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onratechangePropertyTree!= null):((onratechangePropertyTree == null)||(!onratechangePropertyTree.isLeaf())))) { _other.onratechange = this.onratechange; } final PropertyTree onreadystatechangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onreadystatechange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onreadystatechangePropertyTree!= null):((onreadystatechangePropertyTree == null)||(!onreadystatechangePropertyTree.isLeaf())))) { _other.onreadystatechange = this.onreadystatechange; } final PropertyTree onresetPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onreset")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onresetPropertyTree!= null):((onresetPropertyTree == null)||(!onresetPropertyTree.isLeaf())))) { _other.onreset = this.onreset; } final PropertyTree onscrollPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onscroll")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onscrollPropertyTree!= null):((onscrollPropertyTree == null)||(!onscrollPropertyTree.isLeaf())))) { _other.onscroll = this.onscroll; } final PropertyTree onseekedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onseeked")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onseekedPropertyTree!= null):((onseekedPropertyTree == null)||(!onseekedPropertyTree.isLeaf())))) { _other.onseeked = this.onseeked; } final PropertyTree onseekingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onseeking")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onseekingPropertyTree!= null):((onseekingPropertyTree == null)||(!onseekingPropertyTree.isLeaf())))) { _other.onseeking = this.onseeking; } final PropertyTree onselectPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onselect")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onselectPropertyTree!= null):((onselectPropertyTree == null)||(!onselectPropertyTree.isLeaf())))) { _other.onselect = this.onselect; } final PropertyTree onshowPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onshow")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onshowPropertyTree!= null):((onshowPropertyTree == null)||(!onshowPropertyTree.isLeaf())))) { _other.onshow = this.onshow; } final PropertyTree onstalledPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onstalled")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onstalledPropertyTree!= null):((onstalledPropertyTree == null)||(!onstalledPropertyTree.isLeaf())))) { _other.onstalled = this.onstalled; } final PropertyTree onsubmitPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onsubmit")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onsubmitPropertyTree!= null):((onsubmitPropertyTree == null)||(!onsubmitPropertyTree.isLeaf())))) { _other.onsubmit = this.onsubmit; } final PropertyTree onsuspendPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onsuspend")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onsuspendPropertyTree!= null):((onsuspendPropertyTree == null)||(!onsuspendPropertyTree.isLeaf())))) { _other.onsuspend = this.onsuspend; } final PropertyTree ontimeupdatePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ontimeupdate")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ontimeupdatePropertyTree!= null):((ontimeupdatePropertyTree == null)||(!ontimeupdatePropertyTree.isLeaf())))) { _other.ontimeupdate = this.ontimeupdate; } final PropertyTree onvolumechangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onvolumechange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onvolumechangePropertyTree!= null):((onvolumechangePropertyTree == null)||(!onvolumechangePropertyTree.isLeaf())))) { _other.onvolumechange = this.onvolumechange; } final PropertyTree onwaitingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onwaiting")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onwaitingPropertyTree!= null):((onwaitingPropertyTree == null)||(!onwaitingPropertyTree.isLeaf())))) { _other.onwaiting = this.onwaiting; } } public<_B >Ol.Builder<_B> newCopyBuilder(final _B _parentBuilder, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return new Ol.Builder<_B>(_parentBuilder, this, true, _propertyTree, _propertyTreeUse); } public Ol.Builder newCopyBuilder(final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return newCopyBuilder(null, _propertyTree, _propertyTreeUse); } public static<_B >Ol.Builder<_B> copyOf(final Ol _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final Ol.Builder<_B> _newBuilder = new Ol.Builder<>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static Ol.Builder copyExcept(final Ol _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static Ol.Builder copyOnly(final Ol _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public List getLi() { if (this.li == null) { this.li = new ArrayList<>(); } if (this.li_RO == null) { this.li_RO = ((li == null)?null:Collections.unmodifiableList(this.li)); } return this.li_RO; } public List getAccesskey() { if (this.accesskey == null) { this.accesskey = new ArrayList<>(); } if (this.accesskey_RO == null) { this.accesskey_RO = ((accesskey == null)?null:Collections.unmodifiableList(this.accesskey)); } return this.accesskey_RO; } public List getClazz() { if (this.clazz == null) { this.clazz = new ArrayList<>(); } if (this.clazz_RO == null) { this.clazz_RO = ((clazz == null)?null:Collections.unmodifiableList(this.clazz)); } return this.clazz_RO; } public List getDropzone() { if (this.dropzone == null) { this.dropzone = new ArrayList<>(); } if (this.dropzone_RO == null) { this.dropzone_RO = ((dropzone == null)?null:Collections.unmodifiableList(this.dropzone)); } return this.dropzone_RO; } public Ol.Modifier modifier() { if (null == this.__cachedModifier__) { this.__cachedModifier__ = new Ol.Modifier(); } return ((Ol.Modifier) this.__cachedModifier__); } public Ol visit(final PropertyVisitor _visitor_) { _visitor_.visit(this); if (_visitor_.visit(new CollectionProperty<>(Ol.PropInfo.li, this))&&(this.li!= null)) { for (Ol.Li _item_: this.li) { if (_item_!= null) { _item_.visit(_visitor_); } } } _visitor_.visit(new SingleProperty<>(Ol.PropInfo.type, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.start, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.reversed, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.xmlLang, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.xmlSpace, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.xmlBase, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.dir, this)); _visitor_.visit(new CollectionProperty<>(Ol.PropInfo.accesskey, this)); _visitor_.visit(new CollectionProperty<>(Ol.PropInfo.clazz, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.contenteditable, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.contextmenu, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.draggable, this)); _visitor_.visit(new CollectionProperty<>(Ol.PropInfo.dropzone, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.hidden, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.id, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.lang, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.spellcheck, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.style, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.tabindex, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.title, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onabort, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onblur, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.oncanplay, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.oncanplaythrough, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onchange, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onclick, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.oncontextmenu, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondblclick, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondrag, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondragend, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondragenter, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondragleave, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondragover, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondragstart, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondrop, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ondurationchange, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onemptied, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onended, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onerror, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onfocus, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.oninput, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.oninvalid, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onkeydown, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onkeypress, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onkeyup, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onload, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onloadeddata, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onloadedmetadata, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onloadstart, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onmousedown, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onmousemove, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onmouseout, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onmouseover, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onmouseup, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onmousewheel, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onpause, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onplay, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onplaying, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onprogress, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onratechange, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onreadystatechange, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onreset, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onscroll, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onseeked, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onseeking, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onselect, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onshow, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onstalled, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onsubmit, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onsuspend, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.ontimeupdate, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onvolumechange, this)); _visitor_.visit(new SingleProperty<>(Ol.PropInfo.onwaiting, this)); return this; } public static class Builder<_B >implements Buildable, org.w3._1999.xhtml.GlobalAttributeGroup.BuildSupport<_B> { protected final _B _parentBuilder; protected final Ol _storedValue; private List>> li; private String type = "1"; private BigInteger start; private String reversed; private String xmlLang; private String xmlSpace = "preserve"; private String xmlBase; private Dir dir; private List accesskey; private List clazz; private String contenteditable; private String contextmenu; private Boolean draggable; private List dropzone; private String hidden; private String id; private String lang; private String spellcheck; private String style; private BigInteger tabindex; private String title; private String onabort; private String onblur; private String oncanplay; private String oncanplaythrough; private String onchange; private String onclick; private String oncontextmenu; private String ondblclick; private String ondrag; private String ondragend; private String ondragenter; private String ondragleave; private String ondragover; private String ondragstart; private String ondrop; private String ondurationchange; private String onemptied; private String onended; private String onerror; private String onfocus; private String oninput; private String oninvalid; private String onkeydown; private String onkeypress; private String onkeyup; private String onload; private String onloadeddata; private String onloadedmetadata; private String onloadstart; private String onmousedown; private String onmousemove; private String onmouseout; private String onmouseover; private String onmouseup; private String onmousewheel; private String onpause; private String onplay; private String onplaying; private String onprogress; private String onratechange; private String onreadystatechange; private String onreset; private String onscroll; private String onseeked; private String onseeking; private String onselect; private String onshow; private String onstalled; private String onsubmit; private String onsuspend; private String ontimeupdate; private String onvolumechange; private String onwaiting; public Builder(final _B _parentBuilder, final Ol _other, final boolean _copy) { this._parentBuilder = _parentBuilder; if (_other!= null) { if (_copy) { _storedValue = null; if (_other.li == null) { this.li = null; } else { this.li = new ArrayList<>(); for (Ol.Li _item: _other.li) { this.li.add(((_item == null)?null:_item.newCopyBuilder(this))); } } this.type = _other.type; this.start = _other.start; this.reversed = _other.reversed; this.xmlLang = _other.xmlLang; this.xmlSpace = _other.xmlSpace; this.xmlBase = _other.xmlBase; this.dir = _other.dir; if (_other.accesskey == null) { this.accesskey = null; } else { this.accesskey = new ArrayList<>(); for (String _item: _other.accesskey) { this.accesskey.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } if (_other.clazz == null) { this.clazz = null; } else { this.clazz = new ArrayList<>(); for (String _item: _other.clazz) { this.clazz.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } this.contenteditable = _other.contenteditable; this.contextmenu = _other.contextmenu; this.draggable = _other.draggable; if (_other.dropzone == null) { this.dropzone = null; } else { this.dropzone = new ArrayList<>(); for (String _item: _other.dropzone) { this.dropzone.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } this.hidden = _other.hidden; this.id = _other.id; this.lang = _other.lang; this.spellcheck = _other.spellcheck; this.style = _other.style; this.tabindex = _other.tabindex; this.title = _other.title; this.onabort = _other.onabort; this.onblur = _other.onblur; this.oncanplay = _other.oncanplay; this.oncanplaythrough = _other.oncanplaythrough; this.onchange = _other.onchange; this.onclick = _other.onclick; this.oncontextmenu = _other.oncontextmenu; this.ondblclick = _other.ondblclick; this.ondrag = _other.ondrag; this.ondragend = _other.ondragend; this.ondragenter = _other.ondragenter; this.ondragleave = _other.ondragleave; this.ondragover = _other.ondragover; this.ondragstart = _other.ondragstart; this.ondrop = _other.ondrop; this.ondurationchange = _other.ondurationchange; this.onemptied = _other.onemptied; this.onended = _other.onended; this.onerror = _other.onerror; this.onfocus = _other.onfocus; this.oninput = _other.oninput; this.oninvalid = _other.oninvalid; this.onkeydown = _other.onkeydown; this.onkeypress = _other.onkeypress; this.onkeyup = _other.onkeyup; this.onload = _other.onload; this.onloadeddata = _other.onloadeddata; this.onloadedmetadata = _other.onloadedmetadata; this.onloadstart = _other.onloadstart; this.onmousedown = _other.onmousedown; this.onmousemove = _other.onmousemove; this.onmouseout = _other.onmouseout; this.onmouseover = _other.onmouseover; this.onmouseup = _other.onmouseup; this.onmousewheel = _other.onmousewheel; this.onpause = _other.onpause; this.onplay = _other.onplay; this.onplaying = _other.onplaying; this.onprogress = _other.onprogress; this.onratechange = _other.onratechange; this.onreadystatechange = _other.onreadystatechange; this.onreset = _other.onreset; this.onscroll = _other.onscroll; this.onseeked = _other.onseeked; this.onseeking = _other.onseeking; this.onselect = _other.onselect; this.onshow = _other.onshow; this.onstalled = _other.onstalled; this.onsubmit = _other.onsubmit; this.onsuspend = _other.onsuspend; this.ontimeupdate = _other.ontimeupdate; this.onvolumechange = _other.onvolumechange; this.onwaiting = _other.onwaiting; } else { _storedValue = _other; } } else { _storedValue = null; } } public Builder(final _B _parentBuilder, final Ol _other, final boolean _copy, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { this._parentBuilder = _parentBuilder; if (_other!= null) { if (_copy) { _storedValue = null; final PropertyTree liPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("li")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(liPropertyTree!= null):((liPropertyTree == null)||(!liPropertyTree.isLeaf())))) { if (_other.li == null) { this.li = null; } else { this.li = new ArrayList<>(); for (Ol.Li _item: _other.li) { this.li.add(((_item == null)?null:_item.newCopyBuilder(this, liPropertyTree, _propertyTreeUse))); } } } final PropertyTree typePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("type")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(typePropertyTree!= null):((typePropertyTree == null)||(!typePropertyTree.isLeaf())))) { this.type = _other.type; } final PropertyTree startPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("start")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(startPropertyTree!= null):((startPropertyTree == null)||(!startPropertyTree.isLeaf())))) { this.start = _other.start; } final PropertyTree reversedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("reversed")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(reversedPropertyTree!= null):((reversedPropertyTree == null)||(!reversedPropertyTree.isLeaf())))) { this.reversed = _other.reversed; } final PropertyTree xmlLangPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("xmlLang")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(xmlLangPropertyTree!= null):((xmlLangPropertyTree == null)||(!xmlLangPropertyTree.isLeaf())))) { this.xmlLang = _other.xmlLang; } final PropertyTree xmlSpacePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("xmlSpace")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(xmlSpacePropertyTree!= null):((xmlSpacePropertyTree == null)||(!xmlSpacePropertyTree.isLeaf())))) { this.xmlSpace = _other.xmlSpace; } final PropertyTree xmlBasePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("xmlBase")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(xmlBasePropertyTree!= null):((xmlBasePropertyTree == null)||(!xmlBasePropertyTree.isLeaf())))) { this.xmlBase = _other.xmlBase; } final PropertyTree dirPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("dir")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(dirPropertyTree!= null):((dirPropertyTree == null)||(!dirPropertyTree.isLeaf())))) { this.dir = _other.dir; } final PropertyTree accesskeyPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("accesskey")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(accesskeyPropertyTree!= null):((accesskeyPropertyTree == null)||(!accesskeyPropertyTree.isLeaf())))) { if (_other.accesskey == null) { this.accesskey = null; } else { this.accesskey = new ArrayList<>(); for (String _item: _other.accesskey) { this.accesskey.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree clazzPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("clazz")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(clazzPropertyTree!= null):((clazzPropertyTree == null)||(!clazzPropertyTree.isLeaf())))) { if (_other.clazz == null) { this.clazz = null; } else { this.clazz = new ArrayList<>(); for (String _item: _other.clazz) { this.clazz.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree contenteditablePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("contenteditable")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(contenteditablePropertyTree!= null):((contenteditablePropertyTree == null)||(!contenteditablePropertyTree.isLeaf())))) { this.contenteditable = _other.contenteditable; } final PropertyTree contextmenuPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("contextmenu")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(contextmenuPropertyTree!= null):((contextmenuPropertyTree == null)||(!contextmenuPropertyTree.isLeaf())))) { this.contextmenu = _other.contextmenu; } final PropertyTree draggablePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("draggable")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(draggablePropertyTree!= null):((draggablePropertyTree == null)||(!draggablePropertyTree.isLeaf())))) { this.draggable = _other.draggable; } final PropertyTree dropzonePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("dropzone")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(dropzonePropertyTree!= null):((dropzonePropertyTree == null)||(!dropzonePropertyTree.isLeaf())))) { if (_other.dropzone == null) { this.dropzone = null; } else { this.dropzone = new ArrayList<>(); for (String _item: _other.dropzone) { this.dropzone.add(((_item == null)?null:new Buildable.PrimitiveBuildable(_item))); } } } final PropertyTree hiddenPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("hidden")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(hiddenPropertyTree!= null):((hiddenPropertyTree == null)||(!hiddenPropertyTree.isLeaf())))) { this.hidden = _other.hidden; } final PropertyTree idPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("id")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(idPropertyTree!= null):((idPropertyTree == null)||(!idPropertyTree.isLeaf())))) { this.id = _other.id; } final PropertyTree langPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("lang")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(langPropertyTree!= null):((langPropertyTree == null)||(!langPropertyTree.isLeaf())))) { this.lang = _other.lang; } final PropertyTree spellcheckPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("spellcheck")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(spellcheckPropertyTree!= null):((spellcheckPropertyTree == null)||(!spellcheckPropertyTree.isLeaf())))) { this.spellcheck = _other.spellcheck; } final PropertyTree stylePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("style")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(stylePropertyTree!= null):((stylePropertyTree == null)||(!stylePropertyTree.isLeaf())))) { this.style = _other.style; } final PropertyTree tabindexPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("tabindex")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(tabindexPropertyTree!= null):((tabindexPropertyTree == null)||(!tabindexPropertyTree.isLeaf())))) { this.tabindex = _other.tabindex; } final PropertyTree titlePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("title")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(titlePropertyTree!= null):((titlePropertyTree == null)||(!titlePropertyTree.isLeaf())))) { this.title = _other.title; } final PropertyTree onabortPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onabort")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onabortPropertyTree!= null):((onabortPropertyTree == null)||(!onabortPropertyTree.isLeaf())))) { this.onabort = _other.onabort; } final PropertyTree onblurPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onblur")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onblurPropertyTree!= null):((onblurPropertyTree == null)||(!onblurPropertyTree.isLeaf())))) { this.onblur = _other.onblur; } final PropertyTree oncanplayPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oncanplay")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oncanplayPropertyTree!= null):((oncanplayPropertyTree == null)||(!oncanplayPropertyTree.isLeaf())))) { this.oncanplay = _other.oncanplay; } final PropertyTree oncanplaythroughPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oncanplaythrough")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oncanplaythroughPropertyTree!= null):((oncanplaythroughPropertyTree == null)||(!oncanplaythroughPropertyTree.isLeaf())))) { this.oncanplaythrough = _other.oncanplaythrough; } final PropertyTree onchangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onchange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onchangePropertyTree!= null):((onchangePropertyTree == null)||(!onchangePropertyTree.isLeaf())))) { this.onchange = _other.onchange; } final PropertyTree onclickPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onclick")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onclickPropertyTree!= null):((onclickPropertyTree == null)||(!onclickPropertyTree.isLeaf())))) { this.onclick = _other.onclick; } final PropertyTree oncontextmenuPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oncontextmenu")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oncontextmenuPropertyTree!= null):((oncontextmenuPropertyTree == null)||(!oncontextmenuPropertyTree.isLeaf())))) { this.oncontextmenu = _other.oncontextmenu; } final PropertyTree ondblclickPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondblclick")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondblclickPropertyTree!= null):((ondblclickPropertyTree == null)||(!ondblclickPropertyTree.isLeaf())))) { this.ondblclick = _other.ondblclick; } final PropertyTree ondragPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondrag")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragPropertyTree!= null):((ondragPropertyTree == null)||(!ondragPropertyTree.isLeaf())))) { this.ondrag = _other.ondrag; } final PropertyTree ondragendPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragend")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragendPropertyTree!= null):((ondragendPropertyTree == null)||(!ondragendPropertyTree.isLeaf())))) { this.ondragend = _other.ondragend; } final PropertyTree ondragenterPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragenter")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragenterPropertyTree!= null):((ondragenterPropertyTree == null)||(!ondragenterPropertyTree.isLeaf())))) { this.ondragenter = _other.ondragenter; } final PropertyTree ondragleavePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragleave")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragleavePropertyTree!= null):((ondragleavePropertyTree == null)||(!ondragleavePropertyTree.isLeaf())))) { this.ondragleave = _other.ondragleave; } final PropertyTree ondragoverPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragover")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragoverPropertyTree!= null):((ondragoverPropertyTree == null)||(!ondragoverPropertyTree.isLeaf())))) { this.ondragover = _other.ondragover; } final PropertyTree ondragstartPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondragstart")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondragstartPropertyTree!= null):((ondragstartPropertyTree == null)||(!ondragstartPropertyTree.isLeaf())))) { this.ondragstart = _other.ondragstart; } final PropertyTree ondropPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondrop")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondropPropertyTree!= null):((ondropPropertyTree == null)||(!ondropPropertyTree.isLeaf())))) { this.ondrop = _other.ondrop; } final PropertyTree ondurationchangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ondurationchange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ondurationchangePropertyTree!= null):((ondurationchangePropertyTree == null)||(!ondurationchangePropertyTree.isLeaf())))) { this.ondurationchange = _other.ondurationchange; } final PropertyTree onemptiedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onemptied")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onemptiedPropertyTree!= null):((onemptiedPropertyTree == null)||(!onemptiedPropertyTree.isLeaf())))) { this.onemptied = _other.onemptied; } final PropertyTree onendedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onended")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onendedPropertyTree!= null):((onendedPropertyTree == null)||(!onendedPropertyTree.isLeaf())))) { this.onended = _other.onended; } final PropertyTree onerrorPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onerror")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onerrorPropertyTree!= null):((onerrorPropertyTree == null)||(!onerrorPropertyTree.isLeaf())))) { this.onerror = _other.onerror; } final PropertyTree onfocusPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onfocus")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onfocusPropertyTree!= null):((onfocusPropertyTree == null)||(!onfocusPropertyTree.isLeaf())))) { this.onfocus = _other.onfocus; } final PropertyTree oninputPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oninput")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oninputPropertyTree!= null):((oninputPropertyTree == null)||(!oninputPropertyTree.isLeaf())))) { this.oninput = _other.oninput; } final PropertyTree oninvalidPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("oninvalid")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(oninvalidPropertyTree!= null):((oninvalidPropertyTree == null)||(!oninvalidPropertyTree.isLeaf())))) { this.oninvalid = _other.oninvalid; } final PropertyTree onkeydownPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onkeydown")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onkeydownPropertyTree!= null):((onkeydownPropertyTree == null)||(!onkeydownPropertyTree.isLeaf())))) { this.onkeydown = _other.onkeydown; } final PropertyTree onkeypressPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onkeypress")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onkeypressPropertyTree!= null):((onkeypressPropertyTree == null)||(!onkeypressPropertyTree.isLeaf())))) { this.onkeypress = _other.onkeypress; } final PropertyTree onkeyupPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onkeyup")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onkeyupPropertyTree!= null):((onkeyupPropertyTree == null)||(!onkeyupPropertyTree.isLeaf())))) { this.onkeyup = _other.onkeyup; } final PropertyTree onloadPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onload")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadPropertyTree!= null):((onloadPropertyTree == null)||(!onloadPropertyTree.isLeaf())))) { this.onload = _other.onload; } final PropertyTree onloadeddataPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onloadeddata")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadeddataPropertyTree!= null):((onloadeddataPropertyTree == null)||(!onloadeddataPropertyTree.isLeaf())))) { this.onloadeddata = _other.onloadeddata; } final PropertyTree onloadedmetadataPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onloadedmetadata")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadedmetadataPropertyTree!= null):((onloadedmetadataPropertyTree == null)||(!onloadedmetadataPropertyTree.isLeaf())))) { this.onloadedmetadata = _other.onloadedmetadata; } final PropertyTree onloadstartPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onloadstart")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onloadstartPropertyTree!= null):((onloadstartPropertyTree == null)||(!onloadstartPropertyTree.isLeaf())))) { this.onloadstart = _other.onloadstart; } final PropertyTree onmousedownPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmousedown")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmousedownPropertyTree!= null):((onmousedownPropertyTree == null)||(!onmousedownPropertyTree.isLeaf())))) { this.onmousedown = _other.onmousedown; } final PropertyTree onmousemovePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmousemove")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmousemovePropertyTree!= null):((onmousemovePropertyTree == null)||(!onmousemovePropertyTree.isLeaf())))) { this.onmousemove = _other.onmousemove; } final PropertyTree onmouseoutPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmouseout")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmouseoutPropertyTree!= null):((onmouseoutPropertyTree == null)||(!onmouseoutPropertyTree.isLeaf())))) { this.onmouseout = _other.onmouseout; } final PropertyTree onmouseoverPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmouseover")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmouseoverPropertyTree!= null):((onmouseoverPropertyTree == null)||(!onmouseoverPropertyTree.isLeaf())))) { this.onmouseover = _other.onmouseover; } final PropertyTree onmouseupPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmouseup")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmouseupPropertyTree!= null):((onmouseupPropertyTree == null)||(!onmouseupPropertyTree.isLeaf())))) { this.onmouseup = _other.onmouseup; } final PropertyTree onmousewheelPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onmousewheel")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onmousewheelPropertyTree!= null):((onmousewheelPropertyTree == null)||(!onmousewheelPropertyTree.isLeaf())))) { this.onmousewheel = _other.onmousewheel; } final PropertyTree onpausePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onpause")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onpausePropertyTree!= null):((onpausePropertyTree == null)||(!onpausePropertyTree.isLeaf())))) { this.onpause = _other.onpause; } final PropertyTree onplayPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onplay")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onplayPropertyTree!= null):((onplayPropertyTree == null)||(!onplayPropertyTree.isLeaf())))) { this.onplay = _other.onplay; } final PropertyTree onplayingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onplaying")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onplayingPropertyTree!= null):((onplayingPropertyTree == null)||(!onplayingPropertyTree.isLeaf())))) { this.onplaying = _other.onplaying; } final PropertyTree onprogressPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onprogress")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onprogressPropertyTree!= null):((onprogressPropertyTree == null)||(!onprogressPropertyTree.isLeaf())))) { this.onprogress = _other.onprogress; } final PropertyTree onratechangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onratechange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onratechangePropertyTree!= null):((onratechangePropertyTree == null)||(!onratechangePropertyTree.isLeaf())))) { this.onratechange = _other.onratechange; } final PropertyTree onreadystatechangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onreadystatechange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onreadystatechangePropertyTree!= null):((onreadystatechangePropertyTree == null)||(!onreadystatechangePropertyTree.isLeaf())))) { this.onreadystatechange = _other.onreadystatechange; } final PropertyTree onresetPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onreset")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onresetPropertyTree!= null):((onresetPropertyTree == null)||(!onresetPropertyTree.isLeaf())))) { this.onreset = _other.onreset; } final PropertyTree onscrollPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onscroll")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onscrollPropertyTree!= null):((onscrollPropertyTree == null)||(!onscrollPropertyTree.isLeaf())))) { this.onscroll = _other.onscroll; } final PropertyTree onseekedPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onseeked")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onseekedPropertyTree!= null):((onseekedPropertyTree == null)||(!onseekedPropertyTree.isLeaf())))) { this.onseeked = _other.onseeked; } final PropertyTree onseekingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onseeking")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onseekingPropertyTree!= null):((onseekingPropertyTree == null)||(!onseekingPropertyTree.isLeaf())))) { this.onseeking = _other.onseeking; } final PropertyTree onselectPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onselect")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onselectPropertyTree!= null):((onselectPropertyTree == null)||(!onselectPropertyTree.isLeaf())))) { this.onselect = _other.onselect; } final PropertyTree onshowPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onshow")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onshowPropertyTree!= null):((onshowPropertyTree == null)||(!onshowPropertyTree.isLeaf())))) { this.onshow = _other.onshow; } final PropertyTree onstalledPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onstalled")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onstalledPropertyTree!= null):((onstalledPropertyTree == null)||(!onstalledPropertyTree.isLeaf())))) { this.onstalled = _other.onstalled; } final PropertyTree onsubmitPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onsubmit")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onsubmitPropertyTree!= null):((onsubmitPropertyTree == null)||(!onsubmitPropertyTree.isLeaf())))) { this.onsubmit = _other.onsubmit; } final PropertyTree onsuspendPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onsuspend")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onsuspendPropertyTree!= null):((onsuspendPropertyTree == null)||(!onsuspendPropertyTree.isLeaf())))) { this.onsuspend = _other.onsuspend; } final PropertyTree ontimeupdatePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("ontimeupdate")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(ontimeupdatePropertyTree!= null):((ontimeupdatePropertyTree == null)||(!ontimeupdatePropertyTree.isLeaf())))) { this.ontimeupdate = _other.ontimeupdate; } final PropertyTree onvolumechangePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onvolumechange")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onvolumechangePropertyTree!= null):((onvolumechangePropertyTree == null)||(!onvolumechangePropertyTree.isLeaf())))) { this.onvolumechange = _other.onvolumechange; } final PropertyTree onwaitingPropertyTree = ((_propertyTree == null)?null:_propertyTree.get("onwaiting")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(onwaitingPropertyTree!= null):((onwaitingPropertyTree == null)||(!onwaitingPropertyTree.isLeaf())))) { this.onwaiting = _other.onwaiting; } } else { _storedValue = _other; } } else { _storedValue = null; } } public _B end() { return this._parentBuilder; } protected<_P extends Ol >_P init(final _P _product) { if (this.li!= null) { final List li = new ArrayList<>(this.li.size()); for (Ol.Li.Builder> _item: this.li) { li.add(_item.build()); } _product.li = li; } _product.li_RO = ((li == null)?null:Collections.unmodifiableList(_product.li)); _product.type = this.type; _product.start = this.start; _product.reversed = this.reversed; _product.xmlLang = this.xmlLang; _product.xmlSpace = this.xmlSpace; _product.xmlBase = this.xmlBase; _product.dir = this.dir; if (this.accesskey!= null) { final List accesskey = new ArrayList<>(this.accesskey.size()); for (Buildable _item: this.accesskey) { accesskey.add(((String) _item.build())); } _product.accesskey = accesskey; } _product.accesskey_RO = ((accesskey == null)?null:Collections.unmodifiableList(_product.accesskey)); if (this.clazz!= null) { final List clazz = new ArrayList<>(this.clazz.size()); for (Buildable _item: this.clazz) { clazz.add(((String) _item.build())); } _product.clazz = clazz; } _product.clazz_RO = ((clazz == null)?null:Collections.unmodifiableList(_product.clazz)); _product.contenteditable = this.contenteditable; _product.contextmenu = this.contextmenu; _product.draggable = this.draggable; if (this.dropzone!= null) { final List dropzone = new ArrayList<>(this.dropzone.size()); for (Buildable _item: this.dropzone) { dropzone.add(((String) _item.build())); } _product.dropzone = dropzone; } _product.dropzone_RO = ((dropzone == null)?null:Collections.unmodifiableList(_product.dropzone)); _product.hidden = this.hidden; _product.id = this.id; _product.lang = this.lang; _product.spellcheck = this.spellcheck; _product.style = this.style; _product.tabindex = this.tabindex; _product.title = this.title; _product.onabort = this.onabort; _product.onblur = this.onblur; _product.oncanplay = this.oncanplay; _product.oncanplaythrough = this.oncanplaythrough; _product.onchange = this.onchange; _product.onclick = this.onclick; _product.oncontextmenu = this.oncontextmenu; _product.ondblclick = this.ondblclick; _product.ondrag = this.ondrag; _product.ondragend = this.ondragend; _product.ondragenter = this.ondragenter; _product.ondragleave = this.ondragleave; _product.ondragover = this.ondragover; _product.ondragstart = this.ondragstart; _product.ondrop = this.ondrop; _product.ondurationchange = this.ondurationchange; _product.onemptied = this.onemptied; _product.onended = this.onended; _product.onerror = this.onerror; _product.onfocus = this.onfocus; _product.oninput = this.oninput; _product.oninvalid = this.oninvalid; _product.onkeydown = this.onkeydown; _product.onkeypress = this.onkeypress; _product.onkeyup = this.onkeyup; _product.onload = this.onload; _product.onloadeddata = this.onloadeddata; _product.onloadedmetadata = this.onloadedmetadata; _product.onloadstart = this.onloadstart; _product.onmousedown = this.onmousedown; _product.onmousemove = this.onmousemove; _product.onmouseout = this.onmouseout; _product.onmouseover = this.onmouseover; _product.onmouseup = this.onmouseup; _product.onmousewheel = this.onmousewheel; _product.onpause = this.onpause; _product.onplay = this.onplay; _product.onplaying = this.onplaying; _product.onprogress = this.onprogress; _product.onratechange = this.onratechange; _product.onreadystatechange = this.onreadystatechange; _product.onreset = this.onreset; _product.onscroll = this.onscroll; _product.onseeked = this.onseeked; _product.onseeking = this.onseeking; _product.onselect = this.onselect; _product.onshow = this.onshow; _product.onstalled = this.onstalled; _product.onsubmit = this.onsubmit; _product.onsuspend = this.onsuspend; _product.ontimeupdate = this.ontimeupdate; _product.onvolumechange = this.onvolumechange; _product.onwaiting = this.onwaiting; return _product; } /** * Fügt Werte zur Eigenschaft "li" hinzu. * * @param li * Werte, die zur Eigenschaft "li" hinzugefügt werden. */ public Ol.Builder<_B> addLi(final Iterable li) { if (li!= null) { if (this.li == null) { this.li = new ArrayList<>(); } for (Ol.Li _item: li) { this.li.add(new Ol.Li.Builder<>(this, _item, false)); } } return this; } /** * Setzt den neuen Wert der Eigenschaft "li" (Vorher zugewiesener Wert wird * ersetzt) * * @param li * Neuer Wert der Eigenschaft "li". */ public Ol.Builder<_B> withLi(final Iterable li) { if (this.li!= null) { this.li.clear(); } return addLi(li); } /** * Fügt Werte zur Eigenschaft "li" hinzu. * * @param li * Werte, die zur Eigenschaft "li" hinzugefügt werden. */ public Ol.Builder<_B> addLi(Ol.Li... li) { addLi(Arrays.asList(li)); return this; } /** * Setzt den neuen Wert der Eigenschaft "li" (Vorher zugewiesener Wert wird * ersetzt) * * @param li * Neuer Wert der Eigenschaft "li". */ public Ol.Builder<_B> withLi(Ol.Li... li) { withLi(Arrays.asList(li)); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "Li". * Mit {@link org.w3._1999.xhtml.Ol.Li.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "Li". * Mit {@link org.w3._1999.xhtml.Ol.Li.Builder#end()} geht es zurück zum aktuellen * Builder. */ public Ol.Li.Builder> addLi() { if (this.li == null) { this.li = new ArrayList<>(); } final Ol.Li.Builder> li_Builder = new Ol.Li.Builder<>(this, null, false); this.li.add(li_Builder); return li_Builder; } /** * Setzt den neuen Wert der Eigenschaft "type" (Vorher zugewiesener Wert wird * ersetzt) * * @param type * Neuer Wert der Eigenschaft "type". */ public Ol.Builder<_B> withType(final String type) { this.type = type; return this; } /** * Setzt den neuen Wert der Eigenschaft "start" (Vorher zugewiesener Wert wird * ersetzt) * * @param start * Neuer Wert der Eigenschaft "start". */ public Ol.Builder<_B> withStart(final BigInteger start) { this.start = start; return this; } /** * Setzt den neuen Wert der Eigenschaft "reversed" (Vorher zugewiesener Wert wird * ersetzt) * * @param reversed * Neuer Wert der Eigenschaft "reversed". */ public Ol.Builder<_B> withReversed(final String reversed) { this.reversed = reversed; return this; } /** * Setzt den neuen Wert der Eigenschaft "xmlLang" (Vorher zugewiesener Wert wird * ersetzt) * * @param xmlLang * Neuer Wert der Eigenschaft "xmlLang". */ public Ol.Builder<_B> withXmlLang(final String xmlLang) { this.xmlLang = xmlLang; return this; } /** * Setzt den neuen Wert der Eigenschaft "xmlSpace" (Vorher zugewiesener Wert wird * ersetzt) * * @param xmlSpace * Neuer Wert der Eigenschaft "xmlSpace". */ public Ol.Builder<_B> withXmlSpace(final String xmlSpace) { this.xmlSpace = xmlSpace; return this; } /** * Setzt den neuen Wert der Eigenschaft "xmlBase" (Vorher zugewiesener Wert wird * ersetzt) * * @param xmlBase * Neuer Wert der Eigenschaft "xmlBase". */ public Ol.Builder<_B> withXmlBase(final String xmlBase) { this.xmlBase = xmlBase; return this; } /** * Setzt den neuen Wert der Eigenschaft "dir" (Vorher zugewiesener Wert wird * ersetzt) * * @param dir * Neuer Wert der Eigenschaft "dir". */ public Ol.Builder<_B> withDir(final Dir dir) { this.dir = dir; return this; } /** * Fügt Werte zur Eigenschaft "accesskey" hinzu. * * @param accesskey * Werte, die zur Eigenschaft "accesskey" hinzugefügt werden. */ public Ol.Builder<_B> addAccesskey(final Iterable accesskey) { if (accesskey!= null) { if (this.accesskey == null) { this.accesskey = new ArrayList<>(); } for (String _item: accesskey) { this.accesskey.add(new Buildable.PrimitiveBuildable(_item)); } } return this; } /** * Setzt den neuen Wert der Eigenschaft "accesskey" (Vorher zugewiesener Wert wird * ersetzt) * * @param accesskey * Neuer Wert der Eigenschaft "accesskey". */ public Ol.Builder<_B> withAccesskey(final Iterable accesskey) { if (this.accesskey!= null) { this.accesskey.clear(); } return addAccesskey(accesskey); } /** * Fügt Werte zur Eigenschaft "accesskey" hinzu. * * @param accesskey * Werte, die zur Eigenschaft "accesskey" hinzugefügt werden. */ public Ol.Builder<_B> addAccesskey(String... accesskey) { addAccesskey(Arrays.asList(accesskey)); return this; } /** * Setzt den neuen Wert der Eigenschaft "accesskey" (Vorher zugewiesener Wert wird * ersetzt) * * @param accesskey * Neuer Wert der Eigenschaft "accesskey". */ public Ol.Builder<_B> withAccesskey(String... accesskey) { withAccesskey(Arrays.asList(accesskey)); return this; } /** * Fügt Werte zur Eigenschaft "clazz" hinzu. * * @param clazz * Werte, die zur Eigenschaft "clazz" hinzugefügt werden. */ public Ol.Builder<_B> addClazz(final Iterable clazz) { if (clazz!= null) { if (this.clazz == null) { this.clazz = new ArrayList<>(); } for (String _item: clazz) { this.clazz.add(new Buildable.PrimitiveBuildable(_item)); } } return this; } /** * Setzt den neuen Wert der Eigenschaft "clazz" (Vorher zugewiesener Wert wird * ersetzt) * * @param clazz * Neuer Wert der Eigenschaft "clazz". */ public Ol.Builder<_B> withClazz(final Iterable clazz) { if (this.clazz!= null) { this.clazz.clear(); } return addClazz(clazz); } /** * Fügt Werte zur Eigenschaft "clazz" hinzu. * * @param clazz * Werte, die zur Eigenschaft "clazz" hinzugefügt werden. */ public Ol.Builder<_B> addClazz(String... clazz) { addClazz(Arrays.asList(clazz)); return this; } /** * Setzt den neuen Wert der Eigenschaft "clazz" (Vorher zugewiesener Wert wird * ersetzt) * * @param clazz * Neuer Wert der Eigenschaft "clazz". */ public Ol.Builder<_B> withClazz(String... clazz) { withClazz(Arrays.asList(clazz)); return this; } /** * Setzt den neuen Wert der Eigenschaft "contenteditable" (Vorher zugewiesener Wert * wird ersetzt) * * @param contenteditable * Neuer Wert der Eigenschaft "contenteditable". */ public Ol.Builder<_B> withContenteditable(final String contenteditable) { this.contenteditable = contenteditable; return this; } /** * Setzt den neuen Wert der Eigenschaft "contextmenu" (Vorher zugewiesener Wert * wird ersetzt) * * @param contextmenu * Neuer Wert der Eigenschaft "contextmenu". */ public Ol.Builder<_B> withContextmenu(final String contextmenu) { this.contextmenu = contextmenu; return this; } /** * Setzt den neuen Wert der Eigenschaft "draggable" (Vorher zugewiesener Wert wird * ersetzt) * * @param draggable * Neuer Wert der Eigenschaft "draggable". */ public Ol.Builder<_B> withDraggable(final Boolean draggable) { this.draggable = draggable; return this; } /** * Fügt Werte zur Eigenschaft "dropzone" hinzu. * * @param dropzone * Werte, die zur Eigenschaft "dropzone" hinzugefügt werden. */ public Ol.Builder<_B> addDropzone(final Iterable dropzone) { if (dropzone!= null) { if (this.dropzone == null) { this.dropzone = new ArrayList<>(); } for (String _item: dropzone) { this.dropzone.add(new Buildable.PrimitiveBuildable(_item)); } } return this; } /** * Setzt den neuen Wert der Eigenschaft "dropzone" (Vorher zugewiesener Wert wird * ersetzt) * * @param dropzone * Neuer Wert der Eigenschaft "dropzone". */ public Ol.Builder<_B> withDropzone(final Iterable dropzone) { if (this.dropzone!= null) { this.dropzone.clear(); } return addDropzone(dropzone); } /** * Fügt Werte zur Eigenschaft "dropzone" hinzu. * * @param dropzone * Werte, die zur Eigenschaft "dropzone" hinzugefügt werden. */ public Ol.Builder<_B> addDropzone(String... dropzone) { addDropzone(Arrays.asList(dropzone)); return this; } /** * Setzt den neuen Wert der Eigenschaft "dropzone" (Vorher zugewiesener Wert wird * ersetzt) * * @param dropzone * Neuer Wert der Eigenschaft "dropzone". */ public Ol.Builder<_B> withDropzone(String... dropzone) { withDropzone(Arrays.asList(dropzone)); return this; } /** * Setzt den neuen Wert der Eigenschaft "hidden" (Vorher zugewiesener Wert wird * ersetzt) * * @param hidden * Neuer Wert der Eigenschaft "hidden". */ public Ol.Builder<_B> withHidden(final String hidden) { this.hidden = hidden; return this; } /** * Setzt den neuen Wert der Eigenschaft "id" (Vorher zugewiesener Wert wird * ersetzt) * * @param id * Neuer Wert der Eigenschaft "id". */ public Ol.Builder<_B> withId(final String id) { this.id = id; return this; } /** * Setzt den neuen Wert der Eigenschaft "lang" (Vorher zugewiesener Wert wird * ersetzt) * * @param lang * Neuer Wert der Eigenschaft "lang". */ public Ol.Builder<_B> withLang(final String lang) { this.lang = lang; return this; } /** * Setzt den neuen Wert der Eigenschaft "spellcheck" (Vorher zugewiesener Wert wird * ersetzt) * * @param spellcheck * Neuer Wert der Eigenschaft "spellcheck". */ public Ol.Builder<_B> withSpellcheck(final String spellcheck) { this.spellcheck = spellcheck; return this; } /** * Setzt den neuen Wert der Eigenschaft "style" (Vorher zugewiesener Wert wird * ersetzt) * * @param style * Neuer Wert der Eigenschaft "style". */ public Ol.Builder<_B> withStyle(final String style) { this.style = style; return this; } /** * Setzt den neuen Wert der Eigenschaft "tabindex" (Vorher zugewiesener Wert wird * ersetzt) * * @param tabindex * Neuer Wert der Eigenschaft "tabindex". */ public Ol.Builder<_B> withTabindex(final BigInteger tabindex) { this.tabindex = tabindex; return this; } /** * Setzt den neuen Wert der Eigenschaft "title" (Vorher zugewiesener Wert wird * ersetzt) * * @param title * Neuer Wert der Eigenschaft "title". */ public Ol.Builder<_B> withTitle(final String title) { this.title = title; return this; } /** * Setzt den neuen Wert der Eigenschaft "onabort" (Vorher zugewiesener Wert wird * ersetzt) * * @param onabort * Neuer Wert der Eigenschaft "onabort". */ public Ol.Builder<_B> withOnabort(final String onabort) { this.onabort = onabort; return this; } /** * Setzt den neuen Wert der Eigenschaft "onblur" (Vorher zugewiesener Wert wird * ersetzt) * * @param onblur * Neuer Wert der Eigenschaft "onblur". */ public Ol.Builder<_B> withOnblur(final String onblur) { this.onblur = onblur; return this; } /** * Setzt den neuen Wert der Eigenschaft "oncanplay" (Vorher zugewiesener Wert wird * ersetzt) * * @param oncanplay * Neuer Wert der Eigenschaft "oncanplay". */ public Ol.Builder<_B> withOncanplay(final String oncanplay) { this.oncanplay = oncanplay; return this; } /** * Setzt den neuen Wert der Eigenschaft "oncanplaythrough" (Vorher zugewiesener * Wert wird ersetzt) * * @param oncanplaythrough * Neuer Wert der Eigenschaft "oncanplaythrough". */ public Ol.Builder<_B> withOncanplaythrough(final String oncanplaythrough) { this.oncanplaythrough = oncanplaythrough; return this; } /** * Setzt den neuen Wert der Eigenschaft "onchange" (Vorher zugewiesener Wert wird * ersetzt) * * @param onchange * Neuer Wert der Eigenschaft "onchange". */ public Ol.Builder<_B> withOnchange(final String onchange) { this.onchange = onchange; return this; } /** * Setzt den neuen Wert der Eigenschaft "onclick" (Vorher zugewiesener Wert wird * ersetzt) * * @param onclick * Neuer Wert der Eigenschaft "onclick". */ public Ol.Builder<_B> withOnclick(final String onclick) { this.onclick = onclick; return this; } /** * Setzt den neuen Wert der Eigenschaft "oncontextmenu" (Vorher zugewiesener Wert * wird ersetzt) * * @param oncontextmenu * Neuer Wert der Eigenschaft "oncontextmenu". */ public Ol.Builder<_B> withOncontextmenu(final String oncontextmenu) { this.oncontextmenu = oncontextmenu; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondblclick" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondblclick * Neuer Wert der Eigenschaft "ondblclick". */ public Ol.Builder<_B> withOndblclick(final String ondblclick) { this.ondblclick = ondblclick; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondrag" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondrag * Neuer Wert der Eigenschaft "ondrag". */ public Ol.Builder<_B> withOndrag(final String ondrag) { this.ondrag = ondrag; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragend" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondragend * Neuer Wert der Eigenschaft "ondragend". */ public Ol.Builder<_B> withOndragend(final String ondragend) { this.ondragend = ondragend; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragenter" (Vorher zugewiesener Wert * wird ersetzt) * * @param ondragenter * Neuer Wert der Eigenschaft "ondragenter". */ public Ol.Builder<_B> withOndragenter(final String ondragenter) { this.ondragenter = ondragenter; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragleave" (Vorher zugewiesener Wert * wird ersetzt) * * @param ondragleave * Neuer Wert der Eigenschaft "ondragleave". */ public Ol.Builder<_B> withOndragleave(final String ondragleave) { this.ondragleave = ondragleave; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragover" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondragover * Neuer Wert der Eigenschaft "ondragover". */ public Ol.Builder<_B> withOndragover(final String ondragover) { this.ondragover = ondragover; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragstart" (Vorher zugewiesener Wert * wird ersetzt) * * @param ondragstart * Neuer Wert der Eigenschaft "ondragstart". */ public Ol.Builder<_B> withOndragstart(final String ondragstart) { this.ondragstart = ondragstart; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondrop" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondrop * Neuer Wert der Eigenschaft "ondrop". */ public Ol.Builder<_B> withOndrop(final String ondrop) { this.ondrop = ondrop; return this; } /** * Setzt den neuen Wert der Eigenschaft "ondurationchange" (Vorher zugewiesener * Wert wird ersetzt) * * @param ondurationchange * Neuer Wert der Eigenschaft "ondurationchange". */ public Ol.Builder<_B> withOndurationchange(final String ondurationchange) { this.ondurationchange = ondurationchange; return this; } /** * Setzt den neuen Wert der Eigenschaft "onemptied" (Vorher zugewiesener Wert wird * ersetzt) * * @param onemptied * Neuer Wert der Eigenschaft "onemptied". */ public Ol.Builder<_B> withOnemptied(final String onemptied) { this.onemptied = onemptied; return this; } /** * Setzt den neuen Wert der Eigenschaft "onended" (Vorher zugewiesener Wert wird * ersetzt) * * @param onended * Neuer Wert der Eigenschaft "onended". */ public Ol.Builder<_B> withOnended(final String onended) { this.onended = onended; return this; } /** * Setzt den neuen Wert der Eigenschaft "onerror" (Vorher zugewiesener Wert wird * ersetzt) * * @param onerror * Neuer Wert der Eigenschaft "onerror". */ public Ol.Builder<_B> withOnerror(final String onerror) { this.onerror = onerror; return this; } /** * Setzt den neuen Wert der Eigenschaft "onfocus" (Vorher zugewiesener Wert wird * ersetzt) * * @param onfocus * Neuer Wert der Eigenschaft "onfocus". */ public Ol.Builder<_B> withOnfocus(final String onfocus) { this.onfocus = onfocus; return this; } /** * Setzt den neuen Wert der Eigenschaft "oninput" (Vorher zugewiesener Wert wird * ersetzt) * * @param oninput * Neuer Wert der Eigenschaft "oninput". */ public Ol.Builder<_B> withOninput(final String oninput) { this.oninput = oninput; return this; } /** * Setzt den neuen Wert der Eigenschaft "oninvalid" (Vorher zugewiesener Wert wird * ersetzt) * * @param oninvalid * Neuer Wert der Eigenschaft "oninvalid". */ public Ol.Builder<_B> withOninvalid(final String oninvalid) { this.oninvalid = oninvalid; return this; } /** * Setzt den neuen Wert der Eigenschaft "onkeydown" (Vorher zugewiesener Wert wird * ersetzt) * * @param onkeydown * Neuer Wert der Eigenschaft "onkeydown". */ public Ol.Builder<_B> withOnkeydown(final String onkeydown) { this.onkeydown = onkeydown; return this; } /** * Setzt den neuen Wert der Eigenschaft "onkeypress" (Vorher zugewiesener Wert wird * ersetzt) * * @param onkeypress * Neuer Wert der Eigenschaft "onkeypress". */ public Ol.Builder<_B> withOnkeypress(final String onkeypress) { this.onkeypress = onkeypress; return this; } /** * Setzt den neuen Wert der Eigenschaft "onkeyup" (Vorher zugewiesener Wert wird * ersetzt) * * @param onkeyup * Neuer Wert der Eigenschaft "onkeyup". */ public Ol.Builder<_B> withOnkeyup(final String onkeyup) { this.onkeyup = onkeyup; return this; } /** * Setzt den neuen Wert der Eigenschaft "onload" (Vorher zugewiesener Wert wird * ersetzt) * * @param onload * Neuer Wert der Eigenschaft "onload". */ public Ol.Builder<_B> withOnload(final String onload) { this.onload = onload; return this; } /** * Setzt den neuen Wert der Eigenschaft "onloadeddata" (Vorher zugewiesener Wert * wird ersetzt) * * @param onloadeddata * Neuer Wert der Eigenschaft "onloadeddata". */ public Ol.Builder<_B> withOnloadeddata(final String onloadeddata) { this.onloadeddata = onloadeddata; return this; } /** * Setzt den neuen Wert der Eigenschaft "onloadedmetadata" (Vorher zugewiesener * Wert wird ersetzt) * * @param onloadedmetadata * Neuer Wert der Eigenschaft "onloadedmetadata". */ public Ol.Builder<_B> withOnloadedmetadata(final String onloadedmetadata) { this.onloadedmetadata = onloadedmetadata; return this; } /** * Setzt den neuen Wert der Eigenschaft "onloadstart" (Vorher zugewiesener Wert * wird ersetzt) * * @param onloadstart * Neuer Wert der Eigenschaft "onloadstart". */ public Ol.Builder<_B> withOnloadstart(final String onloadstart) { this.onloadstart = onloadstart; return this; } /** * Setzt den neuen Wert der Eigenschaft "onmousedown" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmousedown * Neuer Wert der Eigenschaft "onmousedown". */ public Ol.Builder<_B> withOnmousedown(final String onmousedown) { this.onmousedown = onmousedown; return this; } /** * Setzt den neuen Wert der Eigenschaft "onmousemove" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmousemove * Neuer Wert der Eigenschaft "onmousemove". */ public Ol.Builder<_B> withOnmousemove(final String onmousemove) { this.onmousemove = onmousemove; return this; } /** * Setzt den neuen Wert der Eigenschaft "onmouseout" (Vorher zugewiesener Wert wird * ersetzt) * * @param onmouseout * Neuer Wert der Eigenschaft "onmouseout". */ public Ol.Builder<_B> withOnmouseout(final String onmouseout) { this.onmouseout = onmouseout; return this; } /** * Setzt den neuen Wert der Eigenschaft "onmouseover" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmouseover * Neuer Wert der Eigenschaft "onmouseover". */ public Ol.Builder<_B> withOnmouseover(final String onmouseover) { this.onmouseover = onmouseover; return this; } /** * Setzt den neuen Wert der Eigenschaft "onmouseup" (Vorher zugewiesener Wert wird * ersetzt) * * @param onmouseup * Neuer Wert der Eigenschaft "onmouseup". */ public Ol.Builder<_B> withOnmouseup(final String onmouseup) { this.onmouseup = onmouseup; return this; } /** * Setzt den neuen Wert der Eigenschaft "onmousewheel" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmousewheel * Neuer Wert der Eigenschaft "onmousewheel". */ public Ol.Builder<_B> withOnmousewheel(final String onmousewheel) { this.onmousewheel = onmousewheel; return this; } /** * Setzt den neuen Wert der Eigenschaft "onpause" (Vorher zugewiesener Wert wird * ersetzt) * * @param onpause * Neuer Wert der Eigenschaft "onpause". */ public Ol.Builder<_B> withOnpause(final String onpause) { this.onpause = onpause; return this; } /** * Setzt den neuen Wert der Eigenschaft "onplay" (Vorher zugewiesener Wert wird * ersetzt) * * @param onplay * Neuer Wert der Eigenschaft "onplay". */ public Ol.Builder<_B> withOnplay(final String onplay) { this.onplay = onplay; return this; } /** * Setzt den neuen Wert der Eigenschaft "onplaying" (Vorher zugewiesener Wert wird * ersetzt) * * @param onplaying * Neuer Wert der Eigenschaft "onplaying". */ public Ol.Builder<_B> withOnplaying(final String onplaying) { this.onplaying = onplaying; return this; } /** * Setzt den neuen Wert der Eigenschaft "onprogress" (Vorher zugewiesener Wert wird * ersetzt) * * @param onprogress * Neuer Wert der Eigenschaft "onprogress". */ public Ol.Builder<_B> withOnprogress(final String onprogress) { this.onprogress = onprogress; return this; } /** * Setzt den neuen Wert der Eigenschaft "onratechange" (Vorher zugewiesener Wert * wird ersetzt) * * @param onratechange * Neuer Wert der Eigenschaft "onratechange". */ public Ol.Builder<_B> withOnratechange(final String onratechange) { this.onratechange = onratechange; return this; } /** * Setzt den neuen Wert der Eigenschaft "onreadystatechange" (Vorher zugewiesener * Wert wird ersetzt) * * @param onreadystatechange * Neuer Wert der Eigenschaft "onreadystatechange". */ public Ol.Builder<_B> withOnreadystatechange(final String onreadystatechange) { this.onreadystatechange = onreadystatechange; return this; } /** * Setzt den neuen Wert der Eigenschaft "onreset" (Vorher zugewiesener Wert wird * ersetzt) * * @param onreset * Neuer Wert der Eigenschaft "onreset". */ public Ol.Builder<_B> withOnreset(final String onreset) { this.onreset = onreset; return this; } /** * Setzt den neuen Wert der Eigenschaft "onscroll" (Vorher zugewiesener Wert wird * ersetzt) * * @param onscroll * Neuer Wert der Eigenschaft "onscroll". */ public Ol.Builder<_B> withOnscroll(final String onscroll) { this.onscroll = onscroll; return this; } /** * Setzt den neuen Wert der Eigenschaft "onseeked" (Vorher zugewiesener Wert wird * ersetzt) * * @param onseeked * Neuer Wert der Eigenschaft "onseeked". */ public Ol.Builder<_B> withOnseeked(final String onseeked) { this.onseeked = onseeked; return this; } /** * Setzt den neuen Wert der Eigenschaft "onseeking" (Vorher zugewiesener Wert wird * ersetzt) * * @param onseeking * Neuer Wert der Eigenschaft "onseeking". */ public Ol.Builder<_B> withOnseeking(final String onseeking) { this.onseeking = onseeking; return this; } /** * Setzt den neuen Wert der Eigenschaft "onselect" (Vorher zugewiesener Wert wird * ersetzt) * * @param onselect * Neuer Wert der Eigenschaft "onselect". */ public Ol.Builder<_B> withOnselect(final String onselect) { this.onselect = onselect; return this; } /** * Setzt den neuen Wert der Eigenschaft "onshow" (Vorher zugewiesener Wert wird * ersetzt) * * @param onshow * Neuer Wert der Eigenschaft "onshow". */ public Ol.Builder<_B> withOnshow(final String onshow) { this.onshow = onshow; return this; } /** * Setzt den neuen Wert der Eigenschaft "onstalled" (Vorher zugewiesener Wert wird * ersetzt) * * @param onstalled * Neuer Wert der Eigenschaft "onstalled". */ public Ol.Builder<_B> withOnstalled(final String onstalled) { this.onstalled = onstalled; return this; } /** * Setzt den neuen Wert der Eigenschaft "onsubmit" (Vorher zugewiesener Wert wird * ersetzt) * * @param onsubmit * Neuer Wert der Eigenschaft "onsubmit". */ public Ol.Builder<_B> withOnsubmit(final String onsubmit) { this.onsubmit = onsubmit; return this; } /** * Setzt den neuen Wert der Eigenschaft "onsuspend" (Vorher zugewiesener Wert wird * ersetzt) * * @param onsuspend * Neuer Wert der Eigenschaft "onsuspend". */ public Ol.Builder<_B> withOnsuspend(final String onsuspend) { this.onsuspend = onsuspend; return this; } /** * Setzt den neuen Wert der Eigenschaft "ontimeupdate" (Vorher zugewiesener Wert * wird ersetzt) * * @param ontimeupdate * Neuer Wert der Eigenschaft "ontimeupdate". */ public Ol.Builder<_B> withOntimeupdate(final String ontimeupdate) { this.ontimeupdate = ontimeupdate; return this; } /** * Setzt den neuen Wert der Eigenschaft "onvolumechange" (Vorher zugewiesener Wert * wird ersetzt) * * @param onvolumechange * Neuer Wert der Eigenschaft "onvolumechange". */ public Ol.Builder<_B> withOnvolumechange(final String onvolumechange) { this.onvolumechange = onvolumechange; return this; } /** * Setzt den neuen Wert der Eigenschaft "onwaiting" (Vorher zugewiesener Wert wird * ersetzt) * * @param onwaiting * Neuer Wert der Eigenschaft "onwaiting". */ public Ol.Builder<_B> withOnwaiting(final String onwaiting) { this.onwaiting = onwaiting; return this; } @Override public Ol build() { if (_storedValue == null) { return this.init(new Ol()); } else { return ((Ol) _storedValue); } } public Ol.Builder<_B> copyOf(final Ol _other) { _other.copyTo(this); return this; } public Ol.Builder<_B> copyOf(final Ol.Builder _other) { return copyOf(_other.build()); } } /** *

Java-Klasse für anonymous complex type. * *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

{@code
     * 
     *   
     *     
     *       
     *     
     *   
     * 
     * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") public static class Li extends org.w3._1999.xhtml.Li implements Cloneable { @XmlAttribute(name = "value") protected BigInteger value; /** * Ruft den Wert der value-Eigenschaft ab. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getValue() { return value; } /** * Legt den Wert der value-Eigenschaft fest. * * @param value * allowed object is * {@link BigInteger } * */ protected void setValue(BigInteger value) { this.value = value; } @Override public Ol.Li clone() { final Ol.Li _newObject; _newObject = ((Ol.Li) super.clone()); return _newObject; } /** * Copies all state of this object to a builder. This method is used by the copyOf * method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Ol.Li.Builder<_B> _other) { super.copyTo(_other); _other.value = this.value; } @Override public<_B >Ol.Li.Builder<_B> newCopyBuilder(final _B _parentBuilder) { return new Ol.Li.Builder<_B>(_parentBuilder, this, true); } @Override public Ol.Li.Builder newCopyBuilder() { return newCopyBuilder(null); } public static Ol.Li.Builder builder() { return new Ol.Li.Builder<>(null, null, false); } public static<_B >Ol.Li.Builder<_B> copyOf(final FlowContentElement _other) { final Ol.Li.Builder<_B> _newBuilder = new Ol.Li.Builder<>(null, null, false); _other.copyTo(_newBuilder); return _newBuilder; } public static<_B >Ol.Li.Builder<_B> copyOf(final org.w3._1999.xhtml.Li _other) { final Ol.Li.Builder<_B> _newBuilder = new Ol.Li.Builder<>(null, null, false); _other.copyTo(_newBuilder); return _newBuilder; } public static<_B >Ol.Li.Builder<_B> copyOf(final Ol.Li _other) { final Ol.Li.Builder<_B> _newBuilder = new Ol.Li.Builder<>(null, null, false); _other.copyTo(_newBuilder); return _newBuilder; } /** * Copies all state of this object to a builder. This method is used by the copyOf * method and should not be called directly by client code. * * @param _other * A builder instance to which the state of this object will be copied. */ public<_B >void copyTo(final Ol.Li.Builder<_B> _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { super.copyTo(_other, _propertyTree, _propertyTreeUse); final PropertyTree valuePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("value")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(valuePropertyTree!= null):((valuePropertyTree == null)||(!valuePropertyTree.isLeaf())))) { _other.value = this.value; } } @Override public<_B >Ol.Li.Builder<_B> newCopyBuilder(final _B _parentBuilder, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return new Ol.Li.Builder<_B>(_parentBuilder, this, true, _propertyTree, _propertyTreeUse); } @Override public Ol.Li.Builder newCopyBuilder(final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { return newCopyBuilder(null, _propertyTree, _propertyTreeUse); } public static<_B >Ol.Li.Builder<_B> copyOf(final FlowContentElement _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final Ol.Li.Builder<_B> _newBuilder = new Ol.Li.Builder<>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static<_B >Ol.Li.Builder<_B> copyOf(final org.w3._1999.xhtml.Li _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final Ol.Li.Builder<_B> _newBuilder = new Ol.Li.Builder<>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static<_B >Ol.Li.Builder<_B> copyOf(final Ol.Li _other, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { final Ol.Li.Builder<_B> _newBuilder = new Ol.Li.Builder<>(null, null, false); _other.copyTo(_newBuilder, _propertyTree, _propertyTreeUse); return _newBuilder; } public static Ol.Li.Builder copyExcept(final FlowContentElement _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static Ol.Li.Builder copyExcept(final org.w3._1999.xhtml.Li _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static Ol.Li.Builder copyExcept(final Ol.Li _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.EXCLUDE); } public static Ol.Li.Builder copyOnly(final FlowContentElement _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public static Ol.Li.Builder copyOnly(final org.w3._1999.xhtml.Li _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public static Ol.Li.Builder copyOnly(final Ol.Li _other, final PropertyTree _propertyTree) { return copyOf(_other, _propertyTree, PropertyTreeUse.INCLUDE); } public Ol.Li.Modifier modifier() { if (null == this.__cachedModifier__) { this.__cachedModifier__ = new Ol.Li.Modifier(); } return ((Ol.Li.Modifier) this.__cachedModifier__); } public Ol.Li visit(final PropertyVisitor _visitor_) { super.visit(_visitor_); _visitor_.visit(new SingleProperty<>(Ol.Li.PropInfo.value, this)); return this; } public static class Builder<_B > extends org.w3._1999.xhtml.Li.Builder<_B> implements Buildable { private BigInteger value; public Builder(final _B _parentBuilder, final Ol.Li _other, final boolean _copy) { super(_parentBuilder, _other, _copy); if (_other!= null) { this.value = _other.value; } } public Builder(final _B _parentBuilder, final Ol.Li _other, final boolean _copy, final PropertyTree _propertyTree, final PropertyTreeUse _propertyTreeUse) { super(_parentBuilder, _other, _copy, _propertyTree, _propertyTreeUse); if (_other!= null) { final PropertyTree valuePropertyTree = ((_propertyTree == null)?null:_propertyTree.get("value")); if (((_propertyTreeUse == PropertyTreeUse.INCLUDE)?(valuePropertyTree!= null):((valuePropertyTree == null)||(!valuePropertyTree.isLeaf())))) { this.value = _other.value; } } } protected<_P extends Ol.Li >_P init(final _P _product) { _product.value = this.value; return super.init(_product); } /** * Setzt den neuen Wert der Eigenschaft "value" (Vorher zugewiesener Wert wird * ersetzt) * * @param value * Neuer Wert der Eigenschaft "value". */ public Ol.Li.Builder<_B> withValue(final BigInteger value) { this.value = value; return this; } /** * Fügt Werte zur Eigenschaft "abbr_" hinzu. * * @param abbr_ * Werte, die zur Eigenschaft "abbr_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAbbr(final Iterable> abbr_) { super.addAbbr(abbr_); return this; } /** * Fügt Werte zur Eigenschaft "abbr_" hinzu. * * @param abbr_ * Werte, die zur Eigenschaft "abbr_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAbbr(JAXBElement ... abbr_) { super.addAbbr(abbr_); return this; } /** * Fügt Werte zur Eigenschaft "area_" hinzu. * * @param area_ * Werte, die zur Eigenschaft "area_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addArea(final Iterable area_) { super.addArea(area_); return this; } /** * Fügt Werte zur Eigenschaft "area_" hinzu. * * @param area_ * Werte, die zur Eigenschaft "area_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addArea(Area... area_) { super.addArea(area_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "area". * Mit {@link org.w3._1999.xhtml.Area.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "area". * Mit {@link org.w3._1999.xhtml.Area.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Area.Builder> addArea() { return ((Area.Builder> ) super.addArea()); } /** * Fügt Werte zur Eigenschaft "b_" hinzu. * * @param b_ * Werte, die zur Eigenschaft "b_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addB(final Iterable> b_) { super.addB(b_); return this; } /** * Fügt Werte zur Eigenschaft "b_" hinzu. * * @param b_ * Werte, die zur Eigenschaft "b_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addB(JAXBElement ... b_) { super.addB(b_); return this; } /** * Fügt Werte zur Eigenschaft "bdi_" hinzu. * * @param bdi_ * Werte, die zur Eigenschaft "bdi_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBdi(final Iterable bdi_) { super.addBdi(bdi_); return this; } /** * Fügt Werte zur Eigenschaft "bdi_" hinzu. * * @param bdi_ * Werte, die zur Eigenschaft "bdi_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBdi(Bdi... bdi_) { super.addBdi(bdi_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "bdi". * Mit {@link org.w3._1999.xhtml.Bdi.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "bdi". * Mit {@link org.w3._1999.xhtml.Bdi.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Bdi.Builder> addBdi() { return ((Bdi.Builder> ) super.addBdi()); } /** * Fügt Werte zur Eigenschaft "bdo_" hinzu. * * @param bdo_ * Werte, die zur Eigenschaft "bdo_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBdo(final Iterable bdo_) { super.addBdo(bdo_); return this; } /** * Fügt Werte zur Eigenschaft "bdo_" hinzu. * * @param bdo_ * Werte, die zur Eigenschaft "bdo_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBdo(Bdo... bdo_) { super.addBdo(bdo_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "bdo". * Mit {@link org.w3._1999.xhtml.Bdo.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "bdo". * Mit {@link org.w3._1999.xhtml.Bdo.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Bdo.Builder> addBdo() { return ((Bdo.Builder> ) super.addBdo()); } /** * Fügt Werte zur Eigenschaft "br_" hinzu. * * @param br_ * Werte, die zur Eigenschaft "br_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBr(final Iterable br_) { super.addBr(br_); return this; } /** * Fügt Werte zur Eigenschaft "br_" hinzu. * * @param br_ * Werte, die zur Eigenschaft "br_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBr(Br... br_) { super.addBr(br_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "br". * Mit {@link org.w3._1999.xhtml.Br.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "br". * Mit {@link org.w3._1999.xhtml.Br.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Br.Builder> addBr() { return ((Br.Builder> ) super.addBr()); } /** * Fügt Werte zur Eigenschaft "button_" hinzu. * * @param button_ * Werte, die zur Eigenschaft "button_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addButton(final Iterable button_) { super.addButton(button_); return this; } /** * Fügt Werte zur Eigenschaft "button_" hinzu. * * @param button_ * Werte, die zur Eigenschaft "button_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addButton(Button... button_) { super.addButton(button_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "button". * Mit {@link org.w3._1999.xhtml.Button.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "button". * Mit {@link org.w3._1999.xhtml.Button.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Button.Builder> addButton() { return ((Button.Builder> ) super.addButton()); } /** * Fügt Werte zur Eigenschaft "cite_" hinzu. * * @param cite_ * Werte, die zur Eigenschaft "cite_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCite(final Iterable> cite_) { super.addCite(cite_); return this; } /** * Fügt Werte zur Eigenschaft "cite_" hinzu. * * @param cite_ * Werte, die zur Eigenschaft "cite_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCite(JAXBElement ... cite_) { super.addCite(cite_); return this; } /** * Fügt Werte zur Eigenschaft "code_" hinzu. * * @param code_ * Werte, die zur Eigenschaft "code_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCode(final Iterable> code_) { super.addCode(code_); return this; } /** * Fügt Werte zur Eigenschaft "code_" hinzu. * * @param code_ * Werte, die zur Eigenschaft "code_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCode(JAXBElement ... code_) { super.addCode(code_); return this; } /** * Fügt Werte zur Eigenschaft "command_" hinzu. * * @param command_ * Werte, die zur Eigenschaft "command_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCommand(final Iterable command_) { super.addCommand(command_); return this; } /** * Fügt Werte zur Eigenschaft "command_" hinzu. * * @param command_ * Werte, die zur Eigenschaft "command_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCommand(Command... command_) { super.addCommand(command_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "command". * Mit {@link org.w3._1999.xhtml.Command.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "command". * Mit {@link org.w3._1999.xhtml.Command.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Command.Builder> addCommand() { return ((Command.Builder> ) super.addCommand()); } /** * Fügt Werte zur Eigenschaft "datalist_" hinzu. * * @param datalist_ * Werte, die zur Eigenschaft "datalist_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDatalist(final Iterable datalist_) { super.addDatalist(datalist_); return this; } /** * Fügt Werte zur Eigenschaft "datalist_" hinzu. * * @param datalist_ * Werte, die zur Eigenschaft "datalist_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDatalist(Datalist... datalist_) { super.addDatalist(datalist_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "datalist". * Mit {@link org.w3._1999.xhtml.Datalist.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "datalist". * Mit {@link org.w3._1999.xhtml.Datalist.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Datalist.Builder> addDatalist() { return ((Datalist.Builder> ) super.addDatalist()); } /** * Fügt Werte zur Eigenschaft "dfn_" hinzu. * * @param dfn_ * Werte, die zur Eigenschaft "dfn_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDfn(final Iterable> dfn_) { super.addDfn(dfn_); return this; } /** * Fügt Werte zur Eigenschaft "dfn_" hinzu. * * @param dfn_ * Werte, die zur Eigenschaft "dfn_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDfn(JAXBElement ... dfn_) { super.addDfn(dfn_); return this; } /** * Fügt Werte zur Eigenschaft "em_" hinzu. * * @param em_ * Werte, die zur Eigenschaft "em_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addEm(final Iterable> em_) { super.addEm(em_); return this; } /** * Fügt Werte zur Eigenschaft "em_" hinzu. * * @param em_ * Werte, die zur Eigenschaft "em_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addEm(JAXBElement ... em_) { super.addEm(em_); return this; } /** * Fügt Werte zur Eigenschaft "embed_" hinzu. * * @param embed_ * Werte, die zur Eigenschaft "embed_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addEmbed(final Iterable embed_) { super.addEmbed(embed_); return this; } /** * Fügt Werte zur Eigenschaft "embed_" hinzu. * * @param embed_ * Werte, die zur Eigenschaft "embed_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addEmbed(Embed... embed_) { super.addEmbed(embed_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "embed". * Mit {@link org.w3._1999.xhtml.Embed.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "embed". * Mit {@link org.w3._1999.xhtml.Embed.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Embed.Builder> addEmbed() { return ((Embed.Builder> ) super.addEmbed()); } /** * Fügt Werte zur Eigenschaft "i_" hinzu. * * @param i_ * Werte, die zur Eigenschaft "i_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addI(final Iterable> i_) { super.addI(i_); return this; } /** * Fügt Werte zur Eigenschaft "i_" hinzu. * * @param i_ * Werte, die zur Eigenschaft "i_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addI(JAXBElement ... i_) { super.addI(i_); return this; } /** * Fügt Werte zur Eigenschaft "iframe_" hinzu. * * @param iframe_ * Werte, die zur Eigenschaft "iframe_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addIframe(final Iterable iframe_) { super.addIframe(iframe_); return this; } /** * Fügt Werte zur Eigenschaft "iframe_" hinzu. * * @param iframe_ * Werte, die zur Eigenschaft "iframe_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addIframe(Iframe... iframe_) { super.addIframe(iframe_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "iframe". * Mit {@link org.w3._1999.xhtml.Iframe.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "iframe". * Mit {@link org.w3._1999.xhtml.Iframe.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Iframe.Builder> addIframe() { return ((Iframe.Builder> ) super.addIframe()); } /** * Fügt Werte zur Eigenschaft "img_" hinzu. * * @param img_ * Werte, die zur Eigenschaft "img_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addImg(final Iterable img_) { super.addImg(img_); return this; } /** * Fügt Werte zur Eigenschaft "img_" hinzu. * * @param img_ * Werte, die zur Eigenschaft "img_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addImg(Img... img_) { super.addImg(img_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "img". * Mit {@link org.w3._1999.xhtml.Img.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "img". * Mit {@link org.w3._1999.xhtml.Img.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Img.Builder> addImg() { return ((Img.Builder> ) super.addImg()); } /** * Fügt Werte zur Eigenschaft "input_" hinzu. * * @param input_ * Werte, die zur Eigenschaft "input_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addInput(final Iterable input_) { super.addInput(input_); return this; } /** * Fügt Werte zur Eigenschaft "input_" hinzu. * * @param input_ * Werte, die zur Eigenschaft "input_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addInput(Input... input_) { super.addInput(input_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "input". * Mit {@link org.w3._1999.xhtml.Input.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "input". * Mit {@link org.w3._1999.xhtml.Input.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Input.Builder> addInput() { return ((Input.Builder> ) super.addInput()); } /** * Fügt Werte zur Eigenschaft "kbd_" hinzu. * * @param kbd_ * Werte, die zur Eigenschaft "kbd_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addKbd(final Iterable> kbd_) { super.addKbd(kbd_); return this; } /** * Fügt Werte zur Eigenschaft "kbd_" hinzu. * * @param kbd_ * Werte, die zur Eigenschaft "kbd_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addKbd(JAXBElement ... kbd_) { super.addKbd(kbd_); return this; } /** * Fügt Werte zur Eigenschaft "keygen_" hinzu. * * @param keygen_ * Werte, die zur Eigenschaft "keygen_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addKeygen(final Iterable keygen_) { super.addKeygen(keygen_); return this; } /** * Fügt Werte zur Eigenschaft "keygen_" hinzu. * * @param keygen_ * Werte, die zur Eigenschaft "keygen_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addKeygen(Keygen... keygen_) { super.addKeygen(keygen_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "keygen". * Mit {@link org.w3._1999.xhtml.Keygen.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "keygen". * Mit {@link org.w3._1999.xhtml.Keygen.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Keygen.Builder> addKeygen() { return ((Keygen.Builder> ) super.addKeygen()); } /** * Fügt Werte zur Eigenschaft "label_" hinzu. * * @param label_ * Werte, die zur Eigenschaft "label_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addLabel(final Iterable label_) { super.addLabel(label_); return this; } /** * Fügt Werte zur Eigenschaft "label_" hinzu. * * @param label_ * Werte, die zur Eigenschaft "label_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addLabel(Label... label_) { super.addLabel(label_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "label". * Mit {@link org.w3._1999.xhtml.Label.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "label". * Mit {@link org.w3._1999.xhtml.Label.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Label.Builder> addLabel() { return ((Label.Builder> ) super.addLabel()); } /** * Fügt Werte zur Eigenschaft "mark_" hinzu. * * @param mark_ * Werte, die zur Eigenschaft "mark_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMark(final Iterable> mark_) { super.addMark(mark_); return this; } /** * Fügt Werte zur Eigenschaft "mark_" hinzu. * * @param mark_ * Werte, die zur Eigenschaft "mark_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMark(JAXBElement ... mark_) { super.addMark(mark_); return this; } /** * Fügt Werte zur Eigenschaft "meter_" hinzu. * * @param meter_ * Werte, die zur Eigenschaft "meter_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMeter(final Iterable meter_) { super.addMeter(meter_); return this; } /** * Fügt Werte zur Eigenschaft "meter_" hinzu. * * @param meter_ * Werte, die zur Eigenschaft "meter_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMeter(Meter... meter_) { super.addMeter(meter_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "meter". * Mit {@link org.w3._1999.xhtml.Meter.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "meter". * Mit {@link org.w3._1999.xhtml.Meter.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Meter.Builder> addMeter() { return ((Meter.Builder> ) super.addMeter()); } /** * Fügt Werte zur Eigenschaft "output_" hinzu. * * @param output_ * Werte, die zur Eigenschaft "output_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addOutput(final Iterable output_) { super.addOutput(output_); return this; } /** * Fügt Werte zur Eigenschaft "output_" hinzu. * * @param output_ * Werte, die zur Eigenschaft "output_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addOutput(Output... output_) { super.addOutput(output_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "output". * Mit {@link org.w3._1999.xhtml.Output.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "output". * Mit {@link org.w3._1999.xhtml.Output.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Output.Builder> addOutput() { return ((Output.Builder> ) super.addOutput()); } /** * Fügt Werte zur Eigenschaft "progress_" hinzu. * * @param progress_ * Werte, die zur Eigenschaft "progress_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addProgress(final Iterable progress_) { super.addProgress(progress_); return this; } /** * Fügt Werte zur Eigenschaft "progress_" hinzu. * * @param progress_ * Werte, die zur Eigenschaft "progress_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addProgress(Progress... progress_) { super.addProgress(progress_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "progress". * Mit {@link org.w3._1999.xhtml.Progress.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "progress". * Mit {@link org.w3._1999.xhtml.Progress.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Progress.Builder> addProgress() { return ((Progress.Builder> ) super.addProgress()); } /** * Fügt Werte zur Eigenschaft "q_" hinzu. * * @param q_ * Werte, die zur Eigenschaft "q_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addQ(final Iterable q_) { super.addQ(q_); return this; } /** * Fügt Werte zur Eigenschaft "q_" hinzu. * * @param q_ * Werte, die zur Eigenschaft "q_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addQ(Q... q_) { super.addQ(q_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "q". * Mit {@link org.w3._1999.xhtml.Q.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "q". * Mit {@link org.w3._1999.xhtml.Q.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Q.Builder> addQ() { return ((Q.Builder> ) super.addQ()); } /** * Fügt Werte zur Eigenschaft "ruby_" hinzu. * * @param ruby_ * Werte, die zur Eigenschaft "ruby_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addRuby(final Iterable ruby_) { super.addRuby(ruby_); return this; } /** * Fügt Werte zur Eigenschaft "ruby_" hinzu. * * @param ruby_ * Werte, die zur Eigenschaft "ruby_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addRuby(Ruby... ruby_) { super.addRuby(ruby_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "ruby". * Mit {@link org.w3._1999.xhtml.Ruby.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "ruby". * Mit {@link org.w3._1999.xhtml.Ruby.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Ruby.Builder> addRuby() { return ((Ruby.Builder> ) super.addRuby()); } /** * Fügt Werte zur Eigenschaft "s_" hinzu. * * @param s_ * Werte, die zur Eigenschaft "s_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addS(final Iterable> s_) { super.addS(s_); return this; } /** * Fügt Werte zur Eigenschaft "s_" hinzu. * * @param s_ * Werte, die zur Eigenschaft "s_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addS(JAXBElement ... s_) { super.addS(s_); return this; } /** * Fügt Werte zur Eigenschaft "samp_" hinzu. * * @param samp_ * Werte, die zur Eigenschaft "samp_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSamp(final Iterable> samp_) { super.addSamp(samp_); return this; } /** * Fügt Werte zur Eigenschaft "samp_" hinzu. * * @param samp_ * Werte, die zur Eigenschaft "samp_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSamp(JAXBElement ... samp_) { super.addSamp(samp_); return this; } /** * Fügt Werte zur Eigenschaft "script_" hinzu. * * @param script_ * Werte, die zur Eigenschaft "script_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addScript(final Iterable script_) { super.addScript(script_); return this; } /** * Fügt Werte zur Eigenschaft "script_" hinzu. * * @param script_ * Werte, die zur Eigenschaft "script_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addScript(Script... script_) { super.addScript(script_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "script". * Mit {@link org.w3._1999.xhtml.Script.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "script". * Mit {@link org.w3._1999.xhtml.Script.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Script.Builder> addScript() { return ((Script.Builder> ) super.addScript()); } /** * Fügt Werte zur Eigenschaft "select_" hinzu. * * @param select_ * Werte, die zur Eigenschaft "select_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSelect(final Iterable select_) { super.addSelect(select_); return this; } /** * Fügt Werte zur Eigenschaft "select_" hinzu. * * @param select_ * Werte, die zur Eigenschaft "select_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSelect(SelectElement... select_) { super.addSelect(select_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "select". * Mit {@link org.w3._1999.xhtml.SelectElement.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "select". * Mit {@link org.w3._1999.xhtml.SelectElement.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public SelectElement.Builder> addSelect() { return ((SelectElement.Builder> ) super.addSelect()); } /** * Fügt Werte zur Eigenschaft "small_" hinzu. * * @param small_ * Werte, die zur Eigenschaft "small_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSmall(final Iterable> small_) { super.addSmall(small_); return this; } /** * Fügt Werte zur Eigenschaft "small_" hinzu. * * @param small_ * Werte, die zur Eigenschaft "small_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSmall(JAXBElement ... small_) { super.addSmall(small_); return this; } /** * Fügt Werte zur Eigenschaft "span_" hinzu. * * @param span_ * Werte, die zur Eigenschaft "span_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSpan(final Iterable> span_) { super.addSpan(span_); return this; } /** * Fügt Werte zur Eigenschaft "span_" hinzu. * * @param span_ * Werte, die zur Eigenschaft "span_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSpan(JAXBElement ... span_) { super.addSpan(span_); return this; } /** * Fügt Werte zur Eigenschaft "strong_" hinzu. * * @param strong_ * Werte, die zur Eigenschaft "strong_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addStrong(final Iterable> strong_) { super.addStrong(strong_); return this; } /** * Fügt Werte zur Eigenschaft "strong_" hinzu. * * @param strong_ * Werte, die zur Eigenschaft "strong_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addStrong(JAXBElement ... strong_) { super.addStrong(strong_); return this; } /** * Fügt Werte zur Eigenschaft "sub_" hinzu. * * @param sub_ * Werte, die zur Eigenschaft "sub_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSub(final Iterable> sub_) { super.addSub(sub_); return this; } /** * Fügt Werte zur Eigenschaft "sub_" hinzu. * * @param sub_ * Werte, die zur Eigenschaft "sub_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSub(JAXBElement ... sub_) { super.addSub(sub_); return this; } /** * Fügt Werte zur Eigenschaft "sup_" hinzu. * * @param sup_ * Werte, die zur Eigenschaft "sup_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSup(final Iterable> sup_) { super.addSup(sup_); return this; } /** * Fügt Werte zur Eigenschaft "sup_" hinzu. * * @param sup_ * Werte, die zur Eigenschaft "sup_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSup(JAXBElement ... sup_) { super.addSup(sup_); return this; } /** * Fügt Werte zur Eigenschaft "textarea_" hinzu. * * @param textarea_ * Werte, die zur Eigenschaft "textarea_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addTextarea(final Iterable textarea_) { super.addTextarea(textarea_); return this; } /** * Fügt Werte zur Eigenschaft "textarea_" hinzu. * * @param textarea_ * Werte, die zur Eigenschaft "textarea_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addTextarea(Textarea... textarea_) { super.addTextarea(textarea_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "textarea". * Mit {@link org.w3._1999.xhtml.Textarea.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "textarea". * Mit {@link org.w3._1999.xhtml.Textarea.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Textarea.Builder> addTextarea() { return ((Textarea.Builder> ) super.addTextarea()); } /** * Fügt Werte zur Eigenschaft "time_" hinzu. * * @param time_ * Werte, die zur Eigenschaft "time_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addTime(final Iterable time_) { super.addTime(time_); return this; } /** * Fügt Werte zur Eigenschaft "time_" hinzu. * * @param time_ * Werte, die zur Eigenschaft "time_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addTime(Time... time_) { super.addTime(time_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "time". * Mit {@link org.w3._1999.xhtml.Time.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "time". * Mit {@link org.w3._1999.xhtml.Time.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Time.Builder> addTime() { return ((Time.Builder> ) super.addTime()); } /** * Fügt Werte zur Eigenschaft "u_" hinzu. * * @param u_ * Werte, die zur Eigenschaft "u_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addU(final Iterable> u_) { super.addU(u_); return this; } /** * Fügt Werte zur Eigenschaft "u_" hinzu. * * @param u_ * Werte, die zur Eigenschaft "u_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addU(JAXBElement ... u_) { super.addU(u_); return this; } /** * Fügt Werte zur Eigenschaft "var_" hinzu. * * @param var_ * Werte, die zur Eigenschaft "var_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addVar(final Iterable> var_) { super.addVar(var_); return this; } /** * Fügt Werte zur Eigenschaft "var_" hinzu. * * @param var_ * Werte, die zur Eigenschaft "var_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addVar(JAXBElement ... var_) { super.addVar(var_); return this; } /** * Fügt Werte zur Eigenschaft "wbr_" hinzu. * * @param wbr_ * Werte, die zur Eigenschaft "wbr_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addWbr(final Iterable wbr_) { super.addWbr(wbr_); return this; } /** * Fügt Werte zur Eigenschaft "wbr_" hinzu. * * @param wbr_ * Werte, die zur Eigenschaft "wbr_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addWbr(Wbr... wbr_) { super.addWbr(wbr_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "wbr". * Mit {@link org.w3._1999.xhtml.Wbr.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "wbr". * Mit {@link org.w3._1999.xhtml.Wbr.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Wbr.Builder> addWbr() { return ((Wbr.Builder> ) super.addWbr()); } /** * Fügt Werte zur Eigenschaft "svg_" hinzu. * * @param svg_ * Werte, die zur Eigenschaft "svg_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSvg(final Iterable svg_) { super.addSvg(svg_); return this; } /** * Fügt Werte zur Eigenschaft "svg_" hinzu. * * @param svg_ * Werte, die zur Eigenschaft "svg_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSvg(Svg... svg_) { super.addSvg(svg_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "svg". * Mit {@link org.w3._2000.svg.Svg.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "svg". * Mit {@link org.w3._2000.svg.Svg.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Svg.Builder> addSvg() { return ((Svg.Builder> ) super.addSvg()); } /** * Fügt Werte zur Eigenschaft "math_" hinzu. * * @param math_ * Werte, die zur Eigenschaft "math_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMath(final Iterable math_) { super.addMath(math_); return this; } /** * Fügt Werte zur Eigenschaft "math_" hinzu. * * @param math_ * Werte, die zur Eigenschaft "math_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMath(Math... math_) { super.addMath(math_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "math". * Mit {@link org.w3._1998.math.mathml.Math.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "math". * Mit {@link org.w3._1998.math.mathml.Math.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Math.Builder> addMath() { return ((Math.Builder> ) super.addMath()); } /** * Fügt Werte zur Eigenschaft "a_" hinzu. * * @param a_ * Werte, die zur Eigenschaft "a_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addA(final Iterable> a_) { super.addA(a_); return this; } /** * Fügt Werte zur Eigenschaft "a_" hinzu. * * @param a_ * Werte, die zur Eigenschaft "a_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addA(JAXBElement ... a_) { super.addA(a_); return this; } /** * Fügt Werte zur Eigenschaft "p_" hinzu. * * @param p_ * Werte, die zur Eigenschaft "p_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addP(final Iterable p_) { super.addP(p_); return this; } /** * Fügt Werte zur Eigenschaft "p_" hinzu. * * @param p_ * Werte, die zur Eigenschaft "p_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addP(Paragraph... p_) { super.addP(p_); return this; } /** * Fügt Werte zur Eigenschaft "hr_" hinzu. * * @param hr_ * Werte, die zur Eigenschaft "hr_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addHr(final Iterable hr_) { super.addHr(hr_); return this; } /** * Fügt Werte zur Eigenschaft "hr_" hinzu. * * @param hr_ * Werte, die zur Eigenschaft "hr_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addHr(Hr... hr_) { super.addHr(hr_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "hr". * Mit {@link org.w3._1999.xhtml.Hr.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "hr". * Mit {@link org.w3._1999.xhtml.Hr.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Hr.Builder> addHr() { return ((Hr.Builder> ) super.addHr()); } /** * Fügt Werte zur Eigenschaft "pre_" hinzu. * * @param pre_ * Werte, die zur Eigenschaft "pre_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addPre(final Iterable> pre_) { super.addPre(pre_); return this; } /** * Fügt Werte zur Eigenschaft "pre_" hinzu. * * @param pre_ * Werte, die zur Eigenschaft "pre_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addPre(JAXBElement ... pre_) { super.addPre(pre_); return this; } /** * Fügt Werte zur Eigenschaft "ul_" hinzu. * * @param ul_ * Werte, die zur Eigenschaft "ul_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addUl(final Iterable ul_) { super.addUl(ul_); return this; } /** * Fügt Werte zur Eigenschaft "ul_" hinzu. * * @param ul_ * Werte, die zur Eigenschaft "ul_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addUl(Ul... ul_) { super.addUl(ul_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "ul". * Mit {@link org.w3._1999.xhtml.Ul.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "ul". * Mit {@link org.w3._1999.xhtml.Ul.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Ul.Builder> addUl() { return ((Ul.Builder> ) super.addUl()); } /** * Fügt Werte zur Eigenschaft "ol_" hinzu. * * @param ol_ * Werte, die zur Eigenschaft "ol_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addOl(final Iterable ol_) { super.addOl(ol_); return this; } /** * Fügt Werte zur Eigenschaft "ol_" hinzu. * * @param ol_ * Werte, die zur Eigenschaft "ol_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addOl(Ol... ol_) { super.addOl(ol_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "ol". * Mit {@link org.w3._1999.xhtml.Ol.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "ol". * Mit {@link org.w3._1999.xhtml.Ol.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Ol.Builder> addOl() { return ((Ol.Builder> ) super.addOl()); } /** * Fügt Werte zur Eigenschaft "dl_" hinzu. * * @param dl_ * Werte, die zur Eigenschaft "dl_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDl(final Iterable dl_) { super.addDl(dl_); return this; } /** * Fügt Werte zur Eigenschaft "dl_" hinzu. * * @param dl_ * Werte, die zur Eigenschaft "dl_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDl(Dl... dl_) { super.addDl(dl_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "dl". * Mit {@link org.w3._1999.xhtml.Dl.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "dl". * Mit {@link org.w3._1999.xhtml.Dl.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Dl.Builder> addDl() { return ((Dl.Builder> ) super.addDl()); } /** * Fügt Werte zur Eigenschaft "div_" hinzu. * * @param div_ * Werte, die zur Eigenschaft "div_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDiv(final Iterable> div_) { super.addDiv(div_); return this; } /** * Fügt Werte zur Eigenschaft "div_" hinzu. * * @param div_ * Werte, die zur Eigenschaft "div_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDiv(JAXBElement ... div_) { super.addDiv(div_); return this; } /** * Fügt Werte zur Eigenschaft "h1_" hinzu. * * @param h1_ * Werte, die zur Eigenschaft "h1_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH1(final Iterable> h1_) { super.addH1(h1_); return this; } /** * Fügt Werte zur Eigenschaft "h1_" hinzu. * * @param h1_ * Werte, die zur Eigenschaft "h1_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH1(JAXBElement ... h1_) { super.addH1(h1_); return this; } /** * Fügt Werte zur Eigenschaft "h2_" hinzu. * * @param h2_ * Werte, die zur Eigenschaft "h2_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH2(final Iterable> h2_) { super.addH2(h2_); return this; } /** * Fügt Werte zur Eigenschaft "h2_" hinzu. * * @param h2_ * Werte, die zur Eigenschaft "h2_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH2(JAXBElement ... h2_) { super.addH2(h2_); return this; } /** * Fügt Werte zur Eigenschaft "h3_" hinzu. * * @param h3_ * Werte, die zur Eigenschaft "h3_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH3(final Iterable> h3_) { super.addH3(h3_); return this; } /** * Fügt Werte zur Eigenschaft "h3_" hinzu. * * @param h3_ * Werte, die zur Eigenschaft "h3_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH3(JAXBElement ... h3_) { super.addH3(h3_); return this; } /** * Fügt Werte zur Eigenschaft "h4_" hinzu. * * @param h4_ * Werte, die zur Eigenschaft "h4_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH4(final Iterable> h4_) { super.addH4(h4_); return this; } /** * Fügt Werte zur Eigenschaft "h4_" hinzu. * * @param h4_ * Werte, die zur Eigenschaft "h4_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH4(JAXBElement ... h4_) { super.addH4(h4_); return this; } /** * Fügt Werte zur Eigenschaft "h5_" hinzu. * * @param h5_ * Werte, die zur Eigenschaft "h5_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH5(final Iterable> h5_) { super.addH5(h5_); return this; } /** * Fügt Werte zur Eigenschaft "h5_" hinzu. * * @param h5_ * Werte, die zur Eigenschaft "h5_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH5(JAXBElement ... h5_) { super.addH5(h5_); return this; } /** * Fügt Werte zur Eigenschaft "h6_" hinzu. * * @param h6_ * Werte, die zur Eigenschaft "h6_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH6(final Iterable> h6_) { super.addH6(h6_); return this; } /** * Fügt Werte zur Eigenschaft "h6_" hinzu. * * @param h6_ * Werte, die zur Eigenschaft "h6_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addH6(JAXBElement ... h6_) { super.addH6(h6_); return this; } /** * Fügt Werte zur Eigenschaft "hgroup_" hinzu. * * @param hgroup_ * Werte, die zur Eigenschaft "hgroup_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addHgroup(final Iterable hgroup_) { super.addHgroup(hgroup_); return this; } /** * Fügt Werte zur Eigenschaft "hgroup_" hinzu. * * @param hgroup_ * Werte, die zur Eigenschaft "hgroup_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addHgroup(Hgroup... hgroup_) { super.addHgroup(hgroup_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "hgroup". * Mit {@link org.w3._1999.xhtml.Hgroup.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "hgroup". * Mit {@link org.w3._1999.xhtml.Hgroup.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Hgroup.Builder> addHgroup() { return ((Hgroup.Builder> ) super.addHgroup()); } /** * Fügt Werte zur Eigenschaft "blockquote_" hinzu. * * @param blockquote_ * Werte, die zur Eigenschaft "blockquote_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBlockquote(final Iterable blockquote_) { super.addBlockquote(blockquote_); return this; } /** * Fügt Werte zur Eigenschaft "blockquote_" hinzu. * * @param blockquote_ * Werte, die zur Eigenschaft "blockquote_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addBlockquote(Blockquote... blockquote_) { super.addBlockquote(blockquote_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "blockquote". * Mit {@link org.w3._1999.xhtml.Blockquote.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "blockquote". * Mit {@link org.w3._1999.xhtml.Blockquote.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Blockquote.Builder> addBlockquote() { return ((Blockquote.Builder> ) super.addBlockquote()); } /** * Fügt Werte zur Eigenschaft "address_" hinzu. * * @param address_ * Werte, die zur Eigenschaft "address_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAddress(final Iterable> address_) { super.addAddress(address_); return this; } /** * Fügt Werte zur Eigenschaft "address_" hinzu. * * @param address_ * Werte, die zur Eigenschaft "address_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAddress(JAXBElement ... address_) { super.addAddress(address_); return this; } /** * Fügt Werte zur Eigenschaft "ins_" hinzu. * * @param ins_ * Werte, die zur Eigenschaft "ins_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addIns(final Iterable> ins_) { super.addIns(ins_); return this; } /** * Fügt Werte zur Eigenschaft "ins_" hinzu. * * @param ins_ * Werte, die zur Eigenschaft "ins_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addIns(JAXBElement ... ins_) { super.addIns(ins_); return this; } /** * Fügt Werte zur Eigenschaft "del_" hinzu. * * @param del_ * Werte, die zur Eigenschaft "del_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDel(final Iterable> del_) { super.addDel(del_); return this; } /** * Fügt Werte zur Eigenschaft "del_" hinzu. * * @param del_ * Werte, die zur Eigenschaft "del_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDel(JAXBElement ... del_) { super.addDel(del_); return this; } /** * Fügt Werte zur Eigenschaft "object_" hinzu. * * @param object_ * Werte, die zur Eigenschaft "object_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addObject(final Iterable> object_) { super.addObject(object_); return this; } /** * Fügt Werte zur Eigenschaft "object_" hinzu. * * @param object_ * Werte, die zur Eigenschaft "object_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addObject(JAXBElement ... object_) { super.addObject(object_); return this; } /** * Fügt Werte zur Eigenschaft "map_" hinzu. * * @param map_ * Werte, die zur Eigenschaft "map_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMap(final Iterable> map_) { super.addMap(map_); return this; } /** * Fügt Werte zur Eigenschaft "map_" hinzu. * * @param map_ * Werte, die zur Eigenschaft "map_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMap(JAXBElement ... map_) { super.addMap(map_); return this; } /** * Fügt Werte zur Eigenschaft "section_" hinzu. * * @param section_ * Werte, die zur Eigenschaft "section_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSection(final Iterable> section_) { super.addSection(section_); return this; } /** * Fügt Werte zur Eigenschaft "section_" hinzu. * * @param section_ * Werte, die zur Eigenschaft "section_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addSection(JAXBElement ... section_) { super.addSection(section_); return this; } /** * Fügt Werte zur Eigenschaft "nav_" hinzu. * * @param nav_ * Werte, die zur Eigenschaft "nav_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addNav(final Iterable> nav_) { super.addNav(nav_); return this; } /** * Fügt Werte zur Eigenschaft "nav_" hinzu. * * @param nav_ * Werte, die zur Eigenschaft "nav_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addNav(JAXBElement ... nav_) { super.addNav(nav_); return this; } /** * Fügt Werte zur Eigenschaft "article_" hinzu. * * @param article_ * Werte, die zur Eigenschaft "article_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addArticle(final Iterable> article_) { super.addArticle(article_); return this; } /** * Fügt Werte zur Eigenschaft "article_" hinzu. * * @param article_ * Werte, die zur Eigenschaft "article_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addArticle(JAXBElement ... article_) { super.addArticle(article_); return this; } /** * Fügt Werte zur Eigenschaft "aside_" hinzu. * * @param aside_ * Werte, die zur Eigenschaft "aside_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAside(final Iterable> aside_) { super.addAside(aside_); return this; } /** * Fügt Werte zur Eigenschaft "aside_" hinzu. * * @param aside_ * Werte, die zur Eigenschaft "aside_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAside(JAXBElement ... aside_) { super.addAside(aside_); return this; } /** * Fügt Werte zur Eigenschaft "header_" hinzu. * * @param header_ * Werte, die zur Eigenschaft "header_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addHeader(final Iterable> header_) { super.addHeader(header_); return this; } /** * Fügt Werte zur Eigenschaft "header_" hinzu. * * @param header_ * Werte, die zur Eigenschaft "header_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addHeader(JAXBElement ... header_) { super.addHeader(header_); return this; } /** * Fügt Werte zur Eigenschaft "footer_" hinzu. * * @param footer_ * Werte, die zur Eigenschaft "footer_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addFooter(final Iterable> footer_) { super.addFooter(footer_); return this; } /** * Fügt Werte zur Eigenschaft "footer_" hinzu. * * @param footer_ * Werte, die zur Eigenschaft "footer_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addFooter(JAXBElement ... footer_) { super.addFooter(footer_); return this; } /** * Fügt Werte zur Eigenschaft "video_" hinzu. * * @param video_ * Werte, die zur Eigenschaft "video_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addVideo(final Iterable> video_) { super.addVideo(video_); return this; } /** * Fügt Werte zur Eigenschaft "video_" hinzu. * * @param video_ * Werte, die zur Eigenschaft "video_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addVideo(JAXBElement ... video_) { super.addVideo(video_); return this; } /** * Fügt Werte zur Eigenschaft "audio_" hinzu. * * @param audio_ * Werte, die zur Eigenschaft "audio_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAudio(final Iterable> audio_) { super.addAudio(audio_); return this; } /** * Fügt Werte zur Eigenschaft "audio_" hinzu. * * @param audio_ * Werte, die zur Eigenschaft "audio_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAudio(JAXBElement ... audio_) { super.addAudio(audio_); return this; } /** * Fügt Werte zur Eigenschaft "figure_" hinzu. * * @param figure_ * Werte, die zur Eigenschaft "figure_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addFigure(final Iterable figure_) { super.addFigure(figure_); return this; } /** * Fügt Werte zur Eigenschaft "figure_" hinzu. * * @param figure_ * Werte, die zur Eigenschaft "figure_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addFigure(Figure... figure_) { super.addFigure(figure_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "figure". * Mit {@link org.w3._1999.xhtml.Figure.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "figure". * Mit {@link org.w3._1999.xhtml.Figure.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Figure.Builder> addFigure() { return ((Figure.Builder> ) super.addFigure()); } /** * Fügt Werte zur Eigenschaft "table_" hinzu. * * @param table_ * Werte, die zur Eigenschaft "table_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addTable(final Iterable table_) { super.addTable(table_); return this; } /** * Fügt Werte zur Eigenschaft "table_" hinzu. * * @param table_ * Werte, die zur Eigenschaft "table_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addTable(Table... table_) { super.addTable(table_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "table". * Mit {@link org.w3._1999.xhtml.Table.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "table". * Mit {@link org.w3._1999.xhtml.Table.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Table.Builder> addTable() { return ((Table.Builder> ) super.addTable()); } /** * Fügt Werte zur Eigenschaft "form_" hinzu. * * @param form_ * Werte, die zur Eigenschaft "form_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addForm(final Iterable form_) { super.addForm(form_); return this; } /** * Fügt Werte zur Eigenschaft "form_" hinzu. * * @param form_ * Werte, die zur Eigenschaft "form_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addForm(Form... form_) { super.addForm(form_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "form". * Mit {@link org.w3._1999.xhtml.Form.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "form". * Mit {@link org.w3._1999.xhtml.Form.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Form.Builder> addForm() { return ((Form.Builder> ) super.addForm()); } /** * Fügt Werte zur Eigenschaft "fieldset_" hinzu. * * @param fieldset_ * Werte, die zur Eigenschaft "fieldset_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addFieldset(final Iterable fieldset_) { super.addFieldset(fieldset_); return this; } /** * Fügt Werte zur Eigenschaft "fieldset_" hinzu. * * @param fieldset_ * Werte, die zur Eigenschaft "fieldset_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addFieldset(Fieldset... fieldset_) { super.addFieldset(fieldset_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "fieldset". * Mit {@link org.w3._1999.xhtml.Fieldset.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "fieldset". * Mit {@link org.w3._1999.xhtml.Fieldset.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Fieldset.Builder> addFieldset() { return ((Fieldset.Builder> ) super.addFieldset()); } /** * Fügt Werte zur Eigenschaft "menu_" hinzu. * * @param menu_ * Werte, die zur Eigenschaft "menu_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMenu(final Iterable menu_) { super.addMenu(menu_); return this; } /** * Fügt Werte zur Eigenschaft "menu_" hinzu. * * @param menu_ * Werte, die zur Eigenschaft "menu_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addMenu(Menu... menu_) { super.addMenu(menu_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "menu". * Mit {@link org.w3._1999.xhtml.Menu.Builder#end()} geht es zurück zum aktuellen * Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "menu". * Mit {@link org.w3._1999.xhtml.Menu.Builder#end()} geht es zurück zum aktuellen * Builder. */ @Override public Menu.Builder> addMenu() { return ((Menu.Builder> ) super.addMenu()); } /** * Fügt Werte zur Eigenschaft "canvas_" hinzu. * * @param canvas_ * Werte, die zur Eigenschaft "canvas_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCanvas(final Iterable> canvas_) { super.addCanvas(canvas_); return this; } /** * Fügt Werte zur Eigenschaft "canvas_" hinzu. * * @param canvas_ * Werte, die zur Eigenschaft "canvas_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addCanvas(JAXBElement ... canvas_) { super.addCanvas(canvas_); return this; } /** * Fügt Werte zur Eigenschaft "details_" hinzu. * * @param details_ * Werte, die zur Eigenschaft "details_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDetails(final Iterable details_) { super.addDetails(details_); return this; } /** * Fügt Werte zur Eigenschaft "details_" hinzu. * * @param details_ * Werte, die zur Eigenschaft "details_" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDetails(Details... details_) { super.addDetails(details_); return this; } /** * Erzeugt einen neuen "Builder" zum Zusammenbauen eines zusätzlichen Wertes für * die Eigenschaft "details". * Mit {@link org.w3._1999.xhtml.Details.Builder#end()} geht es zurück zum * aktuellen Builder. * * @return * Ein neuer "Builder" zum Zusammenbauen eines zusätzlichen Wertes für die * Eigenschaft "details". * Mit {@link org.w3._1999.xhtml.Details.Builder#end()} geht es zurück zum * aktuellen Builder. */ @Override public Details.Builder> addDetails() { return ((Details.Builder> ) super.addDetails()); } /** * Fügt Werte zur Eigenschaft "content" hinzu. * * @param content * Werte, die zur Eigenschaft "content" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addContent(final Iterable content) { super.addContent(content); return this; } /** * Fügt Werte zur Eigenschaft "content" hinzu. * * @param content * Werte, die zur Eigenschaft "content" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addContent(Object... content) { super.addContent(content); return this; } /** * Setzt den neuen Wert der Eigenschaft "content" (Vorher zugewiesener Wert wird * ersetzt) * * @param content * Neuer Wert der Eigenschaft "content". */ @Override public Ol.Li.Builder<_B> withContent(final Iterable content) { super.withContent(content); return this; } /** * Setzt den neuen Wert der Eigenschaft "content" (Vorher zugewiesener Wert wird * ersetzt) * * @param content * Neuer Wert der Eigenschaft "content". */ @Override public Ol.Li.Builder<_B> withContent(Object... content) { super.withContent(content); return this; } /** * Setzt den neuen Wert der Eigenschaft "xmlLang" (Vorher zugewiesener Wert wird * ersetzt) * * @param xmlLang * Neuer Wert der Eigenschaft "xmlLang". */ @Override public Ol.Li.Builder<_B> withXmlLang(final String xmlLang) { super.withXmlLang(xmlLang); return this; } /** * Setzt den neuen Wert der Eigenschaft "xmlSpace" (Vorher zugewiesener Wert wird * ersetzt) * * @param xmlSpace * Neuer Wert der Eigenschaft "xmlSpace". */ @Override public Ol.Li.Builder<_B> withXmlSpace(final String xmlSpace) { super.withXmlSpace(xmlSpace); return this; } /** * Setzt den neuen Wert der Eigenschaft "xmlBase" (Vorher zugewiesener Wert wird * ersetzt) * * @param xmlBase * Neuer Wert der Eigenschaft "xmlBase". */ @Override public Ol.Li.Builder<_B> withXmlBase(final String xmlBase) { super.withXmlBase(xmlBase); return this; } /** * Setzt den neuen Wert der Eigenschaft "dir" (Vorher zugewiesener Wert wird * ersetzt) * * @param dir * Neuer Wert der Eigenschaft "dir". */ @Override public Ol.Li.Builder<_B> withDir(final Dir dir) { super.withDir(dir); return this; } /** * Fügt Werte zur Eigenschaft "accesskey" hinzu. * * @param accesskey * Werte, die zur Eigenschaft "accesskey" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAccesskey(final Iterable accesskey) { super.addAccesskey(accesskey); return this; } /** * Fügt Werte zur Eigenschaft "accesskey" hinzu. * * @param accesskey * Werte, die zur Eigenschaft "accesskey" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addAccesskey(String... accesskey) { super.addAccesskey(accesskey); return this; } /** * Setzt den neuen Wert der Eigenschaft "accesskey" (Vorher zugewiesener Wert wird * ersetzt) * * @param accesskey * Neuer Wert der Eigenschaft "accesskey". */ @Override public Ol.Li.Builder<_B> withAccesskey(final Iterable accesskey) { super.withAccesskey(accesskey); return this; } /** * Setzt den neuen Wert der Eigenschaft "accesskey" (Vorher zugewiesener Wert wird * ersetzt) * * @param accesskey * Neuer Wert der Eigenschaft "accesskey". */ @Override public Ol.Li.Builder<_B> withAccesskey(String... accesskey) { super.withAccesskey(accesskey); return this; } /** * Fügt Werte zur Eigenschaft "clazz" hinzu. * * @param clazz * Werte, die zur Eigenschaft "clazz" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addClazz(final Iterable clazz) { super.addClazz(clazz); return this; } /** * Fügt Werte zur Eigenschaft "clazz" hinzu. * * @param clazz * Werte, die zur Eigenschaft "clazz" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addClazz(String... clazz) { super.addClazz(clazz); return this; } /** * Setzt den neuen Wert der Eigenschaft "clazz" (Vorher zugewiesener Wert wird * ersetzt) * * @param clazz * Neuer Wert der Eigenschaft "clazz". */ @Override public Ol.Li.Builder<_B> withClazz(final Iterable clazz) { super.withClazz(clazz); return this; } /** * Setzt den neuen Wert der Eigenschaft "clazz" (Vorher zugewiesener Wert wird * ersetzt) * * @param clazz * Neuer Wert der Eigenschaft "clazz". */ @Override public Ol.Li.Builder<_B> withClazz(String... clazz) { super.withClazz(clazz); return this; } /** * Setzt den neuen Wert der Eigenschaft "contenteditable" (Vorher zugewiesener Wert * wird ersetzt) * * @param contenteditable * Neuer Wert der Eigenschaft "contenteditable". */ @Override public Ol.Li.Builder<_B> withContenteditable(final String contenteditable) { super.withContenteditable(contenteditable); return this; } /** * Setzt den neuen Wert der Eigenschaft "contextmenu" (Vorher zugewiesener Wert * wird ersetzt) * * @param contextmenu * Neuer Wert der Eigenschaft "contextmenu". */ @Override public Ol.Li.Builder<_B> withContextmenu(final String contextmenu) { super.withContextmenu(contextmenu); return this; } /** * Setzt den neuen Wert der Eigenschaft "draggable" (Vorher zugewiesener Wert wird * ersetzt) * * @param draggable * Neuer Wert der Eigenschaft "draggable". */ @Override public Ol.Li.Builder<_B> withDraggable(final Boolean draggable) { super.withDraggable(draggable); return this; } /** * Fügt Werte zur Eigenschaft "dropzone" hinzu. * * @param dropzone * Werte, die zur Eigenschaft "dropzone" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDropzone(final Iterable dropzone) { super.addDropzone(dropzone); return this; } /** * Fügt Werte zur Eigenschaft "dropzone" hinzu. * * @param dropzone * Werte, die zur Eigenschaft "dropzone" hinzugefügt werden. */ @Override public Ol.Li.Builder<_B> addDropzone(String... dropzone) { super.addDropzone(dropzone); return this; } /** * Setzt den neuen Wert der Eigenschaft "dropzone" (Vorher zugewiesener Wert wird * ersetzt) * * @param dropzone * Neuer Wert der Eigenschaft "dropzone". */ @Override public Ol.Li.Builder<_B> withDropzone(final Iterable dropzone) { super.withDropzone(dropzone); return this; } /** * Setzt den neuen Wert der Eigenschaft "dropzone" (Vorher zugewiesener Wert wird * ersetzt) * * @param dropzone * Neuer Wert der Eigenschaft "dropzone". */ @Override public Ol.Li.Builder<_B> withDropzone(String... dropzone) { super.withDropzone(dropzone); return this; } /** * Setzt den neuen Wert der Eigenschaft "hidden" (Vorher zugewiesener Wert wird * ersetzt) * * @param hidden * Neuer Wert der Eigenschaft "hidden". */ @Override public Ol.Li.Builder<_B> withHidden(final String hidden) { super.withHidden(hidden); return this; } /** * Setzt den neuen Wert der Eigenschaft "id" (Vorher zugewiesener Wert wird * ersetzt) * * @param id * Neuer Wert der Eigenschaft "id". */ @Override public Ol.Li.Builder<_B> withId(final String id) { super.withId(id); return this; } /** * Setzt den neuen Wert der Eigenschaft "lang" (Vorher zugewiesener Wert wird * ersetzt) * * @param lang * Neuer Wert der Eigenschaft "lang". */ @Override public Ol.Li.Builder<_B> withLang(final String lang) { super.withLang(lang); return this; } /** * Setzt den neuen Wert der Eigenschaft "spellcheck" (Vorher zugewiesener Wert wird * ersetzt) * * @param spellcheck * Neuer Wert der Eigenschaft "spellcheck". */ @Override public Ol.Li.Builder<_B> withSpellcheck(final String spellcheck) { super.withSpellcheck(spellcheck); return this; } /** * Setzt den neuen Wert der Eigenschaft "style" (Vorher zugewiesener Wert wird * ersetzt) * * @param style * Neuer Wert der Eigenschaft "style". */ @Override public Ol.Li.Builder<_B> withStyle(final String style) { super.withStyle(style); return this; } /** * Setzt den neuen Wert der Eigenschaft "tabindex" (Vorher zugewiesener Wert wird * ersetzt) * * @param tabindex * Neuer Wert der Eigenschaft "tabindex". */ @Override public Ol.Li.Builder<_B> withTabindex(final BigInteger tabindex) { super.withTabindex(tabindex); return this; } /** * Setzt den neuen Wert der Eigenschaft "title" (Vorher zugewiesener Wert wird * ersetzt) * * @param title * Neuer Wert der Eigenschaft "title". */ @Override public Ol.Li.Builder<_B> withTitle(final String title) { super.withTitle(title); return this; } /** * Setzt den neuen Wert der Eigenschaft "onabort" (Vorher zugewiesener Wert wird * ersetzt) * * @param onabort * Neuer Wert der Eigenschaft "onabort". */ @Override public Ol.Li.Builder<_B> withOnabort(final String onabort) { super.withOnabort(onabort); return this; } /** * Setzt den neuen Wert der Eigenschaft "onblur" (Vorher zugewiesener Wert wird * ersetzt) * * @param onblur * Neuer Wert der Eigenschaft "onblur". */ @Override public Ol.Li.Builder<_B> withOnblur(final String onblur) { super.withOnblur(onblur); return this; } /** * Setzt den neuen Wert der Eigenschaft "oncanplay" (Vorher zugewiesener Wert wird * ersetzt) * * @param oncanplay * Neuer Wert der Eigenschaft "oncanplay". */ @Override public Ol.Li.Builder<_B> withOncanplay(final String oncanplay) { super.withOncanplay(oncanplay); return this; } /** * Setzt den neuen Wert der Eigenschaft "oncanplaythrough" (Vorher zugewiesener * Wert wird ersetzt) * * @param oncanplaythrough * Neuer Wert der Eigenschaft "oncanplaythrough". */ @Override public Ol.Li.Builder<_B> withOncanplaythrough(final String oncanplaythrough) { super.withOncanplaythrough(oncanplaythrough); return this; } /** * Setzt den neuen Wert der Eigenschaft "onchange" (Vorher zugewiesener Wert wird * ersetzt) * * @param onchange * Neuer Wert der Eigenschaft "onchange". */ @Override public Ol.Li.Builder<_B> withOnchange(final String onchange) { super.withOnchange(onchange); return this; } /** * Setzt den neuen Wert der Eigenschaft "onclick" (Vorher zugewiesener Wert wird * ersetzt) * * @param onclick * Neuer Wert der Eigenschaft "onclick". */ @Override public Ol.Li.Builder<_B> withOnclick(final String onclick) { super.withOnclick(onclick); return this; } /** * Setzt den neuen Wert der Eigenschaft "oncontextmenu" (Vorher zugewiesener Wert * wird ersetzt) * * @param oncontextmenu * Neuer Wert der Eigenschaft "oncontextmenu". */ @Override public Ol.Li.Builder<_B> withOncontextmenu(final String oncontextmenu) { super.withOncontextmenu(oncontextmenu); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondblclick" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondblclick * Neuer Wert der Eigenschaft "ondblclick". */ @Override public Ol.Li.Builder<_B> withOndblclick(final String ondblclick) { super.withOndblclick(ondblclick); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondrag" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondrag * Neuer Wert der Eigenschaft "ondrag". */ @Override public Ol.Li.Builder<_B> withOndrag(final String ondrag) { super.withOndrag(ondrag); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragend" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondragend * Neuer Wert der Eigenschaft "ondragend". */ @Override public Ol.Li.Builder<_B> withOndragend(final String ondragend) { super.withOndragend(ondragend); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragenter" (Vorher zugewiesener Wert * wird ersetzt) * * @param ondragenter * Neuer Wert der Eigenschaft "ondragenter". */ @Override public Ol.Li.Builder<_B> withOndragenter(final String ondragenter) { super.withOndragenter(ondragenter); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragleave" (Vorher zugewiesener Wert * wird ersetzt) * * @param ondragleave * Neuer Wert der Eigenschaft "ondragleave". */ @Override public Ol.Li.Builder<_B> withOndragleave(final String ondragleave) { super.withOndragleave(ondragleave); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragover" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondragover * Neuer Wert der Eigenschaft "ondragover". */ @Override public Ol.Li.Builder<_B> withOndragover(final String ondragover) { super.withOndragover(ondragover); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondragstart" (Vorher zugewiesener Wert * wird ersetzt) * * @param ondragstart * Neuer Wert der Eigenschaft "ondragstart". */ @Override public Ol.Li.Builder<_B> withOndragstart(final String ondragstart) { super.withOndragstart(ondragstart); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondrop" (Vorher zugewiesener Wert wird * ersetzt) * * @param ondrop * Neuer Wert der Eigenschaft "ondrop". */ @Override public Ol.Li.Builder<_B> withOndrop(final String ondrop) { super.withOndrop(ondrop); return this; } /** * Setzt den neuen Wert der Eigenschaft "ondurationchange" (Vorher zugewiesener * Wert wird ersetzt) * * @param ondurationchange * Neuer Wert der Eigenschaft "ondurationchange". */ @Override public Ol.Li.Builder<_B> withOndurationchange(final String ondurationchange) { super.withOndurationchange(ondurationchange); return this; } /** * Setzt den neuen Wert der Eigenschaft "onemptied" (Vorher zugewiesener Wert wird * ersetzt) * * @param onemptied * Neuer Wert der Eigenschaft "onemptied". */ @Override public Ol.Li.Builder<_B> withOnemptied(final String onemptied) { super.withOnemptied(onemptied); return this; } /** * Setzt den neuen Wert der Eigenschaft "onended" (Vorher zugewiesener Wert wird * ersetzt) * * @param onended * Neuer Wert der Eigenschaft "onended". */ @Override public Ol.Li.Builder<_B> withOnended(final String onended) { super.withOnended(onended); return this; } /** * Setzt den neuen Wert der Eigenschaft "onerror" (Vorher zugewiesener Wert wird * ersetzt) * * @param onerror * Neuer Wert der Eigenschaft "onerror". */ @Override public Ol.Li.Builder<_B> withOnerror(final String onerror) { super.withOnerror(onerror); return this; } /** * Setzt den neuen Wert der Eigenschaft "onfocus" (Vorher zugewiesener Wert wird * ersetzt) * * @param onfocus * Neuer Wert der Eigenschaft "onfocus". */ @Override public Ol.Li.Builder<_B> withOnfocus(final String onfocus) { super.withOnfocus(onfocus); return this; } /** * Setzt den neuen Wert der Eigenschaft "oninput" (Vorher zugewiesener Wert wird * ersetzt) * * @param oninput * Neuer Wert der Eigenschaft "oninput". */ @Override public Ol.Li.Builder<_B> withOninput(final String oninput) { super.withOninput(oninput); return this; } /** * Setzt den neuen Wert der Eigenschaft "oninvalid" (Vorher zugewiesener Wert wird * ersetzt) * * @param oninvalid * Neuer Wert der Eigenschaft "oninvalid". */ @Override public Ol.Li.Builder<_B> withOninvalid(final String oninvalid) { super.withOninvalid(oninvalid); return this; } /** * Setzt den neuen Wert der Eigenschaft "onkeydown" (Vorher zugewiesener Wert wird * ersetzt) * * @param onkeydown * Neuer Wert der Eigenschaft "onkeydown". */ @Override public Ol.Li.Builder<_B> withOnkeydown(final String onkeydown) { super.withOnkeydown(onkeydown); return this; } /** * Setzt den neuen Wert der Eigenschaft "onkeypress" (Vorher zugewiesener Wert wird * ersetzt) * * @param onkeypress * Neuer Wert der Eigenschaft "onkeypress". */ @Override public Ol.Li.Builder<_B> withOnkeypress(final String onkeypress) { super.withOnkeypress(onkeypress); return this; } /** * Setzt den neuen Wert der Eigenschaft "onkeyup" (Vorher zugewiesener Wert wird * ersetzt) * * @param onkeyup * Neuer Wert der Eigenschaft "onkeyup". */ @Override public Ol.Li.Builder<_B> withOnkeyup(final String onkeyup) { super.withOnkeyup(onkeyup); return this; } /** * Setzt den neuen Wert der Eigenschaft "onload" (Vorher zugewiesener Wert wird * ersetzt) * * @param onload * Neuer Wert der Eigenschaft "onload". */ @Override public Ol.Li.Builder<_B> withOnload(final String onload) { super.withOnload(onload); return this; } /** * Setzt den neuen Wert der Eigenschaft "onloadeddata" (Vorher zugewiesener Wert * wird ersetzt) * * @param onloadeddata * Neuer Wert der Eigenschaft "onloadeddata". */ @Override public Ol.Li.Builder<_B> withOnloadeddata(final String onloadeddata) { super.withOnloadeddata(onloadeddata); return this; } /** * Setzt den neuen Wert der Eigenschaft "onloadedmetadata" (Vorher zugewiesener * Wert wird ersetzt) * * @param onloadedmetadata * Neuer Wert der Eigenschaft "onloadedmetadata". */ @Override public Ol.Li.Builder<_B> withOnloadedmetadata(final String onloadedmetadata) { super.withOnloadedmetadata(onloadedmetadata); return this; } /** * Setzt den neuen Wert der Eigenschaft "onloadstart" (Vorher zugewiesener Wert * wird ersetzt) * * @param onloadstart * Neuer Wert der Eigenschaft "onloadstart". */ @Override public Ol.Li.Builder<_B> withOnloadstart(final String onloadstart) { super.withOnloadstart(onloadstart); return this; } /** * Setzt den neuen Wert der Eigenschaft "onmousedown" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmousedown * Neuer Wert der Eigenschaft "onmousedown". */ @Override public Ol.Li.Builder<_B> withOnmousedown(final String onmousedown) { super.withOnmousedown(onmousedown); return this; } /** * Setzt den neuen Wert der Eigenschaft "onmousemove" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmousemove * Neuer Wert der Eigenschaft "onmousemove". */ @Override public Ol.Li.Builder<_B> withOnmousemove(final String onmousemove) { super.withOnmousemove(onmousemove); return this; } /** * Setzt den neuen Wert der Eigenschaft "onmouseout" (Vorher zugewiesener Wert wird * ersetzt) * * @param onmouseout * Neuer Wert der Eigenschaft "onmouseout". */ @Override public Ol.Li.Builder<_B> withOnmouseout(final String onmouseout) { super.withOnmouseout(onmouseout); return this; } /** * Setzt den neuen Wert der Eigenschaft "onmouseover" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmouseover * Neuer Wert der Eigenschaft "onmouseover". */ @Override public Ol.Li.Builder<_B> withOnmouseover(final String onmouseover) { super.withOnmouseover(onmouseover); return this; } /** * Setzt den neuen Wert der Eigenschaft "onmouseup" (Vorher zugewiesener Wert wird * ersetzt) * * @param onmouseup * Neuer Wert der Eigenschaft "onmouseup". */ @Override public Ol.Li.Builder<_B> withOnmouseup(final String onmouseup) { super.withOnmouseup(onmouseup); return this; } /** * Setzt den neuen Wert der Eigenschaft "onmousewheel" (Vorher zugewiesener Wert * wird ersetzt) * * @param onmousewheel * Neuer Wert der Eigenschaft "onmousewheel". */ @Override public Ol.Li.Builder<_B> withOnmousewheel(final String onmousewheel) { super.withOnmousewheel(onmousewheel); return this; } /** * Setzt den neuen Wert der Eigenschaft "onpause" (Vorher zugewiesener Wert wird * ersetzt) * * @param onpause * Neuer Wert der Eigenschaft "onpause". */ @Override public Ol.Li.Builder<_B> withOnpause(final String onpause) { super.withOnpause(onpause); return this; } /** * Setzt den neuen Wert der Eigenschaft "onplay" (Vorher zugewiesener Wert wird * ersetzt) * * @param onplay * Neuer Wert der Eigenschaft "onplay". */ @Override public Ol.Li.Builder<_B> withOnplay(final String onplay) { super.withOnplay(onplay); return this; } /** * Setzt den neuen Wert der Eigenschaft "onplaying" (Vorher zugewiesener Wert wird * ersetzt) * * @param onplaying * Neuer Wert der Eigenschaft "onplaying". */ @Override public Ol.Li.Builder<_B> withOnplaying(final String onplaying) { super.withOnplaying(onplaying); return this; } /** * Setzt den neuen Wert der Eigenschaft "onprogress" (Vorher zugewiesener Wert wird * ersetzt) * * @param onprogress * Neuer Wert der Eigenschaft "onprogress". */ @Override public Ol.Li.Builder<_B> withOnprogress(final String onprogress) { super.withOnprogress(onprogress); return this; } /** * Setzt den neuen Wert der Eigenschaft "onratechange" (Vorher zugewiesener Wert * wird ersetzt) * * @param onratechange * Neuer Wert der Eigenschaft "onratechange". */ @Override public Ol.Li.Builder<_B> withOnratechange(final String onratechange) { super.withOnratechange(onratechange); return this; } /** * Setzt den neuen Wert der Eigenschaft "onreadystatechange" (Vorher zugewiesener * Wert wird ersetzt) * * @param onreadystatechange * Neuer Wert der Eigenschaft "onreadystatechange". */ @Override public Ol.Li.Builder<_B> withOnreadystatechange(final String onreadystatechange) { super.withOnreadystatechange(onreadystatechange); return this; } /** * Setzt den neuen Wert der Eigenschaft "onreset" (Vorher zugewiesener Wert wird * ersetzt) * * @param onreset * Neuer Wert der Eigenschaft "onreset". */ @Override public Ol.Li.Builder<_B> withOnreset(final String onreset) { super.withOnreset(onreset); return this; } /** * Setzt den neuen Wert der Eigenschaft "onscroll" (Vorher zugewiesener Wert wird * ersetzt) * * @param onscroll * Neuer Wert der Eigenschaft "onscroll". */ @Override public Ol.Li.Builder<_B> withOnscroll(final String onscroll) { super.withOnscroll(onscroll); return this; } /** * Setzt den neuen Wert der Eigenschaft "onseeked" (Vorher zugewiesener Wert wird * ersetzt) * * @param onseeked * Neuer Wert der Eigenschaft "onseeked". */ @Override public Ol.Li.Builder<_B> withOnseeked(final String onseeked) { super.withOnseeked(onseeked); return this; } /** * Setzt den neuen Wert der Eigenschaft "onseeking" (Vorher zugewiesener Wert wird * ersetzt) * * @param onseeking * Neuer Wert der Eigenschaft "onseeking". */ @Override public Ol.Li.Builder<_B> withOnseeking(final String onseeking) { super.withOnseeking(onseeking); return this; } /** * Setzt den neuen Wert der Eigenschaft "onselect" (Vorher zugewiesener Wert wird * ersetzt) * * @param onselect * Neuer Wert der Eigenschaft "onselect". */ @Override public Ol.Li.Builder<_B> withOnselect(final String onselect) { super.withOnselect(onselect); return this; } /** * Setzt den neuen Wert der Eigenschaft "onshow" (Vorher zugewiesener Wert wird * ersetzt) * * @param onshow * Neuer Wert der Eigenschaft "onshow". */ @Override public Ol.Li.Builder<_B> withOnshow(final String onshow) { super.withOnshow(onshow); return this; } /** * Setzt den neuen Wert der Eigenschaft "onstalled" (Vorher zugewiesener Wert wird * ersetzt) * * @param onstalled * Neuer Wert der Eigenschaft "onstalled". */ @Override public Ol.Li.Builder<_B> withOnstalled(final String onstalled) { super.withOnstalled(onstalled); return this; } /** * Setzt den neuen Wert der Eigenschaft "onsubmit" (Vorher zugewiesener Wert wird * ersetzt) * * @param onsubmit * Neuer Wert der Eigenschaft "onsubmit". */ @Override public Ol.Li.Builder<_B> withOnsubmit(final String onsubmit) { super.withOnsubmit(onsubmit); return this; } /** * Setzt den neuen Wert der Eigenschaft "onsuspend" (Vorher zugewiesener Wert wird * ersetzt) * * @param onsuspend * Neuer Wert der Eigenschaft "onsuspend". */ @Override public Ol.Li.Builder<_B> withOnsuspend(final String onsuspend) { super.withOnsuspend(onsuspend); return this; } /** * Setzt den neuen Wert der Eigenschaft "ontimeupdate" (Vorher zugewiesener Wert * wird ersetzt) * * @param ontimeupdate * Neuer Wert der Eigenschaft "ontimeupdate". */ @Override public Ol.Li.Builder<_B> withOntimeupdate(final String ontimeupdate) { super.withOntimeupdate(ontimeupdate); return this; } /** * Setzt den neuen Wert der Eigenschaft "onvolumechange" (Vorher zugewiesener Wert * wird ersetzt) * * @param onvolumechange * Neuer Wert der Eigenschaft "onvolumechange". */ @Override public Ol.Li.Builder<_B> withOnvolumechange(final String onvolumechange) { super.withOnvolumechange(onvolumechange); return this; } /** * Setzt den neuen Wert der Eigenschaft "onwaiting" (Vorher zugewiesener Wert wird * ersetzt) * * @param onwaiting * Neuer Wert der Eigenschaft "onwaiting". */ @Override public Ol.Li.Builder<_B> withOnwaiting(final String onwaiting) { super.withOnwaiting(onwaiting); return this; } @Override public Ol.Li build() { if (_storedValue == null) { return this.init(new Ol.Li()); } else { return ((Ol.Li) _storedValue); } } public Ol.Li.Builder<_B> copyOf(final Ol.Li _other) { _other.copyTo(this); return this; } public Ol.Li.Builder<_B> copyOf(final Ol.Li.Builder _other) { return copyOf(_other.build()); } } public class Modifier extends org.w3._1999.xhtml.Li.Modifier { public void setValue(final BigInteger value) { Ol.Li.this.setValue(value); } } public static class PropInfo { public static final transient SinglePropertyInfo value = new SinglePropertyInfo("value", Ol.Li.class, BigInteger.class, false, null, new QName("", "value"), new QName("http://www.w3.org/1999/xhtml", "integer"), true) { @Override public BigInteger get(final Ol.Li _instance_) { return ((_instance_ == null)?null:_instance_.value); } @Override public void set(final Ol.Li _instance_, final BigInteger _value_) { if (_instance_!= null) { _instance_.value = _value_; } } } ; } public static class Select extends Ol.Li.Selector { Select() { super(null, null, null); } public static Ol.Li.Select _root() { return new Ol.Li.Select(); } } public static class Selector , TParent > extends org.w3._1999.xhtml.Li.Selector { private com.kscs.util.jaxb.Selector> value = null; public Selector(final TRoot root, final TParent parent, final String propertyName) { super(root, parent, propertyName); } @Override public Map buildChildren() { final Map products = new HashMap<>(); products.putAll(super.buildChildren()); if (this.value!= null) { products.put("value", this.value.init()); } return products; } public com.kscs.util.jaxb.Selector> value() { return ((this.value == null)?this.value = new com.kscs.util.jaxb.Selector<>(this._root, this, "value"):this.value); } } } public class Modifier implements org.w3._1999.xhtml.GlobalAttributeGroup.Modifier { public List getLi() { if (Ol.this.li == null) { Ol.this.li = new ArrayList<>(); } return Ol.this.li; } public void setType(final String type) { Ol.this.setType(type); } public void setStart(final BigInteger start) { Ol.this.setStart(start); } public void setReversed(final String reversed) { Ol.this.setReversed(reversed); } public void setXmlLang(final String xmlLang) { Ol.this.setXmlLang(xmlLang); } public void setXmlSpace(final String xmlSpace) { Ol.this.setXmlSpace(xmlSpace); } public void setXmlBase(final String xmlBase) { Ol.this.setXmlBase(xmlBase); } public void setDir(final Dir dir) { Ol.this.setDir(dir); } public List getAccesskey() { if (Ol.this.accesskey == null) { Ol.this.accesskey = new ArrayList<>(); } return Ol.this.accesskey; } public List getClazz() { if (Ol.this.clazz == null) { Ol.this.clazz = new ArrayList<>(); } return Ol.this.clazz; } public void setContenteditable(final String contenteditable) { Ol.this.setContenteditable(contenteditable); } public void setContextmenu(final String contextmenu) { Ol.this.setContextmenu(contextmenu); } public void setDraggable(final Boolean draggable) { Ol.this.setDraggable(draggable); } public List getDropzone() { if (Ol.this.dropzone == null) { Ol.this.dropzone = new ArrayList<>(); } return Ol.this.dropzone; } public void setHidden(final String hidden) { Ol.this.setHidden(hidden); } public void setId(final String id) { Ol.this.setId(id); } public void setLang(final String lang) { Ol.this.setLang(lang); } public void setSpellcheck(final String spellcheck) { Ol.this.setSpellcheck(spellcheck); } public void setStyle(final String style) { Ol.this.setStyle(style); } public void setTabindex(final BigInteger tabindex) { Ol.this.setTabindex(tabindex); } public void setTitle(final String title) { Ol.this.setTitle(title); } public void setOnabort(final String onabort) { Ol.this.setOnabort(onabort); } public void setOnblur(final String onblur) { Ol.this.setOnblur(onblur); } public void setOncanplay(final String oncanplay) { Ol.this.setOncanplay(oncanplay); } public void setOncanplaythrough(final String oncanplaythrough) { Ol.this.setOncanplaythrough(oncanplaythrough); } public void setOnchange(final String onchange) { Ol.this.setOnchange(onchange); } public void setOnclick(final String onclick) { Ol.this.setOnclick(onclick); } public void setOncontextmenu(final String oncontextmenu) { Ol.this.setOncontextmenu(oncontextmenu); } public void setOndblclick(final String ondblclick) { Ol.this.setOndblclick(ondblclick); } public void setOndrag(final String ondrag) { Ol.this.setOndrag(ondrag); } public void setOndragend(final String ondragend) { Ol.this.setOndragend(ondragend); } public void setOndragenter(final String ondragenter) { Ol.this.setOndragenter(ondragenter); } public void setOndragleave(final String ondragleave) { Ol.this.setOndragleave(ondragleave); } public void setOndragover(final String ondragover) { Ol.this.setOndragover(ondragover); } public void setOndragstart(final String ondragstart) { Ol.this.setOndragstart(ondragstart); } public void setOndrop(final String ondrop) { Ol.this.setOndrop(ondrop); } public void setOndurationchange(final String ondurationchange) { Ol.this.setOndurationchange(ondurationchange); } public void setOnemptied(final String onemptied) { Ol.this.setOnemptied(onemptied); } public void setOnended(final String onended) { Ol.this.setOnended(onended); } public void setOnerror(final String onerror) { Ol.this.setOnerror(onerror); } public void setOnfocus(final String onfocus) { Ol.this.setOnfocus(onfocus); } public void setOninput(final String oninput) { Ol.this.setOninput(oninput); } public void setOninvalid(final String oninvalid) { Ol.this.setOninvalid(oninvalid); } public void setOnkeydown(final String onkeydown) { Ol.this.setOnkeydown(onkeydown); } public void setOnkeypress(final String onkeypress) { Ol.this.setOnkeypress(onkeypress); } public void setOnkeyup(final String onkeyup) { Ol.this.setOnkeyup(onkeyup); } public void setOnload(final String onload) { Ol.this.setOnload(onload); } public void setOnloadeddata(final String onloadeddata) { Ol.this.setOnloadeddata(onloadeddata); } public void setOnloadedmetadata(final String onloadedmetadata) { Ol.this.setOnloadedmetadata(onloadedmetadata); } public void setOnloadstart(final String onloadstart) { Ol.this.setOnloadstart(onloadstart); } public void setOnmousedown(final String onmousedown) { Ol.this.setOnmousedown(onmousedown); } public void setOnmousemove(final String onmousemove) { Ol.this.setOnmousemove(onmousemove); } public void setOnmouseout(final String onmouseout) { Ol.this.setOnmouseout(onmouseout); } public void setOnmouseover(final String onmouseover) { Ol.this.setOnmouseover(onmouseover); } public void setOnmouseup(final String onmouseup) { Ol.this.setOnmouseup(onmouseup); } public void setOnmousewheel(final String onmousewheel) { Ol.this.setOnmousewheel(onmousewheel); } public void setOnpause(final String onpause) { Ol.this.setOnpause(onpause); } public void setOnplay(final String onplay) { Ol.this.setOnplay(onplay); } public void setOnplaying(final String onplaying) { Ol.this.setOnplaying(onplaying); } public void setOnprogress(final String onprogress) { Ol.this.setOnprogress(onprogress); } public void setOnratechange(final String onratechange) { Ol.this.setOnratechange(onratechange); } public void setOnreadystatechange(final String onreadystatechange) { Ol.this.setOnreadystatechange(onreadystatechange); } public void setOnreset(final String onreset) { Ol.this.setOnreset(onreset); } public void setOnscroll(final String onscroll) { Ol.this.setOnscroll(onscroll); } public void setOnseeked(final String onseeked) { Ol.this.setOnseeked(onseeked); } public void setOnseeking(final String onseeking) { Ol.this.setOnseeking(onseeking); } public void setOnselect(final String onselect) { Ol.this.setOnselect(onselect); } public void setOnshow(final String onshow) { Ol.this.setOnshow(onshow); } public void setOnstalled(final String onstalled) { Ol.this.setOnstalled(onstalled); } public void setOnsubmit(final String onsubmit) { Ol.this.setOnsubmit(onsubmit); } public void setOnsuspend(final String onsuspend) { Ol.this.setOnsuspend(onsuspend); } public void setOntimeupdate(final String ontimeupdate) { Ol.this.setOntimeupdate(ontimeupdate); } public void setOnvolumechange(final String onvolumechange) { Ol.this.setOnvolumechange(onvolumechange); } public void setOnwaiting(final String onwaiting) { Ol.this.setOnwaiting(onwaiting); } } public static class PropInfo { public static final transient CollectionPropertyInfo li = new CollectionPropertyInfo("li", Ol.class, Ol.Li.class, true, null, new QName("", ""), new QName("", ""), false) { @Override public List get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.li); } @Override public void set(final Ol _instance_, final List _value_) { if (_instance_!= null) { _instance_.li = _value_; } } } ; public static final transient SinglePropertyInfo type = new SinglePropertyInfo("type", Ol.class, String.class, false, "1", new QName("", "type"), new QName("http://www.w3.org/1999/xhtml", "olType"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.type); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.type = _value_; } } } ; public static final transient SinglePropertyInfo start = new SinglePropertyInfo("start", Ol.class, BigInteger.class, false, null, new QName("", "start"), new QName("http://www.w3.org/1999/xhtml", "integer"), true) { @Override public BigInteger get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.start); } @Override public void set(final Ol _instance_, final BigInteger _value_) { if (_instance_!= null) { _instance_.start = _value_; } } } ; public static final transient SinglePropertyInfo reversed = new SinglePropertyInfo("reversed", Ol.class, String.class, false, null, new QName("", "reversed"), new QName("http://www.w3.org/1999/xhtml", "reversed"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.reversed); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.reversed = _value_; } } } ; public static final transient SinglePropertyInfo xmlLang = new SinglePropertyInfo("xmlLang", Ol.class, String.class, false, null, new QName("http://www.w3.org/XML/1998/namespace", "lang"), new QName("http://www.w3.org/2001/XMLSchema", "language"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.xmlLang); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.xmlLang = _value_; } } } ; public static final transient SinglePropertyInfo xmlSpace = new SinglePropertyInfo("xmlSpace", Ol.class, String.class, false, "preserve", new QName("http://www.w3.org/XML/1998/namespace", "space"), new QName("http://www.w3.org/XML/1998/namespace", "anonymousAttributeType"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.xmlSpace); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.xmlSpace = _value_; } } } ; public static final transient SinglePropertyInfo xmlBase = new SinglePropertyInfo("xmlBase", Ol.class, String.class, false, null, new QName("http://www.w3.org/XML/1998/namespace", "base"), new QName("http://www.w3.org/2001/XMLSchema", "anyURI"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.xmlBase); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.xmlBase = _value_; } } } ; public static final transient SinglePropertyInfo dir = new SinglePropertyInfo("dir", Ol.class, Dir.class, false, null, new QName("", "dir"), new QName("http://www.w3.org/1999/xhtml", "dir"), true) { @Override public Dir get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.dir); } @Override public void set(final Ol _instance_, final Dir _value_) { if (_instance_!= null) { _instance_.dir = _value_; } } } ; public static final transient CollectionPropertyInfo accesskey = new CollectionPropertyInfo("accesskey", Ol.class, String.class, true, null, new QName("", "accesskey"), new QName("http://www.w3.org/1999/xhtml", "accesskey"), true) { @Override public List get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.accesskey); } @Override public void set(final Ol _instance_, final List _value_) { if (_instance_!= null) { _instance_.accesskey = _value_; } } } ; public static final transient CollectionPropertyInfo clazz = new CollectionPropertyInfo("clazz", Ol.class, String.class, true, null, new QName("", "class"), new QName("http://www.w3.org/1999/xhtml", "tokens"), true) { @Override public List get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.clazz); } @Override public void set(final Ol _instance_, final List _value_) { if (_instance_!= null) { _instance_.clazz = _value_; } } } ; public static final transient SinglePropertyInfo contenteditable = new SinglePropertyInfo("contenteditable", Ol.class, String.class, false, null, new QName("", "contenteditable"), new QName("http://www.w3.org/1999/xhtml", "implicitBoolean"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.contenteditable); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.contenteditable = _value_; } } } ; public static final transient SinglePropertyInfo contextmenu = new SinglePropertyInfo("contextmenu", Ol.class, String.class, false, null, new QName("", "contextmenu"), new QName("http://www.w3.org/1999/xhtml", "idref"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.contextmenu); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.contextmenu = _value_; } } } ; public static final transient SinglePropertyInfo draggable = new SinglePropertyInfo("draggable", Ol.class, Boolean.class, false, null, new QName("", "draggable"), new QName("http://www.w3.org/1999/xhtml", "boolean"), true) { @Override public Boolean get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.draggable); } @Override public void set(final Ol _instance_, final Boolean _value_) { if (_instance_!= null) { _instance_.draggable = _value_; } } } ; public static final transient CollectionPropertyInfo dropzone = new CollectionPropertyInfo("dropzone", Ol.class, String.class, true, null, new QName("", "dropzone"), new QName("http://www.w3.org/1999/xhtml", "dropzone"), true) { @Override public List get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.dropzone); } @Override public void set(final Ol _instance_, final List _value_) { if (_instance_!= null) { _instance_.dropzone = _value_; } } } ; public static final transient SinglePropertyInfo hidden = new SinglePropertyInfo("hidden", Ol.class, String.class, false, null, new QName("", "hidden"), new QName("http://www.w3.org/1999/xhtml", "hidden"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.hidden); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.hidden = _value_; } } } ; public static final transient SinglePropertyInfo id = new SinglePropertyInfo("id", Ol.class, String.class, false, null, new QName("", "id"), new QName("http://www.w3.org/1999/xhtml", "id"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.id); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.id = _value_; } } } ; public static final transient SinglePropertyInfo lang = new SinglePropertyInfo("lang", Ol.class, String.class, false, null, new QName("", "lang"), new QName("http://www.w3.org/1999/xhtml", "languageTag"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.lang); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.lang = _value_; } } } ; public static final transient SinglePropertyInfo spellcheck = new SinglePropertyInfo("spellcheck", Ol.class, String.class, false, null, new QName("", "spellcheck"), new QName("http://www.w3.org/1999/xhtml", "implicitBoolean"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.spellcheck); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.spellcheck = _value_; } } } ; public static final transient SinglePropertyInfo style = new SinglePropertyInfo("style", Ol.class, String.class, false, null, new QName("", "style"), new QName("http://www.w3.org/1999/xhtml", "string"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.style); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.style = _value_; } } } ; public static final transient SinglePropertyInfo tabindex = new SinglePropertyInfo("tabindex", Ol.class, BigInteger.class, false, null, new QName("", "tabindex"), new QName("http://www.w3.org/1999/xhtml", "integer"), true) { @Override public BigInteger get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.tabindex); } @Override public void set(final Ol _instance_, final BigInteger _value_) { if (_instance_!= null) { _instance_.tabindex = _value_; } } } ; public static final transient SinglePropertyInfo title = new SinglePropertyInfo("title", Ol.class, String.class, false, null, new QName("", "title"), new QName("http://www.w3.org/1999/xhtml", "string"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.title); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.title = _value_; } } } ; public static final transient SinglePropertyInfo onabort = new SinglePropertyInfo("onabort", Ol.class, String.class, false, null, new QName("", "onabort"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onabort); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onabort = _value_; } } } ; public static final transient SinglePropertyInfo onblur = new SinglePropertyInfo("onblur", Ol.class, String.class, false, null, new QName("", "onblur"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onblur); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onblur = _value_; } } } ; public static final transient SinglePropertyInfo oncanplay = new SinglePropertyInfo("oncanplay", Ol.class, String.class, false, null, new QName("", "oncanplay"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.oncanplay); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.oncanplay = _value_; } } } ; public static final transient SinglePropertyInfo oncanplaythrough = new SinglePropertyInfo("oncanplaythrough", Ol.class, String.class, false, null, new QName("", "oncanplaythrough"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.oncanplaythrough); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.oncanplaythrough = _value_; } } } ; public static final transient SinglePropertyInfo onchange = new SinglePropertyInfo("onchange", Ol.class, String.class, false, null, new QName("", "onchange"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onchange); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onchange = _value_; } } } ; public static final transient SinglePropertyInfo onclick = new SinglePropertyInfo("onclick", Ol.class, String.class, false, null, new QName("", "onclick"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onclick); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onclick = _value_; } } } ; public static final transient SinglePropertyInfo oncontextmenu = new SinglePropertyInfo("oncontextmenu", Ol.class, String.class, false, null, new QName("", "oncontextmenu"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.oncontextmenu); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.oncontextmenu = _value_; } } } ; public static final transient SinglePropertyInfo ondblclick = new SinglePropertyInfo("ondblclick", Ol.class, String.class, false, null, new QName("", "ondblclick"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondblclick); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondblclick = _value_; } } } ; public static final transient SinglePropertyInfo ondrag = new SinglePropertyInfo("ondrag", Ol.class, String.class, false, null, new QName("", "ondrag"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondrag); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondrag = _value_; } } } ; public static final transient SinglePropertyInfo ondragend = new SinglePropertyInfo("ondragend", Ol.class, String.class, false, null, new QName("", "ondragend"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondragend); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondragend = _value_; } } } ; public static final transient SinglePropertyInfo ondragenter = new SinglePropertyInfo("ondragenter", Ol.class, String.class, false, null, new QName("", "ondragenter"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondragenter); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondragenter = _value_; } } } ; public static final transient SinglePropertyInfo ondragleave = new SinglePropertyInfo("ondragleave", Ol.class, String.class, false, null, new QName("", "ondragleave"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondragleave); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondragleave = _value_; } } } ; public static final transient SinglePropertyInfo ondragover = new SinglePropertyInfo("ondragover", Ol.class, String.class, false, null, new QName("", "ondragover"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondragover); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondragover = _value_; } } } ; public static final transient SinglePropertyInfo ondragstart = new SinglePropertyInfo("ondragstart", Ol.class, String.class, false, null, new QName("", "ondragstart"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondragstart); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondragstart = _value_; } } } ; public static final transient SinglePropertyInfo ondrop = new SinglePropertyInfo("ondrop", Ol.class, String.class, false, null, new QName("", "ondrop"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondrop); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondrop = _value_; } } } ; public static final transient SinglePropertyInfo ondurationchange = new SinglePropertyInfo("ondurationchange", Ol.class, String.class, false, null, new QName("", "ondurationchange"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ondurationchange); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ondurationchange = _value_; } } } ; public static final transient SinglePropertyInfo onemptied = new SinglePropertyInfo("onemptied", Ol.class, String.class, false, null, new QName("", "onemptied"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onemptied); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onemptied = _value_; } } } ; public static final transient SinglePropertyInfo onended = new SinglePropertyInfo("onended", Ol.class, String.class, false, null, new QName("", "onended"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onended); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onended = _value_; } } } ; public static final transient SinglePropertyInfo onerror = new SinglePropertyInfo("onerror", Ol.class, String.class, false, null, new QName("", "onerror"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onerror); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onerror = _value_; } } } ; public static final transient SinglePropertyInfo onfocus = new SinglePropertyInfo("onfocus", Ol.class, String.class, false, null, new QName("", "onfocus"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onfocus); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onfocus = _value_; } } } ; public static final transient SinglePropertyInfo oninput = new SinglePropertyInfo("oninput", Ol.class, String.class, false, null, new QName("", "oninput"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.oninput); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.oninput = _value_; } } } ; public static final transient SinglePropertyInfo oninvalid = new SinglePropertyInfo("oninvalid", Ol.class, String.class, false, null, new QName("", "oninvalid"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.oninvalid); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.oninvalid = _value_; } } } ; public static final transient SinglePropertyInfo onkeydown = new SinglePropertyInfo("onkeydown", Ol.class, String.class, false, null, new QName("", "onkeydown"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onkeydown); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onkeydown = _value_; } } } ; public static final transient SinglePropertyInfo onkeypress = new SinglePropertyInfo("onkeypress", Ol.class, String.class, false, null, new QName("", "onkeypress"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onkeypress); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onkeypress = _value_; } } } ; public static final transient SinglePropertyInfo onkeyup = new SinglePropertyInfo("onkeyup", Ol.class, String.class, false, null, new QName("", "onkeyup"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onkeyup); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onkeyup = _value_; } } } ; public static final transient SinglePropertyInfo onload = new SinglePropertyInfo("onload", Ol.class, String.class, false, null, new QName("", "onload"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onload); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onload = _value_; } } } ; public static final transient SinglePropertyInfo onloadeddata = new SinglePropertyInfo("onloadeddata", Ol.class, String.class, false, null, new QName("", "onloadeddata"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onloadeddata); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onloadeddata = _value_; } } } ; public static final transient SinglePropertyInfo onloadedmetadata = new SinglePropertyInfo("onloadedmetadata", Ol.class, String.class, false, null, new QName("", "onloadedmetadata"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onloadedmetadata); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onloadedmetadata = _value_; } } } ; public static final transient SinglePropertyInfo onloadstart = new SinglePropertyInfo("onloadstart", Ol.class, String.class, false, null, new QName("", "onloadstart"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onloadstart); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onloadstart = _value_; } } } ; public static final transient SinglePropertyInfo onmousedown = new SinglePropertyInfo("onmousedown", Ol.class, String.class, false, null, new QName("", "onmousedown"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onmousedown); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onmousedown = _value_; } } } ; public static final transient SinglePropertyInfo onmousemove = new SinglePropertyInfo("onmousemove", Ol.class, String.class, false, null, new QName("", "onmousemove"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onmousemove); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onmousemove = _value_; } } } ; public static final transient SinglePropertyInfo onmouseout = new SinglePropertyInfo("onmouseout", Ol.class, String.class, false, null, new QName("", "onmouseout"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onmouseout); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onmouseout = _value_; } } } ; public static final transient SinglePropertyInfo onmouseover = new SinglePropertyInfo("onmouseover", Ol.class, String.class, false, null, new QName("", "onmouseover"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onmouseover); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onmouseover = _value_; } } } ; public static final transient SinglePropertyInfo onmouseup = new SinglePropertyInfo("onmouseup", Ol.class, String.class, false, null, new QName("", "onmouseup"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onmouseup); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onmouseup = _value_; } } } ; public static final transient SinglePropertyInfo onmousewheel = new SinglePropertyInfo("onmousewheel", Ol.class, String.class, false, null, new QName("", "onmousewheel"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onmousewheel); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onmousewheel = _value_; } } } ; public static final transient SinglePropertyInfo onpause = new SinglePropertyInfo("onpause", Ol.class, String.class, false, null, new QName("", "onpause"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onpause); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onpause = _value_; } } } ; public static final transient SinglePropertyInfo onplay = new SinglePropertyInfo("onplay", Ol.class, String.class, false, null, new QName("", "onplay"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onplay); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onplay = _value_; } } } ; public static final transient SinglePropertyInfo onplaying = new SinglePropertyInfo("onplaying", Ol.class, String.class, false, null, new QName("", "onplaying"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onplaying); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onplaying = _value_; } } } ; public static final transient SinglePropertyInfo onprogress = new SinglePropertyInfo("onprogress", Ol.class, String.class, false, null, new QName("", "onprogress"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onprogress); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onprogress = _value_; } } } ; public static final transient SinglePropertyInfo onratechange = new SinglePropertyInfo("onratechange", Ol.class, String.class, false, null, new QName("", "onratechange"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onratechange); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onratechange = _value_; } } } ; public static final transient SinglePropertyInfo onreadystatechange = new SinglePropertyInfo("onreadystatechange", Ol.class, String.class, false, null, new QName("", "onreadystatechange"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onreadystatechange); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onreadystatechange = _value_; } } } ; public static final transient SinglePropertyInfo onreset = new SinglePropertyInfo("onreset", Ol.class, String.class, false, null, new QName("", "onreset"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onreset); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onreset = _value_; } } } ; public static final transient SinglePropertyInfo onscroll = new SinglePropertyInfo("onscroll", Ol.class, String.class, false, null, new QName("", "onscroll"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onscroll); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onscroll = _value_; } } } ; public static final transient SinglePropertyInfo onseeked = new SinglePropertyInfo("onseeked", Ol.class, String.class, false, null, new QName("", "onseeked"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onseeked); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onseeked = _value_; } } } ; public static final transient SinglePropertyInfo onseeking = new SinglePropertyInfo("onseeking", Ol.class, String.class, false, null, new QName("", "onseeking"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onseeking); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onseeking = _value_; } } } ; public static final transient SinglePropertyInfo onselect = new SinglePropertyInfo("onselect", Ol.class, String.class, false, null, new QName("", "onselect"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onselect); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onselect = _value_; } } } ; public static final transient SinglePropertyInfo onshow = new SinglePropertyInfo("onshow", Ol.class, String.class, false, null, new QName("", "onshow"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onshow); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onshow = _value_; } } } ; public static final transient SinglePropertyInfo onstalled = new SinglePropertyInfo("onstalled", Ol.class, String.class, false, null, new QName("", "onstalled"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onstalled); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onstalled = _value_; } } } ; public static final transient SinglePropertyInfo onsubmit = new SinglePropertyInfo("onsubmit", Ol.class, String.class, false, null, new QName("", "onsubmit"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onsubmit); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onsubmit = _value_; } } } ; public static final transient SinglePropertyInfo onsuspend = new SinglePropertyInfo("onsuspend", Ol.class, String.class, false, null, new QName("", "onsuspend"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onsuspend); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onsuspend = _value_; } } } ; public static final transient SinglePropertyInfo ontimeupdate = new SinglePropertyInfo("ontimeupdate", Ol.class, String.class, false, null, new QName("", "ontimeupdate"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.ontimeupdate); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.ontimeupdate = _value_; } } } ; public static final transient SinglePropertyInfo onvolumechange = new SinglePropertyInfo("onvolumechange", Ol.class, String.class, false, null, new QName("", "onvolumechange"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onvolumechange); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onvolumechange = _value_; } } } ; public static final transient SinglePropertyInfo onwaiting = new SinglePropertyInfo("onwaiting", Ol.class, String.class, false, null, new QName("", "onwaiting"), new QName("http://www.w3.org/1999/xhtml", "functionBody"), true) { @Override public String get(final Ol _instance_) { return ((_instance_ == null)?null:_instance_.onwaiting); } @Override public void set(final Ol _instance_, final String _value_) { if (_instance_!= null) { _instance_.onwaiting = _value_; } } } ; } public static class Select extends Ol.Selector { Select() { super(null, null, null); } public static Ol.Select _root() { return new Ol.Select(); } } public static class Selector , TParent > extends com.kscs.util.jaxb.Selector { private Ol.Li.Selector> li = null; private com.kscs.util.jaxb.Selector> type = null; private com.kscs.util.jaxb.Selector> start = null; private com.kscs.util.jaxb.Selector> reversed = null; private com.kscs.util.jaxb.Selector> xmlLang = null; private com.kscs.util.jaxb.Selector> xmlSpace = null; private com.kscs.util.jaxb.Selector> xmlBase = null; private com.kscs.util.jaxb.Selector> dir = null; private com.kscs.util.jaxb.Selector> accesskey = null; private com.kscs.util.jaxb.Selector> clazz = null; private com.kscs.util.jaxb.Selector> contenteditable = null; private com.kscs.util.jaxb.Selector> contextmenu = null; private com.kscs.util.jaxb.Selector> draggable = null; private com.kscs.util.jaxb.Selector> dropzone = null; private com.kscs.util.jaxb.Selector> hidden = null; private com.kscs.util.jaxb.Selector> id = null; private com.kscs.util.jaxb.Selector> lang = null; private com.kscs.util.jaxb.Selector> spellcheck = null; private com.kscs.util.jaxb.Selector> style = null; private com.kscs.util.jaxb.Selector> tabindex = null; private com.kscs.util.jaxb.Selector> title = null; private com.kscs.util.jaxb.Selector> onabort = null; private com.kscs.util.jaxb.Selector> onblur = null; private com.kscs.util.jaxb.Selector> oncanplay = null; private com.kscs.util.jaxb.Selector> oncanplaythrough = null; private com.kscs.util.jaxb.Selector> onchange = null; private com.kscs.util.jaxb.Selector> onclick = null; private com.kscs.util.jaxb.Selector> oncontextmenu = null; private com.kscs.util.jaxb.Selector> ondblclick = null; private com.kscs.util.jaxb.Selector> ondrag = null; private com.kscs.util.jaxb.Selector> ondragend = null; private com.kscs.util.jaxb.Selector> ondragenter = null; private com.kscs.util.jaxb.Selector> ondragleave = null; private com.kscs.util.jaxb.Selector> ondragover = null; private com.kscs.util.jaxb.Selector> ondragstart = null; private com.kscs.util.jaxb.Selector> ondrop = null; private com.kscs.util.jaxb.Selector> ondurationchange = null; private com.kscs.util.jaxb.Selector> onemptied = null; private com.kscs.util.jaxb.Selector> onended = null; private com.kscs.util.jaxb.Selector> onerror = null; private com.kscs.util.jaxb.Selector> onfocus = null; private com.kscs.util.jaxb.Selector> oninput = null; private com.kscs.util.jaxb.Selector> oninvalid = null; private com.kscs.util.jaxb.Selector> onkeydown = null; private com.kscs.util.jaxb.Selector> onkeypress = null; private com.kscs.util.jaxb.Selector> onkeyup = null; private com.kscs.util.jaxb.Selector> onload = null; private com.kscs.util.jaxb.Selector> onloadeddata = null; private com.kscs.util.jaxb.Selector> onloadedmetadata = null; private com.kscs.util.jaxb.Selector> onloadstart = null; private com.kscs.util.jaxb.Selector> onmousedown = null; private com.kscs.util.jaxb.Selector> onmousemove = null; private com.kscs.util.jaxb.Selector> onmouseout = null; private com.kscs.util.jaxb.Selector> onmouseover = null; private com.kscs.util.jaxb.Selector> onmouseup = null; private com.kscs.util.jaxb.Selector> onmousewheel = null; private com.kscs.util.jaxb.Selector> onpause = null; private com.kscs.util.jaxb.Selector> onplay = null; private com.kscs.util.jaxb.Selector> onplaying = null; private com.kscs.util.jaxb.Selector> onprogress = null; private com.kscs.util.jaxb.Selector> onratechange = null; private com.kscs.util.jaxb.Selector> onreadystatechange = null; private com.kscs.util.jaxb.Selector> onreset = null; private com.kscs.util.jaxb.Selector> onscroll = null; private com.kscs.util.jaxb.Selector> onseeked = null; private com.kscs.util.jaxb.Selector> onseeking = null; private com.kscs.util.jaxb.Selector> onselect = null; private com.kscs.util.jaxb.Selector> onshow = null; private com.kscs.util.jaxb.Selector> onstalled = null; private com.kscs.util.jaxb.Selector> onsubmit = null; private com.kscs.util.jaxb.Selector> onsuspend = null; private com.kscs.util.jaxb.Selector> ontimeupdate = null; private com.kscs.util.jaxb.Selector> onvolumechange = null; private com.kscs.util.jaxb.Selector> onwaiting = null; public Selector(final TRoot root, final TParent parent, final String propertyName) { super(root, parent, propertyName); } @Override public Map buildChildren() { final Map products = new HashMap<>(); products.putAll(super.buildChildren()); if (this.li!= null) { products.put("li", this.li.init()); } if (this.type!= null) { products.put("type", this.type.init()); } if (this.start!= null) { products.put("start", this.start.init()); } if (this.reversed!= null) { products.put("reversed", this.reversed.init()); } if (this.xmlLang!= null) { products.put("xmlLang", this.xmlLang.init()); } if (this.xmlSpace!= null) { products.put("xmlSpace", this.xmlSpace.init()); } if (this.xmlBase!= null) { products.put("xmlBase", this.xmlBase.init()); } if (this.dir!= null) { products.put("dir", this.dir.init()); } if (this.accesskey!= null) { products.put("accesskey", this.accesskey.init()); } if (this.clazz!= null) { products.put("clazz", this.clazz.init()); } if (this.contenteditable!= null) { products.put("contenteditable", this.contenteditable.init()); } if (this.contextmenu!= null) { products.put("contextmenu", this.contextmenu.init()); } if (this.draggable!= null) { products.put("draggable", this.draggable.init()); } if (this.dropzone!= null) { products.put("dropzone", this.dropzone.init()); } if (this.hidden!= null) { products.put("hidden", this.hidden.init()); } if (this.id!= null) { products.put("id", this.id.init()); } if (this.lang!= null) { products.put("lang", this.lang.init()); } if (this.spellcheck!= null) { products.put("spellcheck", this.spellcheck.init()); } if (this.style!= null) { products.put("style", this.style.init()); } if (this.tabindex!= null) { products.put("tabindex", this.tabindex.init()); } if (this.title!= null) { products.put("title", this.title.init()); } if (this.onabort!= null) { products.put("onabort", this.onabort.init()); } if (this.onblur!= null) { products.put("onblur", this.onblur.init()); } if (this.oncanplay!= null) { products.put("oncanplay", this.oncanplay.init()); } if (this.oncanplaythrough!= null) { products.put("oncanplaythrough", this.oncanplaythrough.init()); } if (this.onchange!= null) { products.put("onchange", this.onchange.init()); } if (this.onclick!= null) { products.put("onclick", this.onclick.init()); } if (this.oncontextmenu!= null) { products.put("oncontextmenu", this.oncontextmenu.init()); } if (this.ondblclick!= null) { products.put("ondblclick", this.ondblclick.init()); } if (this.ondrag!= null) { products.put("ondrag", this.ondrag.init()); } if (this.ondragend!= null) { products.put("ondragend", this.ondragend.init()); } if (this.ondragenter!= null) { products.put("ondragenter", this.ondragenter.init()); } if (this.ondragleave!= null) { products.put("ondragleave", this.ondragleave.init()); } if (this.ondragover!= null) { products.put("ondragover", this.ondragover.init()); } if (this.ondragstart!= null) { products.put("ondragstart", this.ondragstart.init()); } if (this.ondrop!= null) { products.put("ondrop", this.ondrop.init()); } if (this.ondurationchange!= null) { products.put("ondurationchange", this.ondurationchange.init()); } if (this.onemptied!= null) { products.put("onemptied", this.onemptied.init()); } if (this.onended!= null) { products.put("onended", this.onended.init()); } if (this.onerror!= null) { products.put("onerror", this.onerror.init()); } if (this.onfocus!= null) { products.put("onfocus", this.onfocus.init()); } if (this.oninput!= null) { products.put("oninput", this.oninput.init()); } if (this.oninvalid!= null) { products.put("oninvalid", this.oninvalid.init()); } if (this.onkeydown!= null) { products.put("onkeydown", this.onkeydown.init()); } if (this.onkeypress!= null) { products.put("onkeypress", this.onkeypress.init()); } if (this.onkeyup!= null) { products.put("onkeyup", this.onkeyup.init()); } if (this.onload!= null) { products.put("onload", this.onload.init()); } if (this.onloadeddata!= null) { products.put("onloadeddata", this.onloadeddata.init()); } if (this.onloadedmetadata!= null) { products.put("onloadedmetadata", this.onloadedmetadata.init()); } if (this.onloadstart!= null) { products.put("onloadstart", this.onloadstart.init()); } if (this.onmousedown!= null) { products.put("onmousedown", this.onmousedown.init()); } if (this.onmousemove!= null) { products.put("onmousemove", this.onmousemove.init()); } if (this.onmouseout!= null) { products.put("onmouseout", this.onmouseout.init()); } if (this.onmouseover!= null) { products.put("onmouseover", this.onmouseover.init()); } if (this.onmouseup!= null) { products.put("onmouseup", this.onmouseup.init()); } if (this.onmousewheel!= null) { products.put("onmousewheel", this.onmousewheel.init()); } if (this.onpause!= null) { products.put("onpause", this.onpause.init()); } if (this.onplay!= null) { products.put("onplay", this.onplay.init()); } if (this.onplaying!= null) { products.put("onplaying", this.onplaying.init()); } if (this.onprogress!= null) { products.put("onprogress", this.onprogress.init()); } if (this.onratechange!= null) { products.put("onratechange", this.onratechange.init()); } if (this.onreadystatechange!= null) { products.put("onreadystatechange", this.onreadystatechange.init()); } if (this.onreset!= null) { products.put("onreset", this.onreset.init()); } if (this.onscroll!= null) { products.put("onscroll", this.onscroll.init()); } if (this.onseeked!= null) { products.put("onseeked", this.onseeked.init()); } if (this.onseeking!= null) { products.put("onseeking", this.onseeking.init()); } if (this.onselect!= null) { products.put("onselect", this.onselect.init()); } if (this.onshow!= null) { products.put("onshow", this.onshow.init()); } if (this.onstalled!= null) { products.put("onstalled", this.onstalled.init()); } if (this.onsubmit!= null) { products.put("onsubmit", this.onsubmit.init()); } if (this.onsuspend!= null) { products.put("onsuspend", this.onsuspend.init()); } if (this.ontimeupdate!= null) { products.put("ontimeupdate", this.ontimeupdate.init()); } if (this.onvolumechange!= null) { products.put("onvolumechange", this.onvolumechange.init()); } if (this.onwaiting!= null) { products.put("onwaiting", this.onwaiting.init()); } return products; } public Ol.Li.Selector> li() { return ((this.li == null)?this.li = new Ol.Li.Selector<>(this._root, this, "li"):this.li); } public com.kscs.util.jaxb.Selector> type() { return ((this.type == null)?this.type = new com.kscs.util.jaxb.Selector<>(this._root, this, "type"):this.type); } public com.kscs.util.jaxb.Selector> start() { return ((this.start == null)?this.start = new com.kscs.util.jaxb.Selector<>(this._root, this, "start"):this.start); } public com.kscs.util.jaxb.Selector> reversed() { return ((this.reversed == null)?this.reversed = new com.kscs.util.jaxb.Selector<>(this._root, this, "reversed"):this.reversed); } public com.kscs.util.jaxb.Selector> xmlLang() { return ((this.xmlLang == null)?this.xmlLang = new com.kscs.util.jaxb.Selector<>(this._root, this, "xmlLang"):this.xmlLang); } public com.kscs.util.jaxb.Selector> xmlSpace() { return ((this.xmlSpace == null)?this.xmlSpace = new com.kscs.util.jaxb.Selector<>(this._root, this, "xmlSpace"):this.xmlSpace); } public com.kscs.util.jaxb.Selector> xmlBase() { return ((this.xmlBase == null)?this.xmlBase = new com.kscs.util.jaxb.Selector<>(this._root, this, "xmlBase"):this.xmlBase); } public com.kscs.util.jaxb.Selector> dir() { return ((this.dir == null)?this.dir = new com.kscs.util.jaxb.Selector<>(this._root, this, "dir"):this.dir); } public com.kscs.util.jaxb.Selector> accesskey() { return ((this.accesskey == null)?this.accesskey = new com.kscs.util.jaxb.Selector<>(this._root, this, "accesskey"):this.accesskey); } public com.kscs.util.jaxb.Selector> clazz() { return ((this.clazz == null)?this.clazz = new com.kscs.util.jaxb.Selector<>(this._root, this, "clazz"):this.clazz); } public com.kscs.util.jaxb.Selector> contenteditable() { return ((this.contenteditable == null)?this.contenteditable = new com.kscs.util.jaxb.Selector<>(this._root, this, "contenteditable"):this.contenteditable); } public com.kscs.util.jaxb.Selector> contextmenu() { return ((this.contextmenu == null)?this.contextmenu = new com.kscs.util.jaxb.Selector<>(this._root, this, "contextmenu"):this.contextmenu); } public com.kscs.util.jaxb.Selector> draggable() { return ((this.draggable == null)?this.draggable = new com.kscs.util.jaxb.Selector<>(this._root, this, "draggable"):this.draggable); } public com.kscs.util.jaxb.Selector> dropzone() { return ((this.dropzone == null)?this.dropzone = new com.kscs.util.jaxb.Selector<>(this._root, this, "dropzone"):this.dropzone); } public com.kscs.util.jaxb.Selector> hidden() { return ((this.hidden == null)?this.hidden = new com.kscs.util.jaxb.Selector<>(this._root, this, "hidden"):this.hidden); } public com.kscs.util.jaxb.Selector> id() { return ((this.id == null)?this.id = new com.kscs.util.jaxb.Selector<>(this._root, this, "id"):this.id); } public com.kscs.util.jaxb.Selector> lang() { return ((this.lang == null)?this.lang = new com.kscs.util.jaxb.Selector<>(this._root, this, "lang"):this.lang); } public com.kscs.util.jaxb.Selector> spellcheck() { return ((this.spellcheck == null)?this.spellcheck = new com.kscs.util.jaxb.Selector<>(this._root, this, "spellcheck"):this.spellcheck); } public com.kscs.util.jaxb.Selector> style() { return ((this.style == null)?this.style = new com.kscs.util.jaxb.Selector<>(this._root, this, "style"):this.style); } public com.kscs.util.jaxb.Selector> tabindex() { return ((this.tabindex == null)?this.tabindex = new com.kscs.util.jaxb.Selector<>(this._root, this, "tabindex"):this.tabindex); } public com.kscs.util.jaxb.Selector> title() { return ((this.title == null)?this.title = new com.kscs.util.jaxb.Selector<>(this._root, this, "title"):this.title); } public com.kscs.util.jaxb.Selector> onabort() { return ((this.onabort == null)?this.onabort = new com.kscs.util.jaxb.Selector<>(this._root, this, "onabort"):this.onabort); } public com.kscs.util.jaxb.Selector> onblur() { return ((this.onblur == null)?this.onblur = new com.kscs.util.jaxb.Selector<>(this._root, this, "onblur"):this.onblur); } public com.kscs.util.jaxb.Selector> oncanplay() { return ((this.oncanplay == null)?this.oncanplay = new com.kscs.util.jaxb.Selector<>(this._root, this, "oncanplay"):this.oncanplay); } public com.kscs.util.jaxb.Selector> oncanplaythrough() { return ((this.oncanplaythrough == null)?this.oncanplaythrough = new com.kscs.util.jaxb.Selector<>(this._root, this, "oncanplaythrough"):this.oncanplaythrough); } public com.kscs.util.jaxb.Selector> onchange() { return ((this.onchange == null)?this.onchange = new com.kscs.util.jaxb.Selector<>(this._root, this, "onchange"):this.onchange); } public com.kscs.util.jaxb.Selector> onclick() { return ((this.onclick == null)?this.onclick = new com.kscs.util.jaxb.Selector<>(this._root, this, "onclick"):this.onclick); } public com.kscs.util.jaxb.Selector> oncontextmenu() { return ((this.oncontextmenu == null)?this.oncontextmenu = new com.kscs.util.jaxb.Selector<>(this._root, this, "oncontextmenu"):this.oncontextmenu); } public com.kscs.util.jaxb.Selector> ondblclick() { return ((this.ondblclick == null)?this.ondblclick = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondblclick"):this.ondblclick); } public com.kscs.util.jaxb.Selector> ondrag() { return ((this.ondrag == null)?this.ondrag = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondrag"):this.ondrag); } public com.kscs.util.jaxb.Selector> ondragend() { return ((this.ondragend == null)?this.ondragend = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondragend"):this.ondragend); } public com.kscs.util.jaxb.Selector> ondragenter() { return ((this.ondragenter == null)?this.ondragenter = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondragenter"):this.ondragenter); } public com.kscs.util.jaxb.Selector> ondragleave() { return ((this.ondragleave == null)?this.ondragleave = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondragleave"):this.ondragleave); } public com.kscs.util.jaxb.Selector> ondragover() { return ((this.ondragover == null)?this.ondragover = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondragover"):this.ondragover); } public com.kscs.util.jaxb.Selector> ondragstart() { return ((this.ondragstart == null)?this.ondragstart = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondragstart"):this.ondragstart); } public com.kscs.util.jaxb.Selector> ondrop() { return ((this.ondrop == null)?this.ondrop = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondrop"):this.ondrop); } public com.kscs.util.jaxb.Selector> ondurationchange() { return ((this.ondurationchange == null)?this.ondurationchange = new com.kscs.util.jaxb.Selector<>(this._root, this, "ondurationchange"):this.ondurationchange); } public com.kscs.util.jaxb.Selector> onemptied() { return ((this.onemptied == null)?this.onemptied = new com.kscs.util.jaxb.Selector<>(this._root, this, "onemptied"):this.onemptied); } public com.kscs.util.jaxb.Selector> onended() { return ((this.onended == null)?this.onended = new com.kscs.util.jaxb.Selector<>(this._root, this, "onended"):this.onended); } public com.kscs.util.jaxb.Selector> onerror() { return ((this.onerror == null)?this.onerror = new com.kscs.util.jaxb.Selector<>(this._root, this, "onerror"):this.onerror); } public com.kscs.util.jaxb.Selector> onfocus() { return ((this.onfocus == null)?this.onfocus = new com.kscs.util.jaxb.Selector<>(this._root, this, "onfocus"):this.onfocus); } public com.kscs.util.jaxb.Selector> oninput() { return ((this.oninput == null)?this.oninput = new com.kscs.util.jaxb.Selector<>(this._root, this, "oninput"):this.oninput); } public com.kscs.util.jaxb.Selector> oninvalid() { return ((this.oninvalid == null)?this.oninvalid = new com.kscs.util.jaxb.Selector<>(this._root, this, "oninvalid"):this.oninvalid); } public com.kscs.util.jaxb.Selector> onkeydown() { return ((this.onkeydown == null)?this.onkeydown = new com.kscs.util.jaxb.Selector<>(this._root, this, "onkeydown"):this.onkeydown); } public com.kscs.util.jaxb.Selector> onkeypress() { return ((this.onkeypress == null)?this.onkeypress = new com.kscs.util.jaxb.Selector<>(this._root, this, "onkeypress"):this.onkeypress); } public com.kscs.util.jaxb.Selector> onkeyup() { return ((this.onkeyup == null)?this.onkeyup = new com.kscs.util.jaxb.Selector<>(this._root, this, "onkeyup"):this.onkeyup); } public com.kscs.util.jaxb.Selector> onload() { return ((this.onload == null)?this.onload = new com.kscs.util.jaxb.Selector<>(this._root, this, "onload"):this.onload); } public com.kscs.util.jaxb.Selector> onloadeddata() { return ((this.onloadeddata == null)?this.onloadeddata = new com.kscs.util.jaxb.Selector<>(this._root, this, "onloadeddata"):this.onloadeddata); } public com.kscs.util.jaxb.Selector> onloadedmetadata() { return ((this.onloadedmetadata == null)?this.onloadedmetadata = new com.kscs.util.jaxb.Selector<>(this._root, this, "onloadedmetadata"):this.onloadedmetadata); } public com.kscs.util.jaxb.Selector> onloadstart() { return ((this.onloadstart == null)?this.onloadstart = new com.kscs.util.jaxb.Selector<>(this._root, this, "onloadstart"):this.onloadstart); } public com.kscs.util.jaxb.Selector> onmousedown() { return ((this.onmousedown == null)?this.onmousedown = new com.kscs.util.jaxb.Selector<>(this._root, this, "onmousedown"):this.onmousedown); } public com.kscs.util.jaxb.Selector> onmousemove() { return ((this.onmousemove == null)?this.onmousemove = new com.kscs.util.jaxb.Selector<>(this._root, this, "onmousemove"):this.onmousemove); } public com.kscs.util.jaxb.Selector> onmouseout() { return ((this.onmouseout == null)?this.onmouseout = new com.kscs.util.jaxb.Selector<>(this._root, this, "onmouseout"):this.onmouseout); } public com.kscs.util.jaxb.Selector> onmouseover() { return ((this.onmouseover == null)?this.onmouseover = new com.kscs.util.jaxb.Selector<>(this._root, this, "onmouseover"):this.onmouseover); } public com.kscs.util.jaxb.Selector> onmouseup() { return ((this.onmouseup == null)?this.onmouseup = new com.kscs.util.jaxb.Selector<>(this._root, this, "onmouseup"):this.onmouseup); } public com.kscs.util.jaxb.Selector> onmousewheel() { return ((this.onmousewheel == null)?this.onmousewheel = new com.kscs.util.jaxb.Selector<>(this._root, this, "onmousewheel"):this.onmousewheel); } public com.kscs.util.jaxb.Selector> onpause() { return ((this.onpause == null)?this.onpause = new com.kscs.util.jaxb.Selector<>(this._root, this, "onpause"):this.onpause); } public com.kscs.util.jaxb.Selector> onplay() { return ((this.onplay == null)?this.onplay = new com.kscs.util.jaxb.Selector<>(this._root, this, "onplay"):this.onplay); } public com.kscs.util.jaxb.Selector> onplaying() { return ((this.onplaying == null)?this.onplaying = new com.kscs.util.jaxb.Selector<>(this._root, this, "onplaying"):this.onplaying); } public com.kscs.util.jaxb.Selector> onprogress() { return ((this.onprogress == null)?this.onprogress = new com.kscs.util.jaxb.Selector<>(this._root, this, "onprogress"):this.onprogress); } public com.kscs.util.jaxb.Selector> onratechange() { return ((this.onratechange == null)?this.onratechange = new com.kscs.util.jaxb.Selector<>(this._root, this, "onratechange"):this.onratechange); } public com.kscs.util.jaxb.Selector> onreadystatechange() { return ((this.onreadystatechange == null)?this.onreadystatechange = new com.kscs.util.jaxb.Selector<>(this._root, this, "onreadystatechange"):this.onreadystatechange); } public com.kscs.util.jaxb.Selector> onreset() { return ((this.onreset == null)?this.onreset = new com.kscs.util.jaxb.Selector<>(this._root, this, "onreset"):this.onreset); } public com.kscs.util.jaxb.Selector> onscroll() { return ((this.onscroll == null)?this.onscroll = new com.kscs.util.jaxb.Selector<>(this._root, this, "onscroll"):this.onscroll); } public com.kscs.util.jaxb.Selector> onseeked() { return ((this.onseeked == null)?this.onseeked = new com.kscs.util.jaxb.Selector<>(this._root, this, "onseeked"):this.onseeked); } public com.kscs.util.jaxb.Selector> onseeking() { return ((this.onseeking == null)?this.onseeking = new com.kscs.util.jaxb.Selector<>(this._root, this, "onseeking"):this.onseeking); } public com.kscs.util.jaxb.Selector> onselect() { return ((this.onselect == null)?this.onselect = new com.kscs.util.jaxb.Selector<>(this._root, this, "onselect"):this.onselect); } public com.kscs.util.jaxb.Selector> onshow() { return ((this.onshow == null)?this.onshow = new com.kscs.util.jaxb.Selector<>(this._root, this, "onshow"):this.onshow); } public com.kscs.util.jaxb.Selector> onstalled() { return ((this.onstalled == null)?this.onstalled = new com.kscs.util.jaxb.Selector<>(this._root, this, "onstalled"):this.onstalled); } public com.kscs.util.jaxb.Selector> onsubmit() { return ((this.onsubmit == null)?this.onsubmit = new com.kscs.util.jaxb.Selector<>(this._root, this, "onsubmit"):this.onsubmit); } public com.kscs.util.jaxb.Selector> onsuspend() { return ((this.onsuspend == null)?this.onsuspend = new com.kscs.util.jaxb.Selector<>(this._root, this, "onsuspend"):this.onsuspend); } public com.kscs.util.jaxb.Selector> ontimeupdate() { return ((this.ontimeupdate == null)?this.ontimeupdate = new com.kscs.util.jaxb.Selector<>(this._root, this, "ontimeupdate"):this.ontimeupdate); } public com.kscs.util.jaxb.Selector> onvolumechange() { return ((this.onvolumechange == null)?this.onvolumechange = new com.kscs.util.jaxb.Selector<>(this._root, this, "onvolumechange"):this.onvolumechange); } public com.kscs.util.jaxb.Selector> onwaiting() { return ((this.onwaiting == null)?this.onwaiting = new com.kscs.util.jaxb.Selector<>(this._root, this, "onwaiting"):this.onwaiting); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy