org.omg.xmi.Difference 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: 2013.09.13 at 12:06:48 PM EST
//
package org.omg.xmi;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlAnyElement;
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.XmlIDREF;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
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.w3c.dom.Element;
/**
* Java class for Difference complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Difference">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded" minOccurs="0">
* <element name="target">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded" minOccurs="0">
* <any processContents='skip'/>
* </choice>
* <anyAttribute processContents='skip'/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* <element name="difference" type="{http://www.omg.org/spec/XMI/20110701}Difference"/>
* <element name="container" type="{http://www.omg.org/spec/XMI/20110701}Difference"/>
* <element ref="{http://www.omg.org/spec/XMI/20110701}Extension"/>
* </choice>
* <attGroup ref="{http://www.omg.org/spec/XMI/20110701}ObjectAttribs"/>
* <attribute ref="{http://www.omg.org/spec/XMI/20110701}id"/>
* <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
* <attribute name="container" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Difference", propOrder = {
"targetOrDifferenceOrContainer"
})
@XmlSeeAlso({
Replace.class,
Add.class,
Delete.class
})
public class Difference {
@XmlElementRefs({
@XmlElementRef(name = "Extension", namespace = "http://www.omg.org/spec/XMI/20110701", type = JAXBElement.class),
@XmlElementRef(name = "container", type = JAXBElement.class),
@XmlElementRef(name = "difference", type = JAXBElement.class),
@XmlElementRef(name = "target", type = JAXBElement.class)
})
protected List> targetOrDifferenceOrContainer;
@XmlAttribute(name = "id", namespace = "http://www.omg.org/spec/XMI/20110701")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
@XmlSchemaType(name = "ID")
protected String id;
@XmlAttribute(name = "target")
@XmlIDREF
@XmlSchemaType(name = "IDREFS")
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy