com.cyc.xml.query.ArgumentPositionDetail Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.07.20 at 01:27:16 PM CDT
//
package com.cyc.xml.query;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
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>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}argPosition"/>
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}explanation"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}glossText"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}ordering"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}templateReplacementsInvisibleForPosition"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}constraintsOnReplacement"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}candidateReplacementsForPosition"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}isEditable"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}validationRequired"/>
* <element ref="{http://www.opencyc.org/xml/formulaTemplate/}unknownTermForTemplatePosition"/>
* </choice>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"argPosition",
"explanationOrGlossTextOrOrdering"
})
@XmlRootElement(name = "argumentPositionDetail")
public class ArgumentPositionDetail {
@XmlElement(required = true)
protected ArgPosition argPosition;
@XmlElementRefs({
@XmlElementRef(name = "constraintsOnReplacement", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = ConstraintsOnReplacement.class, required = false),
@XmlElementRef(name = "templateReplacementsInvisibleForPosition", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = JAXBElement.class, required = false),
@XmlElementRef(name = "ordering", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = Ordering.class, required = false),
@XmlElementRef(name = "isEditable", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = JAXBElement.class, required = false),
@XmlElementRef(name = "unknownTermForTemplatePosition", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = UnknownTermForTemplatePosition.class, required = false),
@XmlElementRef(name = "validationRequired", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = JAXBElement.class, required = false),
@XmlElementRef(name = "candidateReplacementsForPosition", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = CandidateReplacementsForPosition.class, required = false),
@XmlElementRef(name = "explanation", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = Explanation.class, required = false),
@XmlElementRef(name = "glossText", namespace = "http://www.opencyc.org/xml/formulaTemplate/", type = GlossText.class, required = false)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy