org.w3._1998.math.mathml.Otherwise Maven / Gradle / Ivy
Show all versions of legislation-gov-uk Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.08.07 at 06:17:52 PM CEST
//
package org.w3._1998.math.mathml;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.namespace.QName;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
/**
* Java class for otherwise.type complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="otherwise.type">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <group ref="{http://www.w3.org/1998/Math/MathML}otherwise.content"/>
* <attGroup ref="{http://www.w3.org/1998/Math/MathML}Common.attrib"/>
* <anyAttribute processContents='skip' namespace='##other'/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "otherwise.type", propOrder = {
"mstyle",
"merror",
"maction",
"mspace",
"malignmark",
"maligngroup",
"mtable",
"mmultiscripts",
"munderover",
"mover",
"munder",
"msubsup",
"msup",
"msub",
"menclose",
"mfenced",
"mphantom",
"mpadded",
"mroot",
"msqrt",
"mfrac",
"mrow",
"ms",
"mtext",
"mn",
"mo",
"mi",
"semantics",
"degree",
"bvar",
"piecewise",
"lambda",
"declare",
"condition",
"inverse",
"interval",
"apply",
"momentabout",
"moment",
"mode",
"median",
"variance",
"sdev",
"mean",
"laplacian",
"curl",
"grad",
"divergence",
"outerproduct",
"scalarproduct",
"vectorproduct",
"selector",
"transpose",
"determinant",
"matrix",
"vector",
"tendsto",
"uplimit",
"lowlimit",
"limit",
"partialdiff",
"diff",
"_int",
"arctanh",
"arcsinh",
"arcsech",
"arccsch",
"arccoth",
"arccosh",
"coth",
"csch",
"sech",
"tanh",
"cosh",
"sinh",
"arccot",
"arccsc",
"arcsec",
"arctan",
"arccos",
"arcsin",
"cot",
"csc",
"sec",
"tan",
"cos",
"sin",
"logbase",
"log",
"ln",
"exp",
"factorof",
"approx",
"equivalent",
"gt",
"geq",
"lt",
"leq",
"neq",
"eq",
"cartesianproduct",
"card",
"setdiff",
"notprsubset",
"notsubset",
"prsubset",
"subset",
"notin",
"in",
"intersect",
"union",
"list",
"set",
"notanumber",
"infinity",
"_false",
"_true",
"eulergamma",
"pi",
"imaginaryi",
"exponentiale",
"emptyset",
"complexes",
"reals",
"rationals",
"integers",
"primes",
"naturalnumbers",
"implies",
"forall",
"exists",
"not",
"xor",
"or",
"and",
"ident",
"domainofapplication",
"image",
"codomain",
"domain",
"compose",
"product",
"sum",
"lcm",
"gcd",
"min",
"max",
"root",
"power",
"times",
"plus",
"minus",
"rem",
"divide",
"quotient",
"ceiling",
"floor",
"imaginary",
"real",
"arg",
"factorial",
"conjugate",
"abs",
"csymbol",
"ci",
"cn"
})
@XmlRootElement(name = "otherwise")
public class Otherwise {
protected Mstyle mstyle;
protected Merror merror;
protected Maction maction;
protected Mspace mspace;
protected Malignmark malignmark;
protected Maligngroup maligngroup;
protected Mtable mtable;
protected Mmultiscripts mmultiscripts;
protected Munderover munderover;
protected Mover mover;
protected Munder munder;
protected Msubsup msubsup;
protected Msup msup;
protected Msub msub;
protected Menclose menclose;
protected Mfenced mfenced;
protected Mphantom mphantom;
protected Mpadded mpadded;
protected Mroot mroot;
protected Msqrt msqrt;
protected Mfrac mfrac;
protected Mrow mrow;
protected Ms ms;
protected Mtext mtext;
protected Mn mn;
protected Mo mo;
protected Mi mi;
protected Semantics semantics;
protected Degree degree;
protected Bvar bvar;
protected Piecewise piecewise;
protected Lambda lambda;
protected Declare declare;
protected Condition condition;
protected Inverse inverse;
protected Interval interval;
protected Apply apply;
protected Momentabout momentabout;
protected Moment moment;
protected Mode mode;
protected Median median;
protected Variance variance;
protected Sdev sdev;
protected Mean mean;
protected Laplacian laplacian;
protected Curl curl;
protected Grad grad;
protected Divergence divergence;
protected Outerproduct outerproduct;
protected Scalarproduct scalarproduct;
protected Vectorproduct vectorproduct;
protected Selector selector;
protected Transpose transpose;
protected Determinant determinant;
protected Matrix matrix;
protected Vector vector;
protected Tendsto tendsto;
protected Uplimit uplimit;
protected Lowlimit lowlimit;
protected Limit limit;
protected Partialdiff partialdiff;
protected Diff diff;
@XmlElement(name = "int")
protected Int _int;
protected ElementaryFunctionsType arctanh;
protected ElementaryFunctionsType arcsinh;
protected ElementaryFunctionsType arcsech;
protected ElementaryFunctionsType arccsch;
protected ElementaryFunctionsType arccoth;
protected ElementaryFunctionsType arccosh;
protected ElementaryFunctionsType coth;
protected ElementaryFunctionsType csch;
protected ElementaryFunctionsType sech;
protected ElementaryFunctionsType tanh;
protected ElementaryFunctionsType cosh;
protected ElementaryFunctionsType sinh;
protected ElementaryFunctionsType arccot;
protected ElementaryFunctionsType arccsc;
protected ElementaryFunctionsType arcsec;
protected ElementaryFunctionsType arctan;
protected ElementaryFunctionsType arccos;
protected ElementaryFunctionsType arcsin;
protected ElementaryFunctionsType cot;
protected ElementaryFunctionsType csc;
protected ElementaryFunctionsType sec;
protected ElementaryFunctionsType tan;
protected ElementaryFunctionsType cos;
protected ElementaryFunctionsType sin;
protected Logbase logbase;
protected ElementaryFunctionsType log;
protected ElementaryFunctionsType ln;
protected ElementaryFunctionsType exp;
protected RelationsType factorof;
protected RelationsType approx;
protected RelationsType equivalent;
protected RelationsType gt;
protected RelationsType geq;
protected RelationsType lt;
protected RelationsType leq;
protected RelationsType neq;
protected RelationsType eq;
protected Cartesianproduct cartesianproduct;
protected Card card;
protected Setdiff setdiff;
protected Notprsubset notprsubset;
protected Notsubset notsubset;
protected Prsubset prsubset;
protected Subset subset;
protected Notin notin;
protected In in;
protected Intersect intersect;
protected Union union;
protected org.w3._1998.math.mathml.List list;
protected Set set;
protected ConstantType notanumber;
protected ConstantType infinity;
@XmlElement(name = "false")
protected ConstantType _false;
@XmlElement(name = "true")
protected ConstantType _true;
protected ConstantType eulergamma;
protected ConstantType pi;
protected ConstantType imaginaryi;
protected ConstantType exponentiale;
protected ConstantType emptyset;
protected ConstantType complexes;
protected ConstantType reals;
protected ConstantType rationals;
protected ConstantType integers;
protected ConstantType primes;
protected ConstantType naturalnumbers;
protected LogicType implies;
protected LogicType forall;
protected LogicType exists;
protected LogicType not;
protected LogicType xor;
protected LogicType or;
protected ElementaryFunctionsType and;
protected FunctionsType ident;
protected Domainofapplication domainofapplication;
protected FunctionsType image;
protected FunctionsType codomain;
protected FunctionsType domain;
protected FunctionsType compose;
protected ArithType product;
protected ArithType sum;
protected ArithType lcm;
protected ArithType gcd;
protected ArithType min;
protected ArithType max;
protected ArithType root;
protected ArithType power;
protected ArithType times;
protected ArithType plus;
protected ArithType minus;
protected ArithType rem;
protected ArithType divide;
protected ArithType quotient;
protected ArithType ceiling;
protected ArithType floor;
protected ArithType imaginary;
protected ArithType real;
protected ArithType arg;
protected ArithType factorial;
protected ArithType conjugate;
protected ArithType abs;
protected Csymbol csymbol;
protected Ci ci;
protected Cn cn;
@XmlAttribute(name = "class")
@XmlSchemaType(name = "NMTOKENS")
protected java.util.List clazzs;
@XmlAttribute(name = "style")
protected String style;
@XmlAttribute(name = "xref")
@XmlIDREF
@XmlSchemaType(name = "IDREF")
protected Object xref;
@XmlAttribute(name = "id")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
@XmlSchemaType(name = "ID")
protected String id;
@XmlAttribute(name = "href", namespace = "http://www.w3.org/1999/xlink")
@XmlSchemaType(name = "anyURI")
protected String href;
@XmlAnyAttribute
private Map otherAttributes = new HashMap<>();
/**
* Gets the value of the mstyle property.
*
* @return
* possible object is
* {@link Mstyle }
*
*/
public Mstyle getMstyle() {
return mstyle;
}
/**
* Sets the value of the mstyle property.
*
* @param value
* allowed object is
* {@link Mstyle }
*
*/
public void setMstyle(Mstyle value) {
this.mstyle = value;
}
/**
* Gets the value of the merror property.
*
* @return
* possible object is
* {@link Merror }
*
*/
public Merror getMerror() {
return merror;
}
/**
* Sets the value of the merror property.
*
* @param value
* allowed object is
* {@link Merror }
*
*/
public void setMerror(Merror value) {
this.merror = value;
}
/**
* Gets the value of the maction property.
*
* @return
* possible object is
* {@link Maction }
*
*/
public Maction getMaction() {
return maction;
}
/**
* Sets the value of the maction property.
*
* @param value
* allowed object is
* {@link Maction }
*
*/
public void setMaction(Maction value) {
this.maction = value;
}
/**
* Gets the value of the mspace property.
*
* @return
* possible object is
* {@link Mspace }
*
*/
public Mspace getMspace() {
return mspace;
}
/**
* Sets the value of the mspace property.
*
* @param value
* allowed object is
* {@link Mspace }
*
*/
public void setMspace(Mspace value) {
this.mspace = value;
}
/**
* Gets the value of the malignmark property.
*
* @return
* possible object is
* {@link Malignmark }
*
*/
public Malignmark getMalignmark() {
return malignmark;
}
/**
* Sets the value of the malignmark property.
*
* @param value
* allowed object is
* {@link Malignmark }
*
*/
public void setMalignmark(Malignmark value) {
this.malignmark = value;
}
/**
* Gets the value of the maligngroup property.
*
* @return
* possible object is
* {@link Maligngroup }
*
*/
public Maligngroup getMaligngroup() {
return maligngroup;
}
/**
* Sets the value of the maligngroup property.
*
* @param value
* allowed object is
* {@link Maligngroup }
*
*/
public void setMaligngroup(Maligngroup value) {
this.maligngroup = value;
}
/**
* Gets the value of the mtable property.
*
* @return
* possible object is
* {@link Mtable }
*
*/
public Mtable getMtable() {
return mtable;
}
/**
* Sets the value of the mtable property.
*
* @param value
* allowed object is
* {@link Mtable }
*
*/
public void setMtable(Mtable value) {
this.mtable = value;
}
/**
* Gets the value of the mmultiscripts property.
*
* @return
* possible object is
* {@link Mmultiscripts }
*
*/
public Mmultiscripts getMmultiscripts() {
return mmultiscripts;
}
/**
* Sets the value of the mmultiscripts property.
*
* @param value
* allowed object is
* {@link Mmultiscripts }
*
*/
public void setMmultiscripts(Mmultiscripts value) {
this.mmultiscripts = value;
}
/**
* Gets the value of the munderover property.
*
* @return
* possible object is
* {@link Munderover }
*
*/
public Munderover getMunderover() {
return munderover;
}
/**
* Sets the value of the munderover property.
*
* @param value
* allowed object is
* {@link Munderover }
*
*/
public void setMunderover(Munderover value) {
this.munderover = value;
}
/**
* Gets the value of the mover property.
*
* @return
* possible object is
* {@link Mover }
*
*/
public Mover getMover() {
return mover;
}
/**
* Sets the value of the mover property.
*
* @param value
* allowed object is
* {@link Mover }
*
*/
public void setMover(Mover value) {
this.mover = value;
}
/**
* Gets the value of the munder property.
*
* @return
* possible object is
* {@link Munder }
*
*/
public Munder getMunder() {
return munder;
}
/**
* Sets the value of the munder property.
*
* @param value
* allowed object is
* {@link Munder }
*
*/
public void setMunder(Munder value) {
this.munder = value;
}
/**
* Gets the value of the msubsup property.
*
* @return
* possible object is
* {@link Msubsup }
*
*/
public Msubsup getMsubsup() {
return msubsup;
}
/**
* Sets the value of the msubsup property.
*
* @param value
* allowed object is
* {@link Msubsup }
*
*/
public void setMsubsup(Msubsup value) {
this.msubsup = value;
}
/**
* Gets the value of the msup property.
*
* @return
* possible object is
* {@link Msup }
*
*/
public Msup getMsup() {
return msup;
}
/**
* Sets the value of the msup property.
*
* @param value
* allowed object is
* {@link Msup }
*
*/
public void setMsup(Msup value) {
this.msup = value;
}
/**
* Gets the value of the msub property.
*
* @return
* possible object is
* {@link Msub }
*
*/
public Msub getMsub() {
return msub;
}
/**
* Sets the value of the msub property.
*
* @param value
* allowed object is
* {@link Msub }
*
*/
public void setMsub(Msub value) {
this.msub = value;
}
/**
* Gets the value of the menclose property.
*
* @return
* possible object is
* {@link Menclose }
*
*/
public Menclose getMenclose() {
return menclose;
}
/**
* Sets the value of the menclose property.
*
* @param value
* allowed object is
* {@link Menclose }
*
*/
public void setMenclose(Menclose value) {
this.menclose = value;
}
/**
* Gets the value of the mfenced property.
*
* @return
* possible object is
* {@link Mfenced }
*
*/
public Mfenced getMfenced() {
return mfenced;
}
/**
* Sets the value of the mfenced property.
*
* @param value
* allowed object is
* {@link Mfenced }
*
*/
public void setMfenced(Mfenced value) {
this.mfenced = value;
}
/**
* Gets the value of the mphantom property.
*
* @return
* possible object is
* {@link Mphantom }
*
*/
public Mphantom getMphantom() {
return mphantom;
}
/**
* Sets the value of the mphantom property.
*
* @param value
* allowed object is
* {@link Mphantom }
*
*/
public void setMphantom(Mphantom value) {
this.mphantom = value;
}
/**
* Gets the value of the mpadded property.
*
* @return
* possible object is
* {@link Mpadded }
*
*/
public Mpadded getMpadded() {
return mpadded;
}
/**
* Sets the value of the mpadded property.
*
* @param value
* allowed object is
* {@link Mpadded }
*
*/
public void setMpadded(Mpadded value) {
this.mpadded = value;
}
/**
* Gets the value of the mroot property.
*
* @return
* possible object is
* {@link Mroot }
*
*/
public Mroot getMroot() {
return mroot;
}
/**
* Sets the value of the mroot property.
*
* @param value
* allowed object is
* {@link Mroot }
*
*/
public void setMroot(Mroot value) {
this.mroot = value;
}
/**
* Gets the value of the msqrt property.
*
* @return
* possible object is
* {@link Msqrt }
*
*/
public Msqrt getMsqrt() {
return msqrt;
}
/**
* Sets the value of the msqrt property.
*
* @param value
* allowed object is
* {@link Msqrt }
*
*/
public void setMsqrt(Msqrt value) {
this.msqrt = value;
}
/**
* Gets the value of the mfrac property.
*
* @return
* possible object is
* {@link Mfrac }
*
*/
public Mfrac getMfrac() {
return mfrac;
}
/**
* Sets the value of the mfrac property.
*
* @param value
* allowed object is
* {@link Mfrac }
*
*/
public void setMfrac(Mfrac value) {
this.mfrac = value;
}
/**
* Gets the value of the mrow property.
*
* @return
* possible object is
* {@link Mrow }
*
*/
public Mrow getMrow() {
return mrow;
}
/**
* Sets the value of the mrow property.
*
* @param value
* allowed object is
* {@link Mrow }
*
*/
public void setMrow(Mrow value) {
this.mrow = value;
}
/**
* Gets the value of the ms property.
*
* @return
* possible object is
* {@link Ms }
*
*/
public Ms getMs() {
return ms;
}
/**
* Sets the value of the ms property.
*
* @param value
* allowed object is
* {@link Ms }
*
*/
public void setMs(Ms value) {
this.ms = value;
}
/**
* Gets the value of the mtext property.
*
* @return
* possible object is
* {@link Mtext }
*
*/
public Mtext getMtext() {
return mtext;
}
/**
* Sets the value of the mtext property.
*
* @param value
* allowed object is
* {@link Mtext }
*
*/
public void setMtext(Mtext value) {
this.mtext = value;
}
/**
* Gets the value of the mn property.
*
* @return
* possible object is
* {@link Mn }
*
*/
public Mn getMn() {
return mn;
}
/**
* Sets the value of the mn property.
*
* @param value
* allowed object is
* {@link Mn }
*
*/
public void setMn(Mn value) {
this.mn = value;
}
/**
* Gets the value of the mo property.
*
* @return
* possible object is
* {@link Mo }
*
*/
public Mo getMo() {
return mo;
}
/**
* Sets the value of the mo property.
*
* @param value
* allowed object is
* {@link Mo }
*
*/
public void setMo(Mo value) {
this.mo = value;
}
/**
* Gets the value of the mi property.
*
* @return
* possible object is
* {@link Mi }
*
*/
public Mi getMi() {
return mi;
}
/**
* Sets the value of the mi property.
*
* @param value
* allowed object is
* {@link Mi }
*
*/
public void setMi(Mi value) {
this.mi = value;
}
/**
* Gets the value of the semantics property.
*
* @return
* possible object is
* {@link Semantics }
*
*/
public Semantics getSemantics() {
return semantics;
}
/**
* Sets the value of the semantics property.
*
* @param value
* allowed object is
* {@link Semantics }
*
*/
public void setSemantics(Semantics value) {
this.semantics = value;
}
/**
* Gets the value of the degree property.
*
* @return
* possible object is
* {@link Degree }
*
*/
public Degree getDegree() {
return degree;
}
/**
* Sets the value of the degree property.
*
* @param value
* allowed object is
* {@link Degree }
*
*/
public void setDegree(Degree value) {
this.degree = value;
}
/**
* Gets the value of the bvar property.
*
* @return
* possible object is
* {@link Bvar }
*
*/
public Bvar getBvar() {
return bvar;
}
/**
* Sets the value of the bvar property.
*
* @param value
* allowed object is
* {@link Bvar }
*
*/
public void setBvar(Bvar value) {
this.bvar = value;
}
/**
* Gets the value of the piecewise property.
*
* @return
* possible object is
* {@link Piecewise }
*
*/
public Piecewise getPiecewise() {
return piecewise;
}
/**
* Sets the value of the piecewise property.
*
* @param value
* allowed object is
* {@link Piecewise }
*
*/
public void setPiecewise(Piecewise value) {
this.piecewise = value;
}
/**
* Gets the value of the lambda property.
*
* @return
* possible object is
* {@link Lambda }
*
*/
public Lambda getLambda() {
return lambda;
}
/**
* Sets the value of the lambda property.
*
* @param value
* allowed object is
* {@link Lambda }
*
*/
public void setLambda(Lambda value) {
this.lambda = value;
}
/**
* Gets the value of the declare property.
*
* @return
* possible object is
* {@link Declare }
*
*/
public Declare getDeclare() {
return declare;
}
/**
* Sets the value of the declare property.
*
* @param value
* allowed object is
* {@link Declare }
*
*/
public void setDeclare(Declare value) {
this.declare = value;
}
/**
* Gets the value of the condition property.
*
* @return
* possible object is
* {@link Condition }
*
*/
public Condition getCondition() {
return condition;
}
/**
* Sets the value of the condition property.
*
* @param value
* allowed object is
* {@link Condition }
*
*/
public void setCondition(Condition value) {
this.condition = value;
}
/**
* Gets the value of the inverse property.
*
* @return
* possible object is
* {@link Inverse }
*
*/
public Inverse getInverse() {
return inverse;
}
/**
* Sets the value of the inverse property.
*
* @param value
* allowed object is
* {@link Inverse }
*
*/
public void setInverse(Inverse value) {
this.inverse = value;
}
/**
* Gets the value of the interval property.
*
* @return
* possible object is
* {@link Interval }
*
*/
public Interval getInterval() {
return interval;
}
/**
* Sets the value of the interval property.
*
* @param value
* allowed object is
* {@link Interval }
*
*/
public void setInterval(Interval value) {
this.interval = value;
}
/**
* Gets the value of the apply property.
*
* @return
* possible object is
* {@link Apply }
*
*/
public Apply getApply() {
return apply;
}
/**
* Sets the value of the apply property.
*
* @param value
* allowed object is
* {@link Apply }
*
*/
public void setApply(Apply value) {
this.apply = value;
}
/**
* Gets the value of the momentabout property.
*
* @return
* possible object is
* {@link Momentabout }
*
*/
public Momentabout getMomentabout() {
return momentabout;
}
/**
* Sets the value of the momentabout property.
*
* @param value
* allowed object is
* {@link Momentabout }
*
*/
public void setMomentabout(Momentabout value) {
this.momentabout = value;
}
/**
* Gets the value of the moment property.
*
* @return
* possible object is
* {@link Moment }
*
*/
public Moment getMoment() {
return moment;
}
/**
* Sets the value of the moment property.
*
* @param value
* allowed object is
* {@link Moment }
*
*/
public void setMoment(Moment value) {
this.moment = value;
}
/**
* Gets the value of the mode property.
*
* @return
* possible object is
* {@link Mode }
*
*/
public Mode getMode() {
return mode;
}
/**
* Sets the value of the mode property.
*
* @param value
* allowed object is
* {@link Mode }
*
*/
public void setMode(Mode value) {
this.mode = value;
}
/**
* Gets the value of the median property.
*
* @return
* possible object is
* {@link Median }
*
*/
public Median getMedian() {
return median;
}
/**
* Sets the value of the median property.
*
* @param value
* allowed object is
* {@link Median }
*
*/
public void setMedian(Median value) {
this.median = value;
}
/**
* Gets the value of the variance property.
*
* @return
* possible object is
* {@link Variance }
*
*/
public Variance getVariance() {
return variance;
}
/**
* Sets the value of the variance property.
*
* @param value
* allowed object is
* {@link Variance }
*
*/
public void setVariance(Variance value) {
this.variance = value;
}
/**
* Gets the value of the sdev property.
*
* @return
* possible object is
* {@link Sdev }
*
*/
public Sdev getSdev() {
return sdev;
}
/**
* Sets the value of the sdev property.
*
* @param value
* allowed object is
* {@link Sdev }
*
*/
public void setSdev(Sdev value) {
this.sdev = value;
}
/**
* Gets the value of the mean property.
*
* @return
* possible object is
* {@link Mean }
*
*/
public Mean getMean() {
return mean;
}
/**
* Sets the value of the mean property.
*
* @param value
* allowed object is
* {@link Mean }
*
*/
public void setMean(Mean value) {
this.mean = value;
}
/**
* Gets the value of the laplacian property.
*
* @return
* possible object is
* {@link Laplacian }
*
*/
public Laplacian getLaplacian() {
return laplacian;
}
/**
* Sets the value of the laplacian property.
*
* @param value
* allowed object is
* {@link Laplacian }
*
*/
public void setLaplacian(Laplacian value) {
this.laplacian = value;
}
/**
* Gets the value of the curl property.
*
* @return
* possible object is
* {@link Curl }
*
*/
public Curl getCurl() {
return curl;
}
/**
* Sets the value of the curl property.
*
* @param value
* allowed object is
* {@link Curl }
*
*/
public void setCurl(Curl value) {
this.curl = value;
}
/**
* Gets the value of the grad property.
*
* @return
* possible object is
* {@link Grad }
*
*/
public Grad getGrad() {
return grad;
}
/**
* Sets the value of the grad property.
*
* @param value
* allowed object is
* {@link Grad }
*
*/
public void setGrad(Grad value) {
this.grad = value;
}
/**
* Gets the value of the divergence property.
*
* @return
* possible object is
* {@link Divergence }
*
*/
public Divergence getDivergence() {
return divergence;
}
/**
* Sets the value of the divergence property.
*
* @param value
* allowed object is
* {@link Divergence }
*
*/
public void setDivergence(Divergence value) {
this.divergence = value;
}
/**
* Gets the value of the outerproduct property.
*
* @return
* possible object is
* {@link Outerproduct }
*
*/
public Outerproduct getOuterproduct() {
return outerproduct;
}
/**
* Sets the value of the outerproduct property.
*
* @param value
* allowed object is
* {@link Outerproduct }
*
*/
public void setOuterproduct(Outerproduct value) {
this.outerproduct = value;
}
/**
* Gets the value of the scalarproduct property.
*
* @return
* possible object is
* {@link Scalarproduct }
*
*/
public Scalarproduct getScalarproduct() {
return scalarproduct;
}
/**
* Sets the value of the scalarproduct property.
*
* @param value
* allowed object is
* {@link Scalarproduct }
*
*/
public void setScalarproduct(Scalarproduct value) {
this.scalarproduct = value;
}
/**
* Gets the value of the vectorproduct property.
*
* @return
* possible object is
* {@link Vectorproduct }
*
*/
public Vectorproduct getVectorproduct() {
return vectorproduct;
}
/**
* Sets the value of the vectorproduct property.
*
* @param value
* allowed object is
* {@link Vectorproduct }
*
*/
public void setVectorproduct(Vectorproduct value) {
this.vectorproduct = value;
}
/**
* Gets the value of the selector property.
*
* @return
* possible object is
* {@link Selector }
*
*/
public Selector getSelector() {
return selector;
}
/**
* Sets the value of the selector property.
*
* @param value
* allowed object is
* {@link Selector }
*
*/
public void setSelector(Selector value) {
this.selector = value;
}
/**
* Gets the value of the transpose property.
*
* @return
* possible object is
* {@link Transpose }
*
*/
public Transpose getTranspose() {
return transpose;
}
/**
* Sets the value of the transpose property.
*
* @param value
* allowed object is
* {@link Transpose }
*
*/
public void setTranspose(Transpose value) {
this.transpose = value;
}
/**
* Gets the value of the determinant property.
*
* @return
* possible object is
* {@link Determinant }
*
*/
public Determinant getDeterminant() {
return determinant;
}
/**
* Sets the value of the determinant property.
*
* @param value
* allowed object is
* {@link Determinant }
*
*/
public void setDeterminant(Determinant value) {
this.determinant = value;
}
/**
* Gets the value of the matrix property.
*
* @return
* possible object is
* {@link Matrix }
*
*/
public Matrix getMatrix() {
return matrix;
}
/**
* Sets the value of the matrix property.
*
* @param value
* allowed object is
* {@link Matrix }
*
*/
public void setMatrix(Matrix value) {
this.matrix = value;
}
/**
* Gets the value of the vector property.
*
* @return
* possible object is
* {@link Vector }
*
*/
public Vector getVector() {
return vector;
}
/**
* Sets the value of the vector property.
*
* @param value
* allowed object is
* {@link Vector }
*
*/
public void setVector(Vector value) {
this.vector = value;
}
/**
* Gets the value of the tendsto property.
*
* @return
* possible object is
* {@link Tendsto }
*
*/
public Tendsto getTendsto() {
return tendsto;
}
/**
* Sets the value of the tendsto property.
*
* @param value
* allowed object is
* {@link Tendsto }
*
*/
public void setTendsto(Tendsto value) {
this.tendsto = value;
}
/**
* Gets the value of the uplimit property.
*
* @return
* possible object is
* {@link Uplimit }
*
*/
public Uplimit getUplimit() {
return uplimit;
}
/**
* Sets the value of the uplimit property.
*
* @param value
* allowed object is
* {@link Uplimit }
*
*/
public void setUplimit(Uplimit value) {
this.uplimit = value;
}
/**
* Gets the value of the lowlimit property.
*
* @return
* possible object is
* {@link Lowlimit }
*
*/
public Lowlimit getLowlimit() {
return lowlimit;
}
/**
* Sets the value of the lowlimit property.
*
* @param value
* allowed object is
* {@link Lowlimit }
*
*/
public void setLowlimit(Lowlimit value) {
this.lowlimit = value;
}
/**
* Gets the value of the limit property.
*
* @return
* possible object is
* {@link Limit }
*
*/
public Limit getLimit() {
return limit;
}
/**
* Sets the value of the limit property.
*
* @param value
* allowed object is
* {@link Limit }
*
*/
public void setLimit(Limit value) {
this.limit = value;
}
/**
* Gets the value of the partialdiff property.
*
* @return
* possible object is
* {@link Partialdiff }
*
*/
public Partialdiff getPartialdiff() {
return partialdiff;
}
/**
* Sets the value of the partialdiff property.
*
* @param value
* allowed object is
* {@link Partialdiff }
*
*/
public void setPartialdiff(Partialdiff value) {
this.partialdiff = value;
}
/**
* Gets the value of the diff property.
*
* @return
* possible object is
* {@link Diff }
*
*/
public Diff getDiff() {
return diff;
}
/**
* Sets the value of the diff property.
*
* @param value
* allowed object is
* {@link Diff }
*
*/
public void setDiff(Diff value) {
this.diff = value;
}
/**
* Gets the value of the int property.
*
* @return
* possible object is
* {@link Int }
*
*/
public Int getInt() {
return _int;
}
/**
* Sets the value of the int property.
*
* @param value
* allowed object is
* {@link Int }
*
*/
public void setInt(Int value) {
this._int = value;
}
/**
* Gets the value of the arctanh property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArctanh() {
return arctanh;
}
/**
* Sets the value of the arctanh property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArctanh(ElementaryFunctionsType value) {
this.arctanh = value;
}
/**
* Gets the value of the arcsinh property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArcsinh() {
return arcsinh;
}
/**
* Sets the value of the arcsinh property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArcsinh(ElementaryFunctionsType value) {
this.arcsinh = value;
}
/**
* Gets the value of the arcsech property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArcsech() {
return arcsech;
}
/**
* Sets the value of the arcsech property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArcsech(ElementaryFunctionsType value) {
this.arcsech = value;
}
/**
* Gets the value of the arccsch property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArccsch() {
return arccsch;
}
/**
* Sets the value of the arccsch property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArccsch(ElementaryFunctionsType value) {
this.arccsch = value;
}
/**
* Gets the value of the arccoth property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArccoth() {
return arccoth;
}
/**
* Sets the value of the arccoth property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArccoth(ElementaryFunctionsType value) {
this.arccoth = value;
}
/**
* Gets the value of the arccosh property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArccosh() {
return arccosh;
}
/**
* Sets the value of the arccosh property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArccosh(ElementaryFunctionsType value) {
this.arccosh = value;
}
/**
* Gets the value of the coth property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getCoth() {
return coth;
}
/**
* Sets the value of the coth property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setCoth(ElementaryFunctionsType value) {
this.coth = value;
}
/**
* Gets the value of the csch property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getCsch() {
return csch;
}
/**
* Sets the value of the csch property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setCsch(ElementaryFunctionsType value) {
this.csch = value;
}
/**
* Gets the value of the sech property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getSech() {
return sech;
}
/**
* Sets the value of the sech property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setSech(ElementaryFunctionsType value) {
this.sech = value;
}
/**
* Gets the value of the tanh property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getTanh() {
return tanh;
}
/**
* Sets the value of the tanh property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setTanh(ElementaryFunctionsType value) {
this.tanh = value;
}
/**
* Gets the value of the cosh property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getCosh() {
return cosh;
}
/**
* Sets the value of the cosh property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setCosh(ElementaryFunctionsType value) {
this.cosh = value;
}
/**
* Gets the value of the sinh property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getSinh() {
return sinh;
}
/**
* Sets the value of the sinh property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setSinh(ElementaryFunctionsType value) {
this.sinh = value;
}
/**
* Gets the value of the arccot property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArccot() {
return arccot;
}
/**
* Sets the value of the arccot property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArccot(ElementaryFunctionsType value) {
this.arccot = value;
}
/**
* Gets the value of the arccsc property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArccsc() {
return arccsc;
}
/**
* Sets the value of the arccsc property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArccsc(ElementaryFunctionsType value) {
this.arccsc = value;
}
/**
* Gets the value of the arcsec property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArcsec() {
return arcsec;
}
/**
* Sets the value of the arcsec property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArcsec(ElementaryFunctionsType value) {
this.arcsec = value;
}
/**
* Gets the value of the arctan property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArctan() {
return arctan;
}
/**
* Sets the value of the arctan property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArctan(ElementaryFunctionsType value) {
this.arctan = value;
}
/**
* Gets the value of the arccos property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArccos() {
return arccos;
}
/**
* Sets the value of the arccos property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArccos(ElementaryFunctionsType value) {
this.arccos = value;
}
/**
* Gets the value of the arcsin property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getArcsin() {
return arcsin;
}
/**
* Sets the value of the arcsin property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setArcsin(ElementaryFunctionsType value) {
this.arcsin = value;
}
/**
* Gets the value of the cot property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getCot() {
return cot;
}
/**
* Sets the value of the cot property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setCot(ElementaryFunctionsType value) {
this.cot = value;
}
/**
* Gets the value of the csc property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getCsc() {
return csc;
}
/**
* Sets the value of the csc property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setCsc(ElementaryFunctionsType value) {
this.csc = value;
}
/**
* Gets the value of the sec property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getSec() {
return sec;
}
/**
* Sets the value of the sec property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setSec(ElementaryFunctionsType value) {
this.sec = value;
}
/**
* Gets the value of the tan property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getTan() {
return tan;
}
/**
* Sets the value of the tan property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setTan(ElementaryFunctionsType value) {
this.tan = value;
}
/**
* Gets the value of the cos property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getCos() {
return cos;
}
/**
* Sets the value of the cos property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setCos(ElementaryFunctionsType value) {
this.cos = value;
}
/**
* Gets the value of the sin property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getSin() {
return sin;
}
/**
* Sets the value of the sin property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setSin(ElementaryFunctionsType value) {
this.sin = value;
}
/**
* Gets the value of the logbase property.
*
* @return
* possible object is
* {@link Logbase }
*
*/
public Logbase getLogbase() {
return logbase;
}
/**
* Sets the value of the logbase property.
*
* @param value
* allowed object is
* {@link Logbase }
*
*/
public void setLogbase(Logbase value) {
this.logbase = value;
}
/**
* Gets the value of the log property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getLog() {
return log;
}
/**
* Sets the value of the log property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setLog(ElementaryFunctionsType value) {
this.log = value;
}
/**
* Gets the value of the ln property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getLn() {
return ln;
}
/**
* Sets the value of the ln property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setLn(ElementaryFunctionsType value) {
this.ln = value;
}
/**
* Gets the value of the exp property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getExp() {
return exp;
}
/**
* Sets the value of the exp property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setExp(ElementaryFunctionsType value) {
this.exp = value;
}
/**
* Gets the value of the factorof property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getFactorof() {
return factorof;
}
/**
* Sets the value of the factorof property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setFactorof(RelationsType value) {
this.factorof = value;
}
/**
* Gets the value of the approx property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getApprox() {
return approx;
}
/**
* Sets the value of the approx property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setApprox(RelationsType value) {
this.approx = value;
}
/**
* Gets the value of the equivalent property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getEquivalent() {
return equivalent;
}
/**
* Sets the value of the equivalent property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setEquivalent(RelationsType value) {
this.equivalent = value;
}
/**
* Gets the value of the gt property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getGt() {
return gt;
}
/**
* Sets the value of the gt property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setGt(RelationsType value) {
this.gt = value;
}
/**
* Gets the value of the geq property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getGeq() {
return geq;
}
/**
* Sets the value of the geq property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setGeq(RelationsType value) {
this.geq = value;
}
/**
* Gets the value of the lt property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getLt() {
return lt;
}
/**
* Sets the value of the lt property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setLt(RelationsType value) {
this.lt = value;
}
/**
* Gets the value of the leq property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getLeq() {
return leq;
}
/**
* Sets the value of the leq property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setLeq(RelationsType value) {
this.leq = value;
}
/**
* Gets the value of the neq property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getNeq() {
return neq;
}
/**
* Sets the value of the neq property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setNeq(RelationsType value) {
this.neq = value;
}
/**
* Gets the value of the eq property.
*
* @return
* possible object is
* {@link RelationsType }
*
*/
public RelationsType getEq() {
return eq;
}
/**
* Sets the value of the eq property.
*
* @param value
* allowed object is
* {@link RelationsType }
*
*/
public void setEq(RelationsType value) {
this.eq = value;
}
/**
* Gets the value of the cartesianproduct property.
*
* @return
* possible object is
* {@link Cartesianproduct }
*
*/
public Cartesianproduct getCartesianproduct() {
return cartesianproduct;
}
/**
* Sets the value of the cartesianproduct property.
*
* @param value
* allowed object is
* {@link Cartesianproduct }
*
*/
public void setCartesianproduct(Cartesianproduct value) {
this.cartesianproduct = value;
}
/**
* Gets the value of the card property.
*
* @return
* possible object is
* {@link Card }
*
*/
public Card getCard() {
return card;
}
/**
* Sets the value of the card property.
*
* @param value
* allowed object is
* {@link Card }
*
*/
public void setCard(Card value) {
this.card = value;
}
/**
* Gets the value of the setdiff property.
*
* @return
* possible object is
* {@link Setdiff }
*
*/
public Setdiff getSetdiff() {
return setdiff;
}
/**
* Sets the value of the setdiff property.
*
* @param value
* allowed object is
* {@link Setdiff }
*
*/
public void setSetdiff(Setdiff value) {
this.setdiff = value;
}
/**
* Gets the value of the notprsubset property.
*
* @return
* possible object is
* {@link Notprsubset }
*
*/
public Notprsubset getNotprsubset() {
return notprsubset;
}
/**
* Sets the value of the notprsubset property.
*
* @param value
* allowed object is
* {@link Notprsubset }
*
*/
public void setNotprsubset(Notprsubset value) {
this.notprsubset = value;
}
/**
* Gets the value of the notsubset property.
*
* @return
* possible object is
* {@link Notsubset }
*
*/
public Notsubset getNotsubset() {
return notsubset;
}
/**
* Sets the value of the notsubset property.
*
* @param value
* allowed object is
* {@link Notsubset }
*
*/
public void setNotsubset(Notsubset value) {
this.notsubset = value;
}
/**
* Gets the value of the prsubset property.
*
* @return
* possible object is
* {@link Prsubset }
*
*/
public Prsubset getPrsubset() {
return prsubset;
}
/**
* Sets the value of the prsubset property.
*
* @param value
* allowed object is
* {@link Prsubset }
*
*/
public void setPrsubset(Prsubset value) {
this.prsubset = value;
}
/**
* Gets the value of the subset property.
*
* @return
* possible object is
* {@link Subset }
*
*/
public Subset getSubset() {
return subset;
}
/**
* Sets the value of the subset property.
*
* @param value
* allowed object is
* {@link Subset }
*
*/
public void setSubset(Subset value) {
this.subset = value;
}
/**
* Gets the value of the notin property.
*
* @return
* possible object is
* {@link Notin }
*
*/
public Notin getNotin() {
return notin;
}
/**
* Sets the value of the notin property.
*
* @param value
* allowed object is
* {@link Notin }
*
*/
public void setNotin(Notin value) {
this.notin = value;
}
/**
* Gets the value of the in property.
*
* @return
* possible object is
* {@link In }
*
*/
public In getIn() {
return in;
}
/**
* Sets the value of the in property.
*
* @param value
* allowed object is
* {@link In }
*
*/
public void setIn(In value) {
this.in = value;
}
/**
* Gets the value of the intersect property.
*
* @return
* possible object is
* {@link Intersect }
*
*/
public Intersect getIntersect() {
return intersect;
}
/**
* Sets the value of the intersect property.
*
* @param value
* allowed object is
* {@link Intersect }
*
*/
public void setIntersect(Intersect value) {
this.intersect = value;
}
/**
* Gets the value of the union property.
*
* @return
* possible object is
* {@link Union }
*
*/
public Union getUnion() {
return union;
}
/**
* Sets the value of the union property.
*
* @param value
* allowed object is
* {@link Union }
*
*/
public void setUnion(Union value) {
this.union = value;
}
/**
* Gets the value of the list property.
*
* @return
* possible object is
* {@link org.w3._1998.math.mathml.List }
*
*/
public org.w3._1998.math.mathml.List getList() {
return list;
}
/**
* Sets the value of the list property.
*
* @param value
* allowed object is
* {@link org.w3._1998.math.mathml.List }
*
*/
public void setList(org.w3._1998.math.mathml.List value) {
this.list = value;
}
/**
* Gets the value of the set property.
*
* @return
* possible object is
* {@link Set }
*
*/
public Set getSet() {
return set;
}
/**
* Sets the value of the set property.
*
* @param value
* allowed object is
* {@link Set }
*
*/
public void setSet(Set value) {
this.set = value;
}
/**
* Gets the value of the notanumber property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getNotanumber() {
return notanumber;
}
/**
* Sets the value of the notanumber property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setNotanumber(ConstantType value) {
this.notanumber = value;
}
/**
* Gets the value of the infinity property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getInfinity() {
return infinity;
}
/**
* Sets the value of the infinity property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setInfinity(ConstantType value) {
this.infinity = value;
}
/**
* Gets the value of the false property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getFalse() {
return _false;
}
/**
* Sets the value of the false property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setFalse(ConstantType value) {
this._false = value;
}
/**
* Gets the value of the true property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getTrue() {
return _true;
}
/**
* Sets the value of the true property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setTrue(ConstantType value) {
this._true = value;
}
/**
* Gets the value of the eulergamma property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getEulergamma() {
return eulergamma;
}
/**
* Sets the value of the eulergamma property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setEulergamma(ConstantType value) {
this.eulergamma = value;
}
/**
* Gets the value of the pi property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getPi() {
return pi;
}
/**
* Sets the value of the pi property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setPi(ConstantType value) {
this.pi = value;
}
/**
* Gets the value of the imaginaryi property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getImaginaryi() {
return imaginaryi;
}
/**
* Sets the value of the imaginaryi property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setImaginaryi(ConstantType value) {
this.imaginaryi = value;
}
/**
* Gets the value of the exponentiale property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getExponentiale() {
return exponentiale;
}
/**
* Sets the value of the exponentiale property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setExponentiale(ConstantType value) {
this.exponentiale = value;
}
/**
* Gets the value of the emptyset property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getEmptyset() {
return emptyset;
}
/**
* Sets the value of the emptyset property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setEmptyset(ConstantType value) {
this.emptyset = value;
}
/**
* Gets the value of the complexes property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getComplexes() {
return complexes;
}
/**
* Sets the value of the complexes property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setComplexes(ConstantType value) {
this.complexes = value;
}
/**
* Gets the value of the reals property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getReals() {
return reals;
}
/**
* Sets the value of the reals property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setReals(ConstantType value) {
this.reals = value;
}
/**
* Gets the value of the rationals property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getRationals() {
return rationals;
}
/**
* Sets the value of the rationals property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setRationals(ConstantType value) {
this.rationals = value;
}
/**
* Gets the value of the integers property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getIntegers() {
return integers;
}
/**
* Sets the value of the integers property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setIntegers(ConstantType value) {
this.integers = value;
}
/**
* Gets the value of the primes property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getPrimes() {
return primes;
}
/**
* Sets the value of the primes property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setPrimes(ConstantType value) {
this.primes = value;
}
/**
* Gets the value of the naturalnumbers property.
*
* @return
* possible object is
* {@link ConstantType }
*
*/
public ConstantType getNaturalnumbers() {
return naturalnumbers;
}
/**
* Sets the value of the naturalnumbers property.
*
* @param value
* allowed object is
* {@link ConstantType }
*
*/
public void setNaturalnumbers(ConstantType value) {
this.naturalnumbers = value;
}
/**
* Gets the value of the implies property.
*
* @return
* possible object is
* {@link LogicType }
*
*/
public LogicType getImplies() {
return implies;
}
/**
* Sets the value of the implies property.
*
* @param value
* allowed object is
* {@link LogicType }
*
*/
public void setImplies(LogicType value) {
this.implies = value;
}
/**
* Gets the value of the forall property.
*
* @return
* possible object is
* {@link LogicType }
*
*/
public LogicType getForall() {
return forall;
}
/**
* Sets the value of the forall property.
*
* @param value
* allowed object is
* {@link LogicType }
*
*/
public void setForall(LogicType value) {
this.forall = value;
}
/**
* Gets the value of the exists property.
*
* @return
* possible object is
* {@link LogicType }
*
*/
public LogicType getExists() {
return exists;
}
/**
* Sets the value of the exists property.
*
* @param value
* allowed object is
* {@link LogicType }
*
*/
public void setExists(LogicType value) {
this.exists = value;
}
/**
* Gets the value of the not property.
*
* @return
* possible object is
* {@link LogicType }
*
*/
public LogicType getNot() {
return not;
}
/**
* Sets the value of the not property.
*
* @param value
* allowed object is
* {@link LogicType }
*
*/
public void setNot(LogicType value) {
this.not = value;
}
/**
* Gets the value of the xor property.
*
* @return
* possible object is
* {@link LogicType }
*
*/
public LogicType getXor() {
return xor;
}
/**
* Sets the value of the xor property.
*
* @param value
* allowed object is
* {@link LogicType }
*
*/
public void setXor(LogicType value) {
this.xor = value;
}
/**
* Gets the value of the or property.
*
* @return
* possible object is
* {@link LogicType }
*
*/
public LogicType getOr() {
return or;
}
/**
* Sets the value of the or property.
*
* @param value
* allowed object is
* {@link LogicType }
*
*/
public void setOr(LogicType value) {
this.or = value;
}
/**
* Gets the value of the and property.
*
* @return
* possible object is
* {@link ElementaryFunctionsType }
*
*/
public ElementaryFunctionsType getAnd() {
return and;
}
/**
* Sets the value of the and property.
*
* @param value
* allowed object is
* {@link ElementaryFunctionsType }
*
*/
public void setAnd(ElementaryFunctionsType value) {
this.and = value;
}
/**
* Gets the value of the ident property.
*
* @return
* possible object is
* {@link FunctionsType }
*
*/
public FunctionsType getIdent() {
return ident;
}
/**
* Sets the value of the ident property.
*
* @param value
* allowed object is
* {@link FunctionsType }
*
*/
public void setIdent(FunctionsType value) {
this.ident = value;
}
/**
* Gets the value of the domainofapplication property.
*
* @return
* possible object is
* {@link Domainofapplication }
*
*/
public Domainofapplication getDomainofapplication() {
return domainofapplication;
}
/**
* Sets the value of the domainofapplication property.
*
* @param value
* allowed object is
* {@link Domainofapplication }
*
*/
public void setDomainofapplication(Domainofapplication value) {
this.domainofapplication = value;
}
/**
* Gets the value of the image property.
*
* @return
* possible object is
* {@link FunctionsType }
*
*/
public FunctionsType getImage() {
return image;
}
/**
* Sets the value of the image property.
*
* @param value
* allowed object is
* {@link FunctionsType }
*
*/
public void setImage(FunctionsType value) {
this.image = value;
}
/**
* Gets the value of the codomain property.
*
* @return
* possible object is
* {@link FunctionsType }
*
*/
public FunctionsType getCodomain() {
return codomain;
}
/**
* Sets the value of the codomain property.
*
* @param value
* allowed object is
* {@link FunctionsType }
*
*/
public void setCodomain(FunctionsType value) {
this.codomain = value;
}
/**
* Gets the value of the domain property.
*
* @return
* possible object is
* {@link FunctionsType }
*
*/
public FunctionsType getDomain() {
return domain;
}
/**
* Sets the value of the domain property.
*
* @param value
* allowed object is
* {@link FunctionsType }
*
*/
public void setDomain(FunctionsType value) {
this.domain = value;
}
/**
* Gets the value of the compose property.
*
* @return
* possible object is
* {@link FunctionsType }
*
*/
public FunctionsType getCompose() {
return compose;
}
/**
* Sets the value of the compose property.
*
* @param value
* allowed object is
* {@link FunctionsType }
*
*/
public void setCompose(FunctionsType value) {
this.compose = value;
}
/**
* Gets the value of the product property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getProduct() {
return product;
}
/**
* Sets the value of the product property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setProduct(ArithType value) {
this.product = value;
}
/**
* Gets the value of the sum property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getSum() {
return sum;
}
/**
* Sets the value of the sum property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setSum(ArithType value) {
this.sum = value;
}
/**
* Gets the value of the lcm property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getLcm() {
return lcm;
}
/**
* Sets the value of the lcm property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setLcm(ArithType value) {
this.lcm = value;
}
/**
* Gets the value of the gcd property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getGcd() {
return gcd;
}
/**
* Sets the value of the gcd property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setGcd(ArithType value) {
this.gcd = value;
}
/**
* Gets the value of the min property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getMin() {
return min;
}
/**
* Sets the value of the min property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setMin(ArithType value) {
this.min = value;
}
/**
* Gets the value of the max property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getMax() {
return max;
}
/**
* Sets the value of the max property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setMax(ArithType value) {
this.max = value;
}
/**
* Gets the value of the root property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getRoot() {
return root;
}
/**
* Sets the value of the root property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setRoot(ArithType value) {
this.root = value;
}
/**
* Gets the value of the power property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getPower() {
return power;
}
/**
* Sets the value of the power property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setPower(ArithType value) {
this.power = value;
}
/**
* Gets the value of the times property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getTimes() {
return times;
}
/**
* Sets the value of the times property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setTimes(ArithType value) {
this.times = value;
}
/**
* Gets the value of the plus property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getPlus() {
return plus;
}
/**
* Sets the value of the plus property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setPlus(ArithType value) {
this.plus = value;
}
/**
* Gets the value of the minus property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getMinus() {
return minus;
}
/**
* Sets the value of the minus property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setMinus(ArithType value) {
this.minus = value;
}
/**
* Gets the value of the rem property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getRem() {
return rem;
}
/**
* Sets the value of the rem property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setRem(ArithType value) {
this.rem = value;
}
/**
* Gets the value of the divide property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getDivide() {
return divide;
}
/**
* Sets the value of the divide property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setDivide(ArithType value) {
this.divide = value;
}
/**
* Gets the value of the quotient property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getQuotient() {
return quotient;
}
/**
* Sets the value of the quotient property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setQuotient(ArithType value) {
this.quotient = value;
}
/**
* Gets the value of the ceiling property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getCeiling() {
return ceiling;
}
/**
* Sets the value of the ceiling property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setCeiling(ArithType value) {
this.ceiling = value;
}
/**
* Gets the value of the floor property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getFloor() {
return floor;
}
/**
* Sets the value of the floor property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setFloor(ArithType value) {
this.floor = value;
}
/**
* Gets the value of the imaginary property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getImaginary() {
return imaginary;
}
/**
* Sets the value of the imaginary property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setImaginary(ArithType value) {
this.imaginary = value;
}
/**
* Gets the value of the real property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getReal() {
return real;
}
/**
* Sets the value of the real property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setReal(ArithType value) {
this.real = value;
}
/**
* Gets the value of the arg property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getArg() {
return arg;
}
/**
* Sets the value of the arg property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setArg(ArithType value) {
this.arg = value;
}
/**
* Gets the value of the factorial property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getFactorial() {
return factorial;
}
/**
* Sets the value of the factorial property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setFactorial(ArithType value) {
this.factorial = value;
}
/**
* Gets the value of the conjugate property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getConjugate() {
return conjugate;
}
/**
* Sets the value of the conjugate property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setConjugate(ArithType value) {
this.conjugate = value;
}
/**
* Gets the value of the abs property.
*
* @return
* possible object is
* {@link ArithType }
*
*/
public ArithType getAbs() {
return abs;
}
/**
* Sets the value of the abs property.
*
* @param value
* allowed object is
* {@link ArithType }
*
*/
public void setAbs(ArithType value) {
this.abs = value;
}
/**
* Gets the value of the csymbol property.
*
* @return
* possible object is
* {@link Csymbol }
*
*/
public Csymbol getCsymbol() {
return csymbol;
}
/**
* Sets the value of the csymbol property.
*
* @param value
* allowed object is
* {@link Csymbol }
*
*/
public void setCsymbol(Csymbol value) {
this.csymbol = value;
}
/**
* Gets the value of the ci property.
*
* @return
* possible object is
* {@link Ci }
*
*/
public Ci getCi() {
return ci;
}
/**
* Sets the value of the ci property.
*
* @param value
* allowed object is
* {@link Ci }
*
*/
public void setCi(Ci value) {
this.ci = value;
}
/**
* Gets the value of the cn property.
*
* @return
* possible object is
* {@link Cn }
*
*/
public Cn getCn() {
return cn;
}
/**
* Sets the value of the cn property.
*
* @param value
* allowed object is
* {@link Cn }
*
*/
public void setCn(Cn value) {
this.cn = value;
}
/**
* Gets the value of the clazzs property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the clazzs property.
*
*
* For example, to add a new item, do as follows:
*
* getClazzs().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public java.util.List getClazzs() {
if (clazzs == null) {
clazzs = new ArrayList<>();
}
return this.clazzs;
}
/**
* Gets the value of the style property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStyle() {
return style;
}
/**
* Sets the value of the style property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStyle(String value) {
this.style = value;
}
/**
* Gets the value of the xref property.
*
* @return
* possible object is
* {@link Object }
*
*/
public Object getXref() {
return xref;
}
/**
* Sets the value of the xref property.
*
* @param value
* allowed object is
* {@link Object }
*
*/
public void setXref(Object value) {
this.xref = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the href property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHref() {
return href;
}
/**
* Sets the value of the href property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHref(String value) {
this.href = value;
}
/**
* Gets a map that contains attributes that aren't bound to any typed property on this class.
*
*
* the map is keyed by the name of the attribute and
* the value is the string value of the attribute.
*
* the map returned by this method is live, and you can add new attribute
* by updating the map directly. Because of this design, there's no setter.
*
*
* @return
* always non-null
*/
public Map getOtherAttributes() {
return otherAttributes;
}
}