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

org.mixer2.jaxb.xhtml.Applet Maven / Gradle / Ivy

The newest version!

package org.mixer2.jaxb.xhtml;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlMixed;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;
import org.jvnet.jaxb2_commons.lang.CopyStrategy;
import org.jvnet.jaxb2_commons.lang.CopyTo;
import org.jvnet.jaxb2_commons.lang.JAXBCopyStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
import org.jvnet.jaxb2_commons.locator.util.LocatorUtils;
import org.mixer2.xhtml.AbstractJaxb;


/**
 * 

anonymous complex typeのJavaクラス。 * *

次のスキーマ・フラグメントは、このクラス内に含まれる予期されるコンテンツを指定します。 * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <choice maxOccurs="unbounded" minOccurs="0">
 *         <element ref="{http://www.w3.org/1999/xhtml}param"/>
 *         <group ref="{http://www.w3.org/1999/xhtml}block"/>
 *         <element ref="{http://www.w3.org/1999/xhtml}form"/>
 *         <group ref="{http://www.w3.org/1999/xhtml}inline"/>
 *         <group ref="{http://www.w3.org/1999/xhtml}misc"/>
 *       </choice>
 *       <attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/>
 *       <attribute name="codebase" type="{http://www.w3.org/1999/xhtml}URI" />
 *       <attribute name="archive" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *       <attribute name="object" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
 *       <attribute name="alt" type="{http://www.w3.org/1999/xhtml}Text" />
 *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
 *       <attribute name="width" use="required" type="{http://www.w3.org/1999/xhtml}Length" />
 *       <attribute name="height" use="required" type="{http://www.w3.org/1999/xhtml}Length" />
 *       <attribute name="align" type="{http://www.w3.org/1999/xhtml}ImgAlign" />
 *       <attribute name="hspace" type="{http://www.w3.org/1999/xhtml}Pixels" />
 *       <attribute name="vspace" type="{http://www.w3.org/1999/xhtml}Pixels" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "content" }) @XmlRootElement(name = "applet") public class Applet extends AbstractJaxb implements Cloneable, CopyTo { @XmlElementRefs({ @XmlElementRef(name = "b", namespace = "http://www.w3.org/1999/xhtml", type = B.class), @XmlElementRef(name = "details", namespace = "http://www.w3.org/1999/xhtml", type = Details.class), @XmlElementRef(name = "noscript", namespace = "http://www.w3.org/1999/xhtml", type = Noscript.class), @XmlElementRef(name = "datalist", namespace = "http://www.w3.org/1999/xhtml", type = Datalist.class), @XmlElementRef(name = "rt", namespace = "http://www.w3.org/1999/xhtml", type = Rt.class), @XmlElementRef(name = "h5", namespace = "http://www.w3.org/1999/xhtml", type = H5 .class), @XmlElementRef(name = "div", namespace = "http://www.w3.org/1999/xhtml", type = Div.class), @XmlElementRef(name = "script", namespace = "http://www.w3.org/1999/xhtml", type = Script.class), @XmlElementRef(name = "object", namespace = "http://www.w3.org/1999/xhtml", type = org.mixer2.jaxb.xhtml.Object.class), @XmlElementRef(name = "dir", namespace = "http://www.w3.org/1999/xhtml", type = Dir.class), @XmlElementRef(name = "textarea", namespace = "http://www.w3.org/1999/xhtml", type = Textarea.class), @XmlElementRef(name = "video", namespace = "http://www.w3.org/1999/xhtml", type = Video.class), @XmlElementRef(name = "h3", namespace = "http://www.w3.org/1999/xhtml", type = H3 .class), @XmlElementRef(name = "input", namespace = "http://www.w3.org/1999/xhtml", type = Input.class), @XmlElementRef(name = "u", namespace = "http://www.w3.org/1999/xhtml", type = U.class), @XmlElementRef(name = "q", namespace = "http://www.w3.org/1999/xhtml", type = Q.class), @XmlElementRef(name = "ins", namespace = "http://www.w3.org/1999/xhtml", type = Ins.class), @XmlElementRef(name = "hgroup", namespace = "http://www.w3.org/1999/xhtml", type = Hgroup.class), @XmlElementRef(name = "map", namespace = "http://www.w3.org/1999/xhtml", type = org.mixer2.jaxb.xhtml.Map.class), @XmlElementRef(name = "isindex", namespace = "http://www.w3.org/1999/xhtml", type = Isindex.class), @XmlElementRef(name = "noframes", namespace = "http://www.w3.org/1999/xhtml", type = Noframes.class), @XmlElementRef(name = "label", namespace = "http://www.w3.org/1999/xhtml", type = Label.class), @XmlElementRef(name = "abbr", namespace = "http://www.w3.org/1999/xhtml", type = Abbr.class), @XmlElementRef(name = "p", namespace = "http://www.w3.org/1999/xhtml", type = P.class), @XmlElementRef(name = "audio", namespace = "http://www.w3.org/1999/xhtml", type = Audio.class), @XmlElementRef(name = "article", namespace = "http://www.w3.org/1999/xhtml", type = Article.class), @XmlElementRef(name = "figure", namespace = "http://www.w3.org/1999/xhtml", type = Figure.class), @XmlElementRef(name = "progress", namespace = "http://www.w3.org/1999/xhtml", type = Progress.class), @XmlElementRef(name = "pre", namespace = "http://www.w3.org/1999/xhtml", type = Pre.class), @XmlElementRef(name = "dl", namespace = "http://www.w3.org/1999/xhtml", type = Dl.class), @XmlElementRef(name = "select", namespace = "http://www.w3.org/1999/xhtml", type = Select.class), @XmlElementRef(name = "sub", namespace = "http://www.w3.org/1999/xhtml", type = Sub.class), @XmlElementRef(name = "meter", namespace = "http://www.w3.org/1999/xhtml", type = Meter.class), @XmlElementRef(name = "embed", namespace = "http://www.w3.org/1999/xhtml", type = Embed.class), @XmlElementRef(name = "cite", namespace = "http://www.w3.org/1999/xhtml", type = Cite.class), @XmlElementRef(name = "iframe", namespace = "http://www.w3.org/1999/xhtml", type = Iframe.class), @XmlElementRef(name = "command", namespace = "http://www.w3.org/1999/xhtml", type = Command.class), @XmlElementRef(name = "kbd", namespace = "http://www.w3.org/1999/xhtml", type = Kbd.class), @XmlElementRef(name = "keygen", namespace = "http://www.w3.org/1999/xhtml", type = Keygen.class), @XmlElementRef(name = "h4", namespace = "http://www.w3.org/1999/xhtml", type = H4 .class), @XmlElementRef(name = "wbr", namespace = "http://www.w3.org/1999/xhtml", type = Wbr.class), @XmlElementRef(name = "blockquote", namespace = "http://www.w3.org/1999/xhtml", type = Blockquote.class), @XmlElementRef(name = "sup", namespace = "http://www.w3.org/1999/xhtml", type = Sup.class), @XmlElementRef(name = "big", namespace = "http://www.w3.org/1999/xhtml", type = Big.class), @XmlElementRef(name = "button", namespace = "http://www.w3.org/1999/xhtml", type = Button.class), @XmlElementRef(name = "footer", namespace = "http://www.w3.org/1999/xhtml", type = Footer.class), @XmlElementRef(name = "mark", namespace = "http://www.w3.org/1999/xhtml", type = Mark.class), @XmlElementRef(name = "samp", namespace = "http://www.w3.org/1999/xhtml", type = Samp.class), @XmlElementRef(name = "h2", namespace = "http://www.w3.org/1999/xhtml", type = H2 .class), @XmlElementRef(name = "ol", namespace = "http://www.w3.org/1999/xhtml", type = Ol.class), @XmlElementRef(name = "del", namespace = "http://www.w3.org/1999/xhtml", type = Del.class), @XmlElementRef(name = "em", namespace = "http://www.w3.org/1999/xhtml", type = Em.class), @XmlElementRef(name = "font", namespace = "http://www.w3.org/1999/xhtml", type = Font.class), @XmlElementRef(name = "strike", namespace = "http://www.w3.org/1999/xhtml", type = Strike.class), @XmlElementRef(name = "applet", namespace = "http://www.w3.org/1999/xhtml", type = Applet.class), @XmlElementRef(name = "h1", namespace = "http://www.w3.org/1999/xhtml", type = H1 .class), @XmlElementRef(name = "small", namespace = "http://www.w3.org/1999/xhtml", type = Small.class), @XmlElementRef(name = "code", namespace = "http://www.w3.org/1999/xhtml", type = Code.class), @XmlElementRef(name = "acronym", namespace = "http://www.w3.org/1999/xhtml", type = Acronym.class), @XmlElementRef(name = "ruby", namespace = "http://www.w3.org/1999/xhtml", type = Ruby.class), @XmlElementRef(name = "track", namespace = "http://www.w3.org/1999/xhtml", type = Track.class), @XmlElementRef(name = "bdi", namespace = "http://www.w3.org/1999/xhtml", type = Bdi.class), @XmlElementRef(name = "param", namespace = "http://www.w3.org/1999/xhtml", type = Param.class), @XmlElementRef(name = "canvas", namespace = "http://www.w3.org/1999/xhtml", type = Canvas.class), @XmlElementRef(name = "h6", namespace = "http://www.w3.org/1999/xhtml", type = H6 .class), @XmlElementRef(name = "ul", namespace = "http://www.w3.org/1999/xhtml", type = Ul.class), @XmlElementRef(name = "table", namespace = "http://www.w3.org/1999/xhtml", type = Table.class), @XmlElementRef(name = "a", namespace = "http://www.w3.org/1999/xhtml", type = A.class), @XmlElementRef(name = "source", namespace = "http://www.w3.org/1999/xhtml", type = Source.class), @XmlElementRef(name = "hr", namespace = "http://www.w3.org/1999/xhtml", type = Hr.class), @XmlElementRef(name = "span", namespace = "http://www.w3.org/1999/xhtml", type = Span.class), @XmlElementRef(name = "bdo", namespace = "http://www.w3.org/1999/xhtml", type = Bdo.class), @XmlElementRef(name = "img", namespace = "http://www.w3.org/1999/xhtml", type = Img.class), @XmlElementRef(name = "br", namespace = "http://www.w3.org/1999/xhtml", type = Br.class), @XmlElementRef(name = "basefont", namespace = "http://www.w3.org/1999/xhtml", type = Basefont.class), @XmlElementRef(name = "form", namespace = "http://www.w3.org/1999/xhtml", type = Form.class), @XmlElementRef(name = "i", namespace = "http://www.w3.org/1999/xhtml", type = I.class), @XmlElementRef(name = "section", namespace = "http://www.w3.org/1999/xhtml", type = Section.class), @XmlElementRef(name = "figcaption", namespace = "http://www.w3.org/1999/xhtml", type = Figcaption.class), @XmlElementRef(name = "strong", namespace = "http://www.w3.org/1999/xhtml", type = Strong.class), @XmlElementRef(name = "center", namespace = "http://www.w3.org/1999/xhtml", type = Center.class), @XmlElementRef(name = "menu", namespace = "http://www.w3.org/1999/xhtml", type = Menu.class), @XmlElementRef(name = "time", namespace = "http://www.w3.org/1999/xhtml", type = Time.class), @XmlElementRef(name = "tt", namespace = "http://www.w3.org/1999/xhtml", type = Tt.class), @XmlElementRef(name = "fieldset", namespace = "http://www.w3.org/1999/xhtml", type = Fieldset.class), @XmlElementRef(name = "aside", namespace = "http://www.w3.org/1999/xhtml", type = Aside.class), @XmlElementRef(name = "output", namespace = "http://www.w3.org/1999/xhtml", type = Output.class), @XmlElementRef(name = "address", namespace = "http://www.w3.org/1999/xhtml", type = Address.class), @XmlElementRef(name = "rp", namespace = "http://www.w3.org/1999/xhtml", type = Rp.class), @XmlElementRef(name = "var", namespace = "http://www.w3.org/1999/xhtml", type = Var.class), @XmlElementRef(name = "dfn", namespace = "http://www.w3.org/1999/xhtml", type = Dfn.class), @XmlElementRef(name = "nav", namespace = "http://www.w3.org/1999/xhtml", type = Nav.class), @XmlElementRef(name = "s", namespace = "http://www.w3.org/1999/xhtml", type = S.class), @XmlElementRef(name = "header", namespace = "http://www.w3.org/1999/xhtml", type = Header.class) }) @XmlMixed protected List content; @XmlAttribute(name = "codebase") protected String codebase; @XmlAttribute(name = "archive") @XmlSchemaType(name = "anySimpleType") protected String archive; @XmlAttribute(name = "code") @XmlSchemaType(name = "anySimpleType") protected String code; @XmlAttribute(name = "object") @XmlSchemaType(name = "anySimpleType") protected String object; @XmlAttribute(name = "alt") protected String alt; @XmlAttribute(name = "name") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String name; @XmlAttribute(name = "width", required = true) protected String width; @XmlAttribute(name = "height", required = true) protected String height; @XmlAttribute(name = "align") protected ImgAlign align; @XmlAttribute(name = "hspace") @XmlJavaTypeAdapter(Adapter1 .class) protected Integer hspace; @XmlAttribute(name = "vspace") @XmlJavaTypeAdapter(Adapter1 .class) protected Integer vspace; @XmlAttribute(name = "onclick") protected String onclick; @XmlAttribute(name = "ondblclick") protected String ondblclick; @XmlAttribute(name = "onmousedown") protected String onmousedown; @XmlAttribute(name = "onmouseup") protected String onmouseup; @XmlAttribute(name = "onmouseover") protected String onmouseover; @XmlAttribute(name = "onmousemove") protected String onmousemove; @XmlAttribute(name = "onmouseout") protected String onmouseout; @XmlAttribute(name = "onkeypress") protected String onkeypress; @XmlAttribute(name = "onkeydown") protected String onkeydown; @XmlAttribute(name = "onkeyup") protected String onkeyup; @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 = "oncontextmenu") protected String oncontextmenu; @XmlAttribute(name = "oncuechange") protected String oncuechange; @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 = "onformchange") protected String onformchange; @XmlAttribute(name = "onforminput") protected String onforminput; @XmlAttribute(name = "oninput") protected String oninput; @XmlAttribute(name = "oninvalid") protected String oninvalid; @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 = "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; @XmlAttribute(name = "id") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlID @XmlSchemaType(name = "ID") protected String id; @XmlAttribute(name = "class") @XmlSchemaType(name = "NMTOKENS") protected List cssClass; @XmlAttribute(name = "style") protected String style; @XmlAttribute(name = "title") protected String title; @XmlAttribute(name = "accesskey") protected String accesskey; @XmlAttribute(name = "contenteditable") protected Boolean contenteditable; @XmlAttribute(name = "contextmenu") protected String contextmenu; @XmlAttribute(name = "dir") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String dir; @XmlAttribute(name = "draggable") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String draggable; @XmlAttribute(name = "dropzone") protected List dropzone; @XmlAttribute(name = "hidden") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String hidden; @XmlAttribute(name = "lang") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String langCode; @XmlAttribute(name = "role") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "NMTOKEN") protected String role; @XmlAttribute(name = "spellcheck") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) protected String spellcheck; @XmlAttribute(name = "tabindex") @XmlJavaTypeAdapter(Adapter1 .class) protected Integer tabindex; @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") @XmlJavaTypeAdapter(CollapsedStringAdapter.class) @XmlSchemaType(name = "language") protected String lang; @XmlAnyAttribute private java.util.Map otherAttributes = new HashMap(); /** * Gets the value of the content property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the content property. * *

* For example, to add a new item, do as follows: *

     *    getContent().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link B } * {@link Details } * {@link Datalist } * {@link Noscript } * {@link Rt } * {@link H5 } * {@link Div } * {@link org.mixer2.jaxb.xhtml.Object } * {@link Script } * {@link Dir } * {@link Textarea } * {@link H3 } * {@link Video } * {@link Input } * {@link U } * {@link Q } * {@link org.mixer2.jaxb.xhtml.Map } * {@link Hgroup } * {@link Ins } * {@link Noframes } * {@link Isindex } * {@link Abbr } * {@link Label } * {@link P } * {@link String } * {@link Figure } * {@link Article } * {@link Audio } * {@link Pre } * {@link Progress } * {@link Dl } * {@link Sub } * {@link Select } * {@link Meter } * {@link Embed } * {@link Cite } * {@link Iframe } * {@link Kbd } * {@link Command } * {@link H4 } * {@link Keygen } * {@link Wbr } * {@link Blockquote } * {@link Sup } * {@link Big } * {@link Button } * {@link Footer } * {@link Mark } * {@link Samp } * {@link Ol } * {@link H2 } * {@link Em } * {@link Del } * {@link Applet } * {@link Strike } * {@link Font } * {@link H1 } * {@link Small } * {@link Code } * {@link Acronym } * {@link Ruby } * {@link Track } * {@link Bdi } * {@link Param } * {@link Canvas } * {@link Ul } * {@link H6 } * {@link A } * {@link Table } * {@link Source } * {@link Hr } * {@link Bdo } * {@link Span } * {@link Img } * {@link Br } * {@link Form } * {@link Basefont } * {@link Section } * {@link I } * {@link Figcaption } * {@link Strong } * {@link Menu } * {@link Center } * {@link Tt } * {@link Time } * {@link Aside } * {@link Fieldset } * {@link Address } * {@link Output } * {@link Nav } * {@link Dfn } * {@link Var } * {@link Rp } * {@link S } * {@link Header } * * */ public List getContent() { if (content == null) { content = new ArrayList(); } return this.content; } public boolean isSetContent() { return ((this.content!= null)&&(!this.content.isEmpty())); } public void unsetContent() { this.content = null; } /** * codebaseプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getCodebase() { return codebase; } /** * codebaseプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setCodebase(String value) { this.codebase = value; } public boolean isSetCodebase() { return (this.codebase!= null); } /** * archiveプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getArchive() { return archive; } /** * archiveプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setArchive(String value) { this.archive = value; } public boolean isSetArchive() { return (this.archive!= null); } /** * codeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getCode() { return code; } /** * codeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setCode(String value) { this.code = value; } public boolean isSetCode() { return (this.code!= null); } /** * objectプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getObject() { return object; } /** * objectプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setObject(String value) { this.object = value; } public boolean isSetObject() { return (this.object!= null); } /** * altプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getAlt() { return alt; } /** * altプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setAlt(String value) { this.alt = value; } public boolean isSetAlt() { return (this.alt!= null); } /** * nameプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getName() { return name; } /** * nameプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setName(String value) { this.name = value; } public boolean isSetName() { return (this.name!= null); } /** * widthプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getWidth() { return width; } /** * widthプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setWidth(String value) { this.width = value; } public boolean isSetWidth() { return (this.width!= null); } /** * heightプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getHeight() { return height; } /** * heightプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setHeight(String value) { this.height = value; } public boolean isSetHeight() { return (this.height!= null); } /** * alignプロパティの値を取得します。 * * @return * possible object is * {@link ImgAlign } * */ public ImgAlign getAlign() { return align; } /** * alignプロパティの値を設定します。 * * @param value * allowed object is * {@link ImgAlign } * */ public void setAlign(ImgAlign value) { this.align = value; } public boolean isSetAlign() { return (this.align!= null); } /** * hspaceプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public Integer getHspace() { return hspace; } /** * hspaceプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setHspace(Integer value) { this.hspace = value; } public boolean isSetHspace() { return (this.hspace!= null); } /** * vspaceプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public Integer getVspace() { return vspace; } /** * vspaceプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setVspace(Integer value) { this.vspace = value; } public boolean isSetVspace() { return (this.vspace!= null); } /** * onclickプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnclick() { return onclick; } /** * onclickプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnclick(String value) { this.onclick = value; } public boolean isSetOnclick() { return (this.onclick!= null); } /** * ondblclickプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndblclick() { return ondblclick; } /** * ondblclickプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndblclick(String value) { this.ondblclick = value; } public boolean isSetOndblclick() { return (this.ondblclick!= null); } /** * onmousedownプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnmousedown() { return onmousedown; } /** * onmousedownプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnmousedown(String value) { this.onmousedown = value; } public boolean isSetOnmousedown() { return (this.onmousedown!= null); } /** * onmouseupプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnmouseup() { return onmouseup; } /** * onmouseupプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnmouseup(String value) { this.onmouseup = value; } public boolean isSetOnmouseup() { return (this.onmouseup!= null); } /** * onmouseoverプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnmouseover() { return onmouseover; } /** * onmouseoverプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnmouseover(String value) { this.onmouseover = value; } public boolean isSetOnmouseover() { return (this.onmouseover!= null); } /** * onmousemoveプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnmousemove() { return onmousemove; } /** * onmousemoveプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnmousemove(String value) { this.onmousemove = value; } public boolean isSetOnmousemove() { return (this.onmousemove!= null); } /** * onmouseoutプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnmouseout() { return onmouseout; } /** * onmouseoutプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnmouseout(String value) { this.onmouseout = value; } public boolean isSetOnmouseout() { return (this.onmouseout!= null); } /** * onkeypressプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnkeypress() { return onkeypress; } /** * onkeypressプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnkeypress(String value) { this.onkeypress = value; } public boolean isSetOnkeypress() { return (this.onkeypress!= null); } /** * onkeydownプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnkeydown() { return onkeydown; } /** * onkeydownプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnkeydown(String value) { this.onkeydown = value; } public boolean isSetOnkeydown() { return (this.onkeydown!= null); } /** * onkeyupプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnkeyup() { return onkeyup; } /** * onkeyupプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnkeyup(String value) { this.onkeyup = value; } public boolean isSetOnkeyup() { return (this.onkeyup!= null); } /** * onabortプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnabort() { return onabort; } /** * onabortプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnabort(String value) { this.onabort = value; } public boolean isSetOnabort() { return (this.onabort!= null); } /** * onblurプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnblur() { return onblur; } /** * onblurプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnblur(String value) { this.onblur = value; } public boolean isSetOnblur() { return (this.onblur!= null); } /** * oncanplayプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOncanplay() { return oncanplay; } /** * oncanplayプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOncanplay(String value) { this.oncanplay = value; } public boolean isSetOncanplay() { return (this.oncanplay!= null); } /** * oncanplaythroughプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOncanplaythrough() { return oncanplaythrough; } /** * oncanplaythroughプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOncanplaythrough(String value) { this.oncanplaythrough = value; } public boolean isSetOncanplaythrough() { return (this.oncanplaythrough!= null); } /** * onchangeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnchange() { return onchange; } /** * onchangeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnchange(String value) { this.onchange = value; } public boolean isSetOnchange() { return (this.onchange!= null); } /** * oncontextmenuプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOncontextmenu() { return oncontextmenu; } /** * oncontextmenuプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOncontextmenu(String value) { this.oncontextmenu = value; } public boolean isSetOncontextmenu() { return (this.oncontextmenu!= null); } /** * oncuechangeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOncuechange() { return oncuechange; } /** * oncuechangeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOncuechange(String value) { this.oncuechange = value; } public boolean isSetOncuechange() { return (this.oncuechange!= null); } /** * ondragプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndrag() { return ondrag; } /** * ondragプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndrag(String value) { this.ondrag = value; } public boolean isSetOndrag() { return (this.ondrag!= null); } /** * ondragendプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndragend() { return ondragend; } /** * ondragendプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndragend(String value) { this.ondragend = value; } public boolean isSetOndragend() { return (this.ondragend!= null); } /** * ondragenterプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndragenter() { return ondragenter; } /** * ondragenterプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndragenter(String value) { this.ondragenter = value; } public boolean isSetOndragenter() { return (this.ondragenter!= null); } /** * ondragleaveプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndragleave() { return ondragleave; } /** * ondragleaveプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndragleave(String value) { this.ondragleave = value; } public boolean isSetOndragleave() { return (this.ondragleave!= null); } /** * ondragoverプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndragover() { return ondragover; } /** * ondragoverプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndragover(String value) { this.ondragover = value; } public boolean isSetOndragover() { return (this.ondragover!= null); } /** * ondragstartプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndragstart() { return ondragstart; } /** * ondragstartプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndragstart(String value) { this.ondragstart = value; } public boolean isSetOndragstart() { return (this.ondragstart!= null); } /** * ondropプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndrop() { return ondrop; } /** * ondropプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndrop(String value) { this.ondrop = value; } public boolean isSetOndrop() { return (this.ondrop!= null); } /** * ondurationchangeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOndurationchange() { return ondurationchange; } /** * ondurationchangeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOndurationchange(String value) { this.ondurationchange = value; } public boolean isSetOndurationchange() { return (this.ondurationchange!= null); } /** * onemptiedプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnemptied() { return onemptied; } /** * onemptiedプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnemptied(String value) { this.onemptied = value; } public boolean isSetOnemptied() { return (this.onemptied!= null); } /** * onendedプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnended() { return onended; } /** * onendedプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnended(String value) { this.onended = value; } public boolean isSetOnended() { return (this.onended!= null); } /** * onerrorプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnerror() { return onerror; } /** * onerrorプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnerror(String value) { this.onerror = value; } public boolean isSetOnerror() { return (this.onerror!= null); } /** * onfocusプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnfocus() { return onfocus; } /** * onfocusプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnfocus(String value) { this.onfocus = value; } public boolean isSetOnfocus() { return (this.onfocus!= null); } /** * onformchangeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnformchange() { return onformchange; } /** * onformchangeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnformchange(String value) { this.onformchange = value; } public boolean isSetOnformchange() { return (this.onformchange!= null); } /** * onforminputプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnforminput() { return onforminput; } /** * onforminputプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnforminput(String value) { this.onforminput = value; } public boolean isSetOnforminput() { return (this.onforminput!= null); } /** * oninputプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOninput() { return oninput; } /** * oninputプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOninput(String value) { this.oninput = value; } public boolean isSetOninput() { return (this.oninput!= null); } /** * oninvalidプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOninvalid() { return oninvalid; } /** * oninvalidプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOninvalid(String value) { this.oninvalid = value; } public boolean isSetOninvalid() { return (this.oninvalid!= null); } /** * onloadプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnload() { return onload; } /** * onloadプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnload(String value) { this.onload = value; } public boolean isSetOnload() { return (this.onload!= null); } /** * onloadeddataプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnloadeddata() { return onloadeddata; } /** * onloadeddataプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnloadeddata(String value) { this.onloadeddata = value; } public boolean isSetOnloadeddata() { return (this.onloadeddata!= null); } /** * onloadedmetadataプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnloadedmetadata() { return onloadedmetadata; } /** * onloadedmetadataプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnloadedmetadata(String value) { this.onloadedmetadata = value; } public boolean isSetOnloadedmetadata() { return (this.onloadedmetadata!= null); } /** * onloadstartプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnloadstart() { return onloadstart; } /** * onloadstartプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnloadstart(String value) { this.onloadstart = value; } public boolean isSetOnloadstart() { return (this.onloadstart!= null); } /** * onmousewheelプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnmousewheel() { return onmousewheel; } /** * onmousewheelプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnmousewheel(String value) { this.onmousewheel = value; } public boolean isSetOnmousewheel() { return (this.onmousewheel!= null); } /** * onpauseプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnpause() { return onpause; } /** * onpauseプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnpause(String value) { this.onpause = value; } public boolean isSetOnpause() { return (this.onpause!= null); } /** * onplayプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnplay() { return onplay; } /** * onplayプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnplay(String value) { this.onplay = value; } public boolean isSetOnplay() { return (this.onplay!= null); } /** * onplayingプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnplaying() { return onplaying; } /** * onplayingプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnplaying(String value) { this.onplaying = value; } public boolean isSetOnplaying() { return (this.onplaying!= null); } /** * onprogressプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnprogress() { return onprogress; } /** * onprogressプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnprogress(String value) { this.onprogress = value; } public boolean isSetOnprogress() { return (this.onprogress!= null); } /** * onratechangeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnratechange() { return onratechange; } /** * onratechangeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnratechange(String value) { this.onratechange = value; } public boolean isSetOnratechange() { return (this.onratechange!= null); } /** * onreadystatechangeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnreadystatechange() { return onreadystatechange; } /** * onreadystatechangeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnreadystatechange(String value) { this.onreadystatechange = value; } public boolean isSetOnreadystatechange() { return (this.onreadystatechange!= null); } /** * onresetプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnreset() { return onreset; } /** * onresetプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnreset(String value) { this.onreset = value; } public boolean isSetOnreset() { return (this.onreset!= null); } /** * onscrollプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnscroll() { return onscroll; } /** * onscrollプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnscroll(String value) { this.onscroll = value; } public boolean isSetOnscroll() { return (this.onscroll!= null); } /** * onseekedプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnseeked() { return onseeked; } /** * onseekedプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnseeked(String value) { this.onseeked = value; } public boolean isSetOnseeked() { return (this.onseeked!= null); } /** * onseekingプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnseeking() { return onseeking; } /** * onseekingプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnseeking(String value) { this.onseeking = value; } public boolean isSetOnseeking() { return (this.onseeking!= null); } /** * onselectプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnselect() { return onselect; } /** * onselectプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnselect(String value) { this.onselect = value; } public boolean isSetOnselect() { return (this.onselect!= null); } /** * onshowプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnshow() { return onshow; } /** * onshowプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnshow(String value) { this.onshow = value; } public boolean isSetOnshow() { return (this.onshow!= null); } /** * onstalledプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnstalled() { return onstalled; } /** * onstalledプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnstalled(String value) { this.onstalled = value; } public boolean isSetOnstalled() { return (this.onstalled!= null); } /** * onsubmitプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnsubmit() { return onsubmit; } /** * onsubmitプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnsubmit(String value) { this.onsubmit = value; } public boolean isSetOnsubmit() { return (this.onsubmit!= null); } /** * onsuspendプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnsuspend() { return onsuspend; } /** * onsuspendプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnsuspend(String value) { this.onsuspend = value; } public boolean isSetOnsuspend() { return (this.onsuspend!= null); } /** * ontimeupdateプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOntimeupdate() { return ontimeupdate; } /** * ontimeupdateプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOntimeupdate(String value) { this.ontimeupdate = value; } public boolean isSetOntimeupdate() { return (this.ontimeupdate!= null); } /** * onvolumechangeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnvolumechange() { return onvolumechange; } /** * onvolumechangeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnvolumechange(String value) { this.onvolumechange = value; } public boolean isSetOnvolumechange() { return (this.onvolumechange!= null); } /** * onwaitingプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getOnwaiting() { return onwaiting; } /** * onwaitingプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setOnwaiting(String value) { this.onwaiting = value; } public boolean isSetOnwaiting() { return (this.onwaiting!= null); } /** * idプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * idプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } public boolean isSetId() { return (this.id!= null); } /** * Gets the value of the cssClass property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the cssClass property. * *

* For example, to add a new item, do as follows: *

     *    getCssClass().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getCssClass() { if (cssClass == null) { cssClass = new ArrayList(); } return this.cssClass; } public boolean isSetCssClass() { return ((this.cssClass!= null)&&(!this.cssClass.isEmpty())); } public void unsetCssClass() { this.cssClass = null; } /** * styleプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getStyle() { return style; } /** * styleプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setStyle(String value) { this.style = value; } public boolean isSetStyle() { return (this.style!= null); } /** * titleプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getTitle() { return title; } /** * titleプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setTitle(String value) { this.title = value; } public boolean isSetTitle() { return (this.title!= null); } /** * accesskeyプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getAccesskey() { return accesskey; } /** * accesskeyプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setAccesskey(String value) { this.accesskey = value; } public boolean isSetAccesskey() { return (this.accesskey!= null); } /** * contenteditableプロパティの値を取得します。 * * @return * possible object is * {@link Boolean } * */ public boolean isContenteditable() { return contenteditable; } /** * contenteditableプロパティの値を設定します。 * * @param value * allowed object is * {@link Boolean } * */ public void setContenteditable(boolean value) { this.contenteditable = value; } public boolean isSetContenteditable() { return (this.contenteditable!= null); } public void unsetContenteditable() { this.contenteditable = null; } /** * contextmenuプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getContextmenu() { return contextmenu; } /** * contextmenuプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setContextmenu(String value) { this.contextmenu = value; } public boolean isSetContextmenu() { return (this.contextmenu!= null); } /** * dirプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getDir() { if (dir == null) { return "auto"; } else { return dir; } } /** * dirプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setDir(String value) { this.dir = value; } public boolean isSetDir() { return (this.dir!= null); } /** * draggableプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getDraggable() { if (draggable == null) { return "auto"; } else { return draggable; } } /** * draggableプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setDraggable(String value) { this.draggable = value; } public boolean isSetDraggable() { return (this.draggable!= null); } /** * Gets the value of the dropzone property. * *

* This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the dropzone property. * *

* For example, to add a new item, do as follows: *

     *    getDropzone().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link String } * * */ public List getDropzone() { if (dropzone == null) { dropzone = new ArrayList(); } return this.dropzone; } public boolean isSetDropzone() { return ((this.dropzone!= null)&&(!this.dropzone.isEmpty())); } public void unsetDropzone() { this.dropzone = null; } /** * hiddenプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getHidden() { return hidden; } /** * hiddenプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setHidden(String value) { this.hidden = value; } public boolean isSetHidden() { return (this.hidden!= null); } /** * langCodeプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getLangCode() { return langCode; } /** * langCodeプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setLangCode(String value) { this.langCode = value; } public boolean isSetLangCode() { return (this.langCode!= null); } /** * roleプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getRole() { return role; } /** * roleプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setRole(String value) { this.role = value; } public boolean isSetRole() { return (this.role!= null); } /** * spellcheckプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getSpellcheck() { return spellcheck; } /** * spellcheckプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setSpellcheck(String value) { this.spellcheck = value; } public boolean isSetSpellcheck() { return (this.spellcheck!= null); } /** * tabindexプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public Integer getTabindex() { return tabindex; } /** * tabindexプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setTabindex(Integer value) { this.tabindex = value; } public boolean isSetTabindex() { return (this.tabindex!= null); } /** * langプロパティの値を取得します。 * * @return * possible object is * {@link String } * */ public String getLang() { return lang; } /** * langプロパティの値を設定します。 * * @param value * allowed object is * {@link String } * */ public void setLang(String value) { this.lang = value; } public boolean isSetLang() { return (this.lang!= null); } /** * Gets a map that contains attributes that aren't bound to any typed property on this class. * *

* the map is keyed by the name of the attribute and * the value is the string value of the attribute. * * the map returned by this method is live, and you can add new attribute * by updating the map directly. Because of this design, there's no setter. * * * @return * always non-null */ public java.util.Map getOtherAttributes() { return otherAttributes; } public java.lang.Object clone() { return copyTo(createNewInstance()); } public java.lang.Object copyTo(java.lang.Object target) { final CopyStrategy strategy = JAXBCopyStrategy.INSTANCE; return copyTo(null, target, strategy); } public java.lang.Object copyTo(ObjectLocator locator, java.lang.Object target, CopyStrategy strategy) { final java.lang.Object draftCopy = ((target == null)?createNewInstance():target); if (draftCopy instanceof Applet) { final Applet copy = ((Applet) draftCopy); if (this.isSetContent()) { List sourceContent; sourceContent = (this.isSetContent()?this.getContent():null); @SuppressWarnings("unchecked") List copyContent = ((List ) strategy.copy(LocatorUtils.property(locator, "content", sourceContent), sourceContent)); copy.unsetContent(); if (copyContent!= null) { List uniqueContentl = copy.getContent(); uniqueContentl.addAll(copyContent); } } else { copy.unsetContent(); } if (this.isSetCodebase()) { String sourceCodebase; sourceCodebase = this.getCodebase(); String copyCodebase = ((String) strategy.copy(LocatorUtils.property(locator, "codebase", sourceCodebase), sourceCodebase)); copy.setCodebase(copyCodebase); } else { copy.codebase = null; } if (this.isSetArchive()) { String sourceArchive; sourceArchive = this.getArchive(); String copyArchive = ((String) strategy.copy(LocatorUtils.property(locator, "archive", sourceArchive), sourceArchive)); copy.setArchive(copyArchive); } else { copy.archive = null; } if (this.isSetCode()) { String sourceCode; sourceCode = this.getCode(); String copyCode = ((String) strategy.copy(LocatorUtils.property(locator, "code", sourceCode), sourceCode)); copy.setCode(copyCode); } else { copy.code = null; } if (this.isSetObject()) { String sourceObject; sourceObject = this.getObject(); String copyObject = ((String) strategy.copy(LocatorUtils.property(locator, "object", sourceObject), sourceObject)); copy.setObject(copyObject); } else { copy.object = null; } if (this.isSetAlt()) { String sourceAlt; sourceAlt = this.getAlt(); String copyAlt = ((String) strategy.copy(LocatorUtils.property(locator, "alt", sourceAlt), sourceAlt)); copy.setAlt(copyAlt); } else { copy.alt = null; } if (this.isSetName()) { String sourceName; sourceName = this.getName(); String copyName = ((String) strategy.copy(LocatorUtils.property(locator, "name", sourceName), sourceName)); copy.setName(copyName); } else { copy.name = null; } if (this.isSetWidth()) { String sourceWidth; sourceWidth = this.getWidth(); String copyWidth = ((String) strategy.copy(LocatorUtils.property(locator, "width", sourceWidth), sourceWidth)); copy.setWidth(copyWidth); } else { copy.width = null; } if (this.isSetHeight()) { String sourceHeight; sourceHeight = this.getHeight(); String copyHeight = ((String) strategy.copy(LocatorUtils.property(locator, "height", sourceHeight), sourceHeight)); copy.setHeight(copyHeight); } else { copy.height = null; } if (this.isSetAlign()) { ImgAlign sourceAlign; sourceAlign = this.getAlign(); ImgAlign copyAlign = ((ImgAlign) strategy.copy(LocatorUtils.property(locator, "align", sourceAlign), sourceAlign)); copy.setAlign(copyAlign); } else { copy.align = null; } if (this.isSetHspace()) { Integer sourceHspace; sourceHspace = this.getHspace(); Integer copyHspace = ((Integer) strategy.copy(LocatorUtils.property(locator, "hspace", sourceHspace), sourceHspace)); copy.setHspace(copyHspace); } else { copy.hspace = null; } if (this.isSetVspace()) { Integer sourceVspace; sourceVspace = this.getVspace(); Integer copyVspace = ((Integer) strategy.copy(LocatorUtils.property(locator, "vspace", sourceVspace), sourceVspace)); copy.setVspace(copyVspace); } else { copy.vspace = null; } if (this.isSetOnclick()) { String sourceOnclick; sourceOnclick = this.getOnclick(); String copyOnclick = ((String) strategy.copy(LocatorUtils.property(locator, "onclick", sourceOnclick), sourceOnclick)); copy.setOnclick(copyOnclick); } else { copy.onclick = null; } if (this.isSetOndblclick()) { String sourceOndblclick; sourceOndblclick = this.getOndblclick(); String copyOndblclick = ((String) strategy.copy(LocatorUtils.property(locator, "ondblclick", sourceOndblclick), sourceOndblclick)); copy.setOndblclick(copyOndblclick); } else { copy.ondblclick = null; } if (this.isSetOnmousedown()) { String sourceOnmousedown; sourceOnmousedown = this.getOnmousedown(); String copyOnmousedown = ((String) strategy.copy(LocatorUtils.property(locator, "onmousedown", sourceOnmousedown), sourceOnmousedown)); copy.setOnmousedown(copyOnmousedown); } else { copy.onmousedown = null; } if (this.isSetOnmouseup()) { String sourceOnmouseup; sourceOnmouseup = this.getOnmouseup(); String copyOnmouseup = ((String) strategy.copy(LocatorUtils.property(locator, "onmouseup", sourceOnmouseup), sourceOnmouseup)); copy.setOnmouseup(copyOnmouseup); } else { copy.onmouseup = null; } if (this.isSetOnmouseover()) { String sourceOnmouseover; sourceOnmouseover = this.getOnmouseover(); String copyOnmouseover = ((String) strategy.copy(LocatorUtils.property(locator, "onmouseover", sourceOnmouseover), sourceOnmouseover)); copy.setOnmouseover(copyOnmouseover); } else { copy.onmouseover = null; } if (this.isSetOnmousemove()) { String sourceOnmousemove; sourceOnmousemove = this.getOnmousemove(); String copyOnmousemove = ((String) strategy.copy(LocatorUtils.property(locator, "onmousemove", sourceOnmousemove), sourceOnmousemove)); copy.setOnmousemove(copyOnmousemove); } else { copy.onmousemove = null; } if (this.isSetOnmouseout()) { String sourceOnmouseout; sourceOnmouseout = this.getOnmouseout(); String copyOnmouseout = ((String) strategy.copy(LocatorUtils.property(locator, "onmouseout", sourceOnmouseout), sourceOnmouseout)); copy.setOnmouseout(copyOnmouseout); } else { copy.onmouseout = null; } if (this.isSetOnkeypress()) { String sourceOnkeypress; sourceOnkeypress = this.getOnkeypress(); String copyOnkeypress = ((String) strategy.copy(LocatorUtils.property(locator, "onkeypress", sourceOnkeypress), sourceOnkeypress)); copy.setOnkeypress(copyOnkeypress); } else { copy.onkeypress = null; } if (this.isSetOnkeydown()) { String sourceOnkeydown; sourceOnkeydown = this.getOnkeydown(); String copyOnkeydown = ((String) strategy.copy(LocatorUtils.property(locator, "onkeydown", sourceOnkeydown), sourceOnkeydown)); copy.setOnkeydown(copyOnkeydown); } else { copy.onkeydown = null; } if (this.isSetOnkeyup()) { String sourceOnkeyup; sourceOnkeyup = this.getOnkeyup(); String copyOnkeyup = ((String) strategy.copy(LocatorUtils.property(locator, "onkeyup", sourceOnkeyup), sourceOnkeyup)); copy.setOnkeyup(copyOnkeyup); } else { copy.onkeyup = null; } if (this.isSetOnabort()) { String sourceOnabort; sourceOnabort = this.getOnabort(); String copyOnabort = ((String) strategy.copy(LocatorUtils.property(locator, "onabort", sourceOnabort), sourceOnabort)); copy.setOnabort(copyOnabort); } else { copy.onabort = null; } if (this.isSetOnblur()) { String sourceOnblur; sourceOnblur = this.getOnblur(); String copyOnblur = ((String) strategy.copy(LocatorUtils.property(locator, "onblur", sourceOnblur), sourceOnblur)); copy.setOnblur(copyOnblur); } else { copy.onblur = null; } if (this.isSetOncanplay()) { String sourceOncanplay; sourceOncanplay = this.getOncanplay(); String copyOncanplay = ((String) strategy.copy(LocatorUtils.property(locator, "oncanplay", sourceOncanplay), sourceOncanplay)); copy.setOncanplay(copyOncanplay); } else { copy.oncanplay = null; } if (this.isSetOncanplaythrough()) { String sourceOncanplaythrough; sourceOncanplaythrough = this.getOncanplaythrough(); String copyOncanplaythrough = ((String) strategy.copy(LocatorUtils.property(locator, "oncanplaythrough", sourceOncanplaythrough), sourceOncanplaythrough)); copy.setOncanplaythrough(copyOncanplaythrough); } else { copy.oncanplaythrough = null; } if (this.isSetOnchange()) { String sourceOnchange; sourceOnchange = this.getOnchange(); String copyOnchange = ((String) strategy.copy(LocatorUtils.property(locator, "onchange", sourceOnchange), sourceOnchange)); copy.setOnchange(copyOnchange); } else { copy.onchange = null; } if (this.isSetOncontextmenu()) { String sourceOncontextmenu; sourceOncontextmenu = this.getOncontextmenu(); String copyOncontextmenu = ((String) strategy.copy(LocatorUtils.property(locator, "oncontextmenu", sourceOncontextmenu), sourceOncontextmenu)); copy.setOncontextmenu(copyOncontextmenu); } else { copy.oncontextmenu = null; } if (this.isSetOncuechange()) { String sourceOncuechange; sourceOncuechange = this.getOncuechange(); String copyOncuechange = ((String) strategy.copy(LocatorUtils.property(locator, "oncuechange", sourceOncuechange), sourceOncuechange)); copy.setOncuechange(copyOncuechange); } else { copy.oncuechange = null; } if (this.isSetOndrag()) { String sourceOndrag; sourceOndrag = this.getOndrag(); String copyOndrag = ((String) strategy.copy(LocatorUtils.property(locator, "ondrag", sourceOndrag), sourceOndrag)); copy.setOndrag(copyOndrag); } else { copy.ondrag = null; } if (this.isSetOndragend()) { String sourceOndragend; sourceOndragend = this.getOndragend(); String copyOndragend = ((String) strategy.copy(LocatorUtils.property(locator, "ondragend", sourceOndragend), sourceOndragend)); copy.setOndragend(copyOndragend); } else { copy.ondragend = null; } if (this.isSetOndragenter()) { String sourceOndragenter; sourceOndragenter = this.getOndragenter(); String copyOndragenter = ((String) strategy.copy(LocatorUtils.property(locator, "ondragenter", sourceOndragenter), sourceOndragenter)); copy.setOndragenter(copyOndragenter); } else { copy.ondragenter = null; } if (this.isSetOndragleave()) { String sourceOndragleave; sourceOndragleave = this.getOndragleave(); String copyOndragleave = ((String) strategy.copy(LocatorUtils.property(locator, "ondragleave", sourceOndragleave), sourceOndragleave)); copy.setOndragleave(copyOndragleave); } else { copy.ondragleave = null; } if (this.isSetOndragover()) { String sourceOndragover; sourceOndragover = this.getOndragover(); String copyOndragover = ((String) strategy.copy(LocatorUtils.property(locator, "ondragover", sourceOndragover), sourceOndragover)); copy.setOndragover(copyOndragover); } else { copy.ondragover = null; } if (this.isSetOndragstart()) { String sourceOndragstart; sourceOndragstart = this.getOndragstart(); String copyOndragstart = ((String) strategy.copy(LocatorUtils.property(locator, "ondragstart", sourceOndragstart), sourceOndragstart)); copy.setOndragstart(copyOndragstart); } else { copy.ondragstart = null; } if (this.isSetOndrop()) { String sourceOndrop; sourceOndrop = this.getOndrop(); String copyOndrop = ((String) strategy.copy(LocatorUtils.property(locator, "ondrop", sourceOndrop), sourceOndrop)); copy.setOndrop(copyOndrop); } else { copy.ondrop = null; } if (this.isSetOndurationchange()) { String sourceOndurationchange; sourceOndurationchange = this.getOndurationchange(); String copyOndurationchange = ((String) strategy.copy(LocatorUtils.property(locator, "ondurationchange", sourceOndurationchange), sourceOndurationchange)); copy.setOndurationchange(copyOndurationchange); } else { copy.ondurationchange = null; } if (this.isSetOnemptied()) { String sourceOnemptied; sourceOnemptied = this.getOnemptied(); String copyOnemptied = ((String) strategy.copy(LocatorUtils.property(locator, "onemptied", sourceOnemptied), sourceOnemptied)); copy.setOnemptied(copyOnemptied); } else { copy.onemptied = null; } if (this.isSetOnended()) { String sourceOnended; sourceOnended = this.getOnended(); String copyOnended = ((String) strategy.copy(LocatorUtils.property(locator, "onended", sourceOnended), sourceOnended)); copy.setOnended(copyOnended); } else { copy.onended = null; } if (this.isSetOnerror()) { String sourceOnerror; sourceOnerror = this.getOnerror(); String copyOnerror = ((String) strategy.copy(LocatorUtils.property(locator, "onerror", sourceOnerror), sourceOnerror)); copy.setOnerror(copyOnerror); } else { copy.onerror = null; } if (this.isSetOnfocus()) { String sourceOnfocus; sourceOnfocus = this.getOnfocus(); String copyOnfocus = ((String) strategy.copy(LocatorUtils.property(locator, "onfocus", sourceOnfocus), sourceOnfocus)); copy.setOnfocus(copyOnfocus); } else { copy.onfocus = null; } if (this.isSetOnformchange()) { String sourceOnformchange; sourceOnformchange = this.getOnformchange(); String copyOnformchange = ((String) strategy.copy(LocatorUtils.property(locator, "onformchange", sourceOnformchange), sourceOnformchange)); copy.setOnformchange(copyOnformchange); } else { copy.onformchange = null; } if (this.isSetOnforminput()) { String sourceOnforminput; sourceOnforminput = this.getOnforminput(); String copyOnforminput = ((String) strategy.copy(LocatorUtils.property(locator, "onforminput", sourceOnforminput), sourceOnforminput)); copy.setOnforminput(copyOnforminput); } else { copy.onforminput = null; } if (this.isSetOninput()) { String sourceOninput; sourceOninput = this.getOninput(); String copyOninput = ((String) strategy.copy(LocatorUtils.property(locator, "oninput", sourceOninput), sourceOninput)); copy.setOninput(copyOninput); } else { copy.oninput = null; } if (this.isSetOninvalid()) { String sourceOninvalid; sourceOninvalid = this.getOninvalid(); String copyOninvalid = ((String) strategy.copy(LocatorUtils.property(locator, "oninvalid", sourceOninvalid), sourceOninvalid)); copy.setOninvalid(copyOninvalid); } else { copy.oninvalid = null; } if (this.isSetOnload()) { String sourceOnload; sourceOnload = this.getOnload(); String copyOnload = ((String) strategy.copy(LocatorUtils.property(locator, "onload", sourceOnload), sourceOnload)); copy.setOnload(copyOnload); } else { copy.onload = null; } if (this.isSetOnloadeddata()) { String sourceOnloadeddata; sourceOnloadeddata = this.getOnloadeddata(); String copyOnloadeddata = ((String) strategy.copy(LocatorUtils.property(locator, "onloadeddata", sourceOnloadeddata), sourceOnloadeddata)); copy.setOnloadeddata(copyOnloadeddata); } else { copy.onloadeddata = null; } if (this.isSetOnloadedmetadata()) { String sourceOnloadedmetadata; sourceOnloadedmetadata = this.getOnloadedmetadata(); String copyOnloadedmetadata = ((String) strategy.copy(LocatorUtils.property(locator, "onloadedmetadata", sourceOnloadedmetadata), sourceOnloadedmetadata)); copy.setOnloadedmetadata(copyOnloadedmetadata); } else { copy.onloadedmetadata = null; } if (this.isSetOnloadstart()) { String sourceOnloadstart; sourceOnloadstart = this.getOnloadstart(); String copyOnloadstart = ((String) strategy.copy(LocatorUtils.property(locator, "onloadstart", sourceOnloadstart), sourceOnloadstart)); copy.setOnloadstart(copyOnloadstart); } else { copy.onloadstart = null; } if (this.isSetOnmousewheel()) { String sourceOnmousewheel; sourceOnmousewheel = this.getOnmousewheel(); String copyOnmousewheel = ((String) strategy.copy(LocatorUtils.property(locator, "onmousewheel", sourceOnmousewheel), sourceOnmousewheel)); copy.setOnmousewheel(copyOnmousewheel); } else { copy.onmousewheel = null; } if (this.isSetOnpause()) { String sourceOnpause; sourceOnpause = this.getOnpause(); String copyOnpause = ((String) strategy.copy(LocatorUtils.property(locator, "onpause", sourceOnpause), sourceOnpause)); copy.setOnpause(copyOnpause); } else { copy.onpause = null; } if (this.isSetOnplay()) { String sourceOnplay; sourceOnplay = this.getOnplay(); String copyOnplay = ((String) strategy.copy(LocatorUtils.property(locator, "onplay", sourceOnplay), sourceOnplay)); copy.setOnplay(copyOnplay); } else { copy.onplay = null; } if (this.isSetOnplaying()) { String sourceOnplaying; sourceOnplaying = this.getOnplaying(); String copyOnplaying = ((String) strategy.copy(LocatorUtils.property(locator, "onplaying", sourceOnplaying), sourceOnplaying)); copy.setOnplaying(copyOnplaying); } else { copy.onplaying = null; } if (this.isSetOnprogress()) { String sourceOnprogress; sourceOnprogress = this.getOnprogress(); String copyOnprogress = ((String) strategy.copy(LocatorUtils.property(locator, "onprogress", sourceOnprogress), sourceOnprogress)); copy.setOnprogress(copyOnprogress); } else { copy.onprogress = null; } if (this.isSetOnratechange()) { String sourceOnratechange; sourceOnratechange = this.getOnratechange(); String copyOnratechange = ((String) strategy.copy(LocatorUtils.property(locator, "onratechange", sourceOnratechange), sourceOnratechange)); copy.setOnratechange(copyOnratechange); } else { copy.onratechange = null; } if (this.isSetOnreadystatechange()) { String sourceOnreadystatechange; sourceOnreadystatechange = this.getOnreadystatechange(); String copyOnreadystatechange = ((String) strategy.copy(LocatorUtils.property(locator, "onreadystatechange", sourceOnreadystatechange), sourceOnreadystatechange)); copy.setOnreadystatechange(copyOnreadystatechange); } else { copy.onreadystatechange = null; } if (this.isSetOnreset()) { String sourceOnreset; sourceOnreset = this.getOnreset(); String copyOnreset = ((String) strategy.copy(LocatorUtils.property(locator, "onreset", sourceOnreset), sourceOnreset)); copy.setOnreset(copyOnreset); } else { copy.onreset = null; } if (this.isSetOnscroll()) { String sourceOnscroll; sourceOnscroll = this.getOnscroll(); String copyOnscroll = ((String) strategy.copy(LocatorUtils.property(locator, "onscroll", sourceOnscroll), sourceOnscroll)); copy.setOnscroll(copyOnscroll); } else { copy.onscroll = null; } if (this.isSetOnseeked()) { String sourceOnseeked; sourceOnseeked = this.getOnseeked(); String copyOnseeked = ((String) strategy.copy(LocatorUtils.property(locator, "onseeked", sourceOnseeked), sourceOnseeked)); copy.setOnseeked(copyOnseeked); } else { copy.onseeked = null; } if (this.isSetOnseeking()) { String sourceOnseeking; sourceOnseeking = this.getOnseeking(); String copyOnseeking = ((String) strategy.copy(LocatorUtils.property(locator, "onseeking", sourceOnseeking), sourceOnseeking)); copy.setOnseeking(copyOnseeking); } else { copy.onseeking = null; } if (this.isSetOnselect()) { String sourceOnselect; sourceOnselect = this.getOnselect(); String copyOnselect = ((String) strategy.copy(LocatorUtils.property(locator, "onselect", sourceOnselect), sourceOnselect)); copy.setOnselect(copyOnselect); } else { copy.onselect = null; } if (this.isSetOnshow()) { String sourceOnshow; sourceOnshow = this.getOnshow(); String copyOnshow = ((String) strategy.copy(LocatorUtils.property(locator, "onshow", sourceOnshow), sourceOnshow)); copy.setOnshow(copyOnshow); } else { copy.onshow = null; } if (this.isSetOnstalled()) { String sourceOnstalled; sourceOnstalled = this.getOnstalled(); String copyOnstalled = ((String) strategy.copy(LocatorUtils.property(locator, "onstalled", sourceOnstalled), sourceOnstalled)); copy.setOnstalled(copyOnstalled); } else { copy.onstalled = null; } if (this.isSetOnsubmit()) { String sourceOnsubmit; sourceOnsubmit = this.getOnsubmit(); String copyOnsubmit = ((String) strategy.copy(LocatorUtils.property(locator, "onsubmit", sourceOnsubmit), sourceOnsubmit)); copy.setOnsubmit(copyOnsubmit); } else { copy.onsubmit = null; } if (this.isSetOnsuspend()) { String sourceOnsuspend; sourceOnsuspend = this.getOnsuspend(); String copyOnsuspend = ((String) strategy.copy(LocatorUtils.property(locator, "onsuspend", sourceOnsuspend), sourceOnsuspend)); copy.setOnsuspend(copyOnsuspend); } else { copy.onsuspend = null; } if (this.isSetOntimeupdate()) { String sourceOntimeupdate; sourceOntimeupdate = this.getOntimeupdate(); String copyOntimeupdate = ((String) strategy.copy(LocatorUtils.property(locator, "ontimeupdate", sourceOntimeupdate), sourceOntimeupdate)); copy.setOntimeupdate(copyOntimeupdate); } else { copy.ontimeupdate = null; } if (this.isSetOnvolumechange()) { String sourceOnvolumechange; sourceOnvolumechange = this.getOnvolumechange(); String copyOnvolumechange = ((String) strategy.copy(LocatorUtils.property(locator, "onvolumechange", sourceOnvolumechange), sourceOnvolumechange)); copy.setOnvolumechange(copyOnvolumechange); } else { copy.onvolumechange = null; } if (this.isSetOnwaiting()) { String sourceOnwaiting; sourceOnwaiting = this.getOnwaiting(); String copyOnwaiting = ((String) strategy.copy(LocatorUtils.property(locator, "onwaiting", sourceOnwaiting), sourceOnwaiting)); copy.setOnwaiting(copyOnwaiting); } else { copy.onwaiting = null; } if (this.isSetId()) { String sourceId; sourceId = this.getId(); String copyId = ((String) strategy.copy(LocatorUtils.property(locator, "id", sourceId), sourceId)); copy.setId(copyId); } else { copy.id = null; } if (this.isSetCssClass()) { List sourceCssClass; sourceCssClass = (this.isSetCssClass()?this.getCssClass():null); @SuppressWarnings("unchecked") List copyCssClass = ((List ) strategy.copy(LocatorUtils.property(locator, "cssClass", sourceCssClass), sourceCssClass)); copy.unsetCssClass(); if (copyCssClass!= null) { List uniqueCssClassl = copy.getCssClass(); uniqueCssClassl.addAll(copyCssClass); } } else { copy.unsetCssClass(); } if (this.isSetStyle()) { String sourceStyle; sourceStyle = this.getStyle(); String copyStyle = ((String) strategy.copy(LocatorUtils.property(locator, "style", sourceStyle), sourceStyle)); copy.setStyle(copyStyle); } else { copy.style = null; } if (this.isSetTitle()) { String sourceTitle; sourceTitle = this.getTitle(); String copyTitle = ((String) strategy.copy(LocatorUtils.property(locator, "title", sourceTitle), sourceTitle)); copy.setTitle(copyTitle); } else { copy.title = null; } if (this.isSetAccesskey()) { String sourceAccesskey; sourceAccesskey = this.getAccesskey(); String copyAccesskey = ((String) strategy.copy(LocatorUtils.property(locator, "accesskey", sourceAccesskey), sourceAccesskey)); copy.setAccesskey(copyAccesskey); } else { copy.accesskey = null; } if (this.isSetContenteditable()) { boolean sourceContenteditable; sourceContenteditable = (this.isSetContenteditable()?this.isContenteditable():false); boolean copyContenteditable = strategy.copy(LocatorUtils.property(locator, "contenteditable", sourceContenteditable), sourceContenteditable); copy.setContenteditable(copyContenteditable); } else { copy.unsetContenteditable(); } if (this.isSetContextmenu()) { String sourceContextmenu; sourceContextmenu = this.getContextmenu(); String copyContextmenu = ((String) strategy.copy(LocatorUtils.property(locator, "contextmenu", sourceContextmenu), sourceContextmenu)); copy.setContextmenu(copyContextmenu); } else { copy.contextmenu = null; } if (this.isSetDir()) { String sourceDir; sourceDir = this.getDir(); String copyDir = ((String) strategy.copy(LocatorUtils.property(locator, "dir", sourceDir), sourceDir)); copy.setDir(copyDir); } else { copy.dir = null; } if (this.isSetDraggable()) { String sourceDraggable; sourceDraggable = this.getDraggable(); String copyDraggable = ((String) strategy.copy(LocatorUtils.property(locator, "draggable", sourceDraggable), sourceDraggable)); copy.setDraggable(copyDraggable); } else { copy.draggable = null; } if (this.isSetDropzone()) { List sourceDropzone; sourceDropzone = (this.isSetDropzone()?this.getDropzone():null); @SuppressWarnings("unchecked") List copyDropzone = ((List ) strategy.copy(LocatorUtils.property(locator, "dropzone", sourceDropzone), sourceDropzone)); copy.unsetDropzone(); if (copyDropzone!= null) { List uniqueDropzonel = copy.getDropzone(); uniqueDropzonel.addAll(copyDropzone); } } else { copy.unsetDropzone(); } if (this.isSetHidden()) { String sourceHidden; sourceHidden = this.getHidden(); String copyHidden = ((String) strategy.copy(LocatorUtils.property(locator, "hidden", sourceHidden), sourceHidden)); copy.setHidden(copyHidden); } else { copy.hidden = null; } if (this.isSetLangCode()) { String sourceLangCode; sourceLangCode = this.getLangCode(); String copyLangCode = ((String) strategy.copy(LocatorUtils.property(locator, "langCode", sourceLangCode), sourceLangCode)); copy.setLangCode(copyLangCode); } else { copy.langCode = null; } if (this.isSetRole()) { String sourceRole; sourceRole = this.getRole(); String copyRole = ((String) strategy.copy(LocatorUtils.property(locator, "role", sourceRole), sourceRole)); copy.setRole(copyRole); } else { copy.role = null; } if (this.isSetSpellcheck()) { String sourceSpellcheck; sourceSpellcheck = this.getSpellcheck(); String copySpellcheck = ((String) strategy.copy(LocatorUtils.property(locator, "spellcheck", sourceSpellcheck), sourceSpellcheck)); copy.setSpellcheck(copySpellcheck); } else { copy.spellcheck = null; } if (this.isSetTabindex()) { Integer sourceTabindex; sourceTabindex = this.getTabindex(); Integer copyTabindex = ((Integer) strategy.copy(LocatorUtils.property(locator, "tabindex", sourceTabindex), sourceTabindex)); copy.setTabindex(copyTabindex); } else { copy.tabindex = null; } if (this.isSetLang()) { String sourceLang; sourceLang = this.getLang(); String copyLang = ((String) strategy.copy(LocatorUtils.property(locator, "lang", sourceLang), sourceLang)); copy.setLang(copyLang); } else { copy.lang = null; } } return draftCopy; } public java.lang.Object createNewInstance() { return new Applet(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy