io.hawt.dozer.schema.Mapping Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-b10
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.08.01 at 07:31:55 AM EDT
//
package io.hawt.dozer.schema;
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.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* 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 minOccurs="0">
* <element ref="{http://dozer.sourceforge.net}class-a"/>
* <element ref="{http://dozer.sourceforge.net}class-b"/>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://dozer.sourceforge.net}field" maxOccurs="unbounded"/>
* <element ref="{http://dozer.sourceforge.net}field-exclude" maxOccurs="unbounded" minOccurs="0"/>
* </choice>
* </sequence>
* <attribute name="date-format" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="stop-on-errors" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="wildcard" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="trim-strings" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="map-null" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="map-empty-string" type="{http://www.w3.org/2001/XMLSchema}boolean" />
* <attribute name="bean-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="type" type="{http://dozer.sourceforge.net}type" />
* <attribute name="relationship-type" type="{http://dozer.sourceforge.net}relationship" />
* <attribute name="map-id" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"classA",
"classB",
"fieldOrFieldExclude"
})
@XmlRootElement(name = "mapping")
public class Mapping {
@XmlElement(name = "class-a")
protected Class classA;
@XmlElement(name = "class-b")
protected Class classB;
@XmlElements({
@XmlElement(name = "field", type = Field.class),
@XmlElement(name = "field-exclude", type = FieldExclude.class)
})
protected List