org.mixer2.jaxb.xhtml.Optgroup Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mixer2 Show documentation
Show all versions of mixer2 Show documentation
Mixer2 is template engine for java.
package org.mixer2.jaxb.xhtml;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
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.XmlElement;
import javax.xml.bind.annotation.XmlID;
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.mixer2.xhtml.AbstractJaxb;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element ref="{http://www.w3.org/1999/xhtml}option" maxOccurs="unbounded"/>
* </sequence>
* <attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/>
* <attribute name="disabled">
* <simpleType>
* <restriction base="{http://www.w3.org/2001/XMLSchema}token">
* <enumeration value="disabled"/>
* </restriction>
* </simpleType>
* </attribute>
* <attribute name="label" use="required" type="{http://www.w3.org/1999/xhtml}Text" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"option"
})
@XmlRootElement(name = "optgroup")
public class Optgroup
extends AbstractJaxb
implements Serializable
{
private final static long serialVersionUID = 10000L;
@XmlElement(required = true)
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy