org.nmdp.gl.client.xmlxlink.jaxb.Simple Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.05.26 at 09:52:51 PM CDT
//
package org.nmdp.gl.client.xmlxlink.jaxb;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlMixed;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
/**
*
* Intended for use as the type of user-declared elements to make them
* simple links.
*
*
* Java class for simple complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="simple">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <group ref="{http://www.w3.org/1999/xlink}simpleModel"/>
* <attGroup ref="{http://www.w3.org/1999/xlink}simpleAttrs"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "simple", namespace = "http://www.w3.org/1999/xlink", propOrder = {
"content"
})
public class Simple {
@XmlMixed
@XmlAnyElement(lax = true)
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy