com.cyc.baseclient.xml.cycml.ObjectFactory 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: 2018.04.05 at 10:23:57 PM CDT
//
package com.cyc.baseclient.xml.cycml;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.cyc.baseclient.xml.cycml package.
* An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName _Url_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "url");
private final static QName _Time_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "time");
private final static QName _Comment_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "comment");
private final static QName _Guid_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "guid");
private final static QName _Name_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "name");
private final static QName _Namespace_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "namespace");
private final static QName _String_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "string");
private final static QName _Package_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "package");
private final static QName _Number_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "number");
private final static QName _Date_QNAME = new QName("http://www.opencyc.org/xml/cycML/", "date");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.cyc.baseclient.xml.cycml
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Symbol }
*
*/
public Symbol createSymbol() {
return new Symbol();
}
/**
* Create an instance of {@link ThereExistAtLeast }
*
*/
public ThereExistAtLeast createThereExistAtLeast() {
return new ThereExistAtLeast();
}
/**
* Create an instance of {@link Constant }
*
*/
public Constant createConstant() {
return new Constant();
}
/**
* Create an instance of {@link Variable }
*
*/
public Variable createVariable() {
return new Variable();
}
/**
* Create an instance of {@link Sentence }
*
*/
public Sentence createSentence() {
return new Sentence();
}
/**
* Create an instance of {@link And }
*
*/
public And createAnd() {
return new And();
}
/**
* Create an instance of {@link Or }
*
*/
public Or createOr() {
return new Or();
}
/**
* Create an instance of {@link Xor }
*
*/
public Xor createXor() {
return new Xor();
}
/**
* Create an instance of {@link Equiv }
*
*/
public Equiv createEquiv() {
return new Equiv();
}
/**
* Create an instance of {@link Implies }
*
*/
public Implies createImplies() {
return new Implies();
}
/**
* Create an instance of {@link Not }
*
*/
public Not createNot() {
return new Not();
}
/**
* Create an instance of {@link ThereExistAtMost }
*
*/
public ThereExistAtMost createThereExistAtMost() {
return new ThereExistAtMost();
}
/**
* Create an instance of {@link ThereExistExactly }
*
*/
public ThereExistExactly createThereExistExactly() {
return new ThereExistExactly();
}
/**
* Create an instance of {@link ThereExists }
*
*/
public ThereExists createThereExists() {
return new ThereExists();
}
/**
* Create an instance of {@link ForAll }
*
*/
public ForAll createForAll() {
return new ForAll();
}
/**
* Create an instance of {@link Function }
*
*/
public Function createFunction() {
return new Function();
}
/**
* Create an instance of {@link Predicate }
*
*/
public Predicate createPredicate() {
return new Predicate();
}
/**
* Create an instance of {@link Paraphrase }
*
*/
public Paraphrase createParaphrase() {
return new Paraphrase();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "url")
public JAXBElement createUrl(String value) {
return new JAXBElement(_Url_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "time")
public JAXBElement createTime(String value) {
return new JAXBElement(_Time_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "comment")
public JAXBElement createComment(String value) {
return new JAXBElement(_Comment_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "guid")
public JAXBElement createGuid(String value) {
return new JAXBElement(_Guid_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "name")
public JAXBElement createName(String value) {
return new JAXBElement(_Name_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "namespace")
public JAXBElement createNamespace(String value) {
return new JAXBElement(_Namespace_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "string")
public JAXBElement createString(String value) {
return new JAXBElement(_String_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "package")
public JAXBElement createPackage(String value) {
return new JAXBElement(_Package_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "number")
public JAXBElement createNumber(String value) {
return new JAXBElement(_Number_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://www.opencyc.org/xml/cycML/", name = "date")
public JAXBElement createDate(String value) {
return new JAXBElement(_Date_QNAME, String.class, null, value);
}
}