public class Apply extends MathBase
Java class for Apply complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Apply"> <complexContent> <extension base="{http://www.w3.org/1998/Math/MathML}MathBase"> <sequence> <choice> <element name="ci" type="{http://www.w3.org/1998/Math/MathML}Ci"/> <element name="csymbol" type="{http://www.w3.org/1998/Math/MathML}Csymbol"/> <element name="eq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="neq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="gt" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="lt" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="geq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="leq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="plus" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="minus" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="times" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="divide" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="power" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <sequence> <element name="root" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="degree" type="{http://www.w3.org/1998/Math/MathML}NodeContainer" minOccurs="0"/> </sequence> <element name="abs" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="exp" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="ln" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <sequence> <element name="log" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="logbase" type="{http://www.w3.org/1998/Math/MathML}NodeContainer" minOccurs="0"/> </sequence> <element name="floor" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="ceiling" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="factorial" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="and" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="or" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="xor" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="not" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="sin" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="cos" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="tan" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="sec" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="csc" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="cot" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="sinh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="cosh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="tanh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="sech" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="csch" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="coth" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arcsin" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arccos" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arctan" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arcsec" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arccsc" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arccot" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arcsinh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arccosh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arctanh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arcsech" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arccsch" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> <element name="arccoth" type="{http://www.w3.org/1998/Math/MathML}MathBase"/> </choice> <group ref="{http://www.w3.org/1998/Math/MathML}Node" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MathBase |
abs |
protected MathBase |
and |
protected MathBase |
arccos |
protected MathBase |
arccosh |
protected MathBase |
arccot |
protected MathBase |
arccoth |
protected MathBase |
arccsc |
protected MathBase |
arccsch |
protected MathBase |
arcsec |
protected MathBase |
arcsech |
protected MathBase |
arcsin |
protected MathBase |
arcsinh |
protected MathBase |
arctan |
protected MathBase |
arctanh |
protected MathBase |
ceiling |
protected Ci |
ci |
protected MathBase |
cos |
protected MathBase |
cosh |
protected MathBase |
cot |
protected MathBase |
coth |
protected MathBase |
csc |
protected MathBase |
csch |
protected Csymbol |
csymbol |
protected NodeContainer |
degree |
protected MathBase |
divide |
protected MathBase |
eq |
protected MathBase |
exp |
protected MathBase |
factorial |
protected MathBase |
floor |
protected MathBase |
geq |
protected MathBase |
gt |
protected MathBase |
leq |
protected MathBase |
ln |
protected MathBase |
log |
protected NodeContainer |
logbase |
protected MathBase |
lt |
protected MathBase |
minus |
protected MathBase |
neq |
protected List<JAXBElement<?>> |
node |
protected MathBase |
not |
protected MathBase |
or |
protected MathBase |
plus |
protected MathBase |
power |
protected MathBase |
root |
protected MathBase |
sec |
protected MathBase |
sech |
protected MathBase |
sin |
protected MathBase |
sinh |
protected MathBase |
tan |
protected MathBase |
tanh |
protected MathBase |
times |
protected MathBase |
xor |
Constructor and Description |
---|
Apply() |
Modifier and Type | Method and Description |
---|---|
MathBase |
getAbs()
Gets the value of the abs property.
|
MathBase |
getAnd()
Gets the value of the and property.
|
MathBase |
getArccos()
Gets the value of the arccos property.
|
MathBase |
getArccosh()
Gets the value of the arccosh property.
|
MathBase |
getArccot()
Gets the value of the arccot property.
|
MathBase |
getArccoth()
Gets the value of the arccoth property.
|
MathBase |
getArccsc()
Gets the value of the arccsc property.
|
MathBase |
getArccsch()
Gets the value of the arccsch property.
|
MathBase |
getArcsec()
Gets the value of the arcsec property.
|
MathBase |
getArcsech()
Gets the value of the arcsech property.
|
MathBase |
getArcsin()
Gets the value of the arcsin property.
|
MathBase |
getArcsinh()
Gets the value of the arcsinh property.
|
MathBase |
getArctan()
Gets the value of the arctan property.
|
MathBase |
getArctanh()
Gets the value of the arctanh property.
|
MathBase |
getCeiling()
Gets the value of the ceiling property.
|
Ci |
getCi()
Gets the value of the ci property.
|
MathBase |
getCos()
Gets the value of the cos property.
|
MathBase |
getCosh()
Gets the value of the cosh property.
|
MathBase |
getCot()
Gets the value of the cot property.
|
MathBase |
getCoth()
Gets the value of the coth property.
|
MathBase |
getCsc()
Gets the value of the csc property.
|
MathBase |
getCsch()
Gets the value of the csch property.
|
Csymbol |
getCsymbol()
Gets the value of the csymbol property.
|
NodeContainer |
getDegree()
Gets the value of the degree property.
|
MathBase |
getDivide()
Gets the value of the divide property.
|
MathBase |
getEq()
Gets the value of the eq property.
|
MathBase |
getExp()
Gets the value of the exp property.
|
MathBase |
getFactorial()
Gets the value of the factorial property.
|
MathBase |
getFloor()
Gets the value of the floor property.
|
MathBase |
getGeq()
Gets the value of the geq property.
|
MathBase |
getGt()
Gets the value of the gt property.
|
MathBase |
getLeq()
Gets the value of the leq property.
|
MathBase |
getLn()
Gets the value of the ln property.
|
MathBase |
getLog()
Gets the value of the log property.
|
NodeContainer |
getLogbase()
Gets the value of the logbase property.
|
MathBase |
getLt()
Gets the value of the lt property.
|
MathBase |
getMinus()
Gets the value of the minus property.
|
MathBase |
getNeq()
Gets the value of the neq property.
|
List<JAXBElement<?>> |
getNode()
Gets the value of the node property.
|
MathBase |
getNot()
Gets the value of the not property.
|
MathBase |
getOr()
Gets the value of the or property.
|
MathBase |
getPlus()
Gets the value of the plus property.
|
MathBase |
getPower()
Gets the value of the power property.
|
MathBase |
getRoot()
Gets the value of the root property.
|
MathBase |
getSec()
Gets the value of the sec property.
|
MathBase |
getSech()
Gets the value of the sech property.
|
MathBase |
getSin()
Gets the value of the sin property.
|
MathBase |
getSinh()
Gets the value of the sinh property.
|
MathBase |
getTan()
Gets the value of the tan property.
|
MathBase |
getTanh()
Gets the value of the tanh property.
|
MathBase |
getTimes()
Gets the value of the times property.
|
MathBase |
getXor()
Gets the value of the xor property.
|
void |
setAbs(MathBase value)
Sets the value of the abs property.
|
void |
setAnd(MathBase value)
Sets the value of the and property.
|
void |
setArccos(MathBase value)
Sets the value of the arccos property.
|
void |
setArccosh(MathBase value)
Sets the value of the arccosh property.
|
void |
setArccot(MathBase value)
Sets the value of the arccot property.
|
void |
setArccoth(MathBase value)
Sets the value of the arccoth property.
|
void |
setArccsc(MathBase value)
Sets the value of the arccsc property.
|
void |
setArccsch(MathBase value)
Sets the value of the arccsch property.
|
void |
setArcsec(MathBase value)
Sets the value of the arcsec property.
|
void |
setArcsech(MathBase value)
Sets the value of the arcsech property.
|
void |
setArcsin(MathBase value)
Sets the value of the arcsin property.
|
void |
setArcsinh(MathBase value)
Sets the value of the arcsinh property.
|
void |
setArctan(MathBase value)
Sets the value of the arctan property.
|
void |
setArctanh(MathBase value)
Sets the value of the arctanh property.
|
void |
setCeiling(MathBase value)
Sets the value of the ceiling property.
|
void |
setCi(Ci value)
Sets the value of the ci property.
|
void |
setCos(MathBase value)
Sets the value of the cos property.
|
void |
setCosh(MathBase value)
Sets the value of the cosh property.
|
void |
setCot(MathBase value)
Sets the value of the cot property.
|
void |
setCoth(MathBase value)
Sets the value of the coth property.
|
void |
setCsc(MathBase value)
Sets the value of the csc property.
|
void |
setCsch(MathBase value)
Sets the value of the csch property.
|
void |
setCsymbol(Csymbol value)
Sets the value of the csymbol property.
|
void |
setDegree(NodeContainer value)
Sets the value of the degree property.
|
void |
setDivide(MathBase value)
Sets the value of the divide property.
|
void |
setEq(MathBase value)
Sets the value of the eq property.
|
void |
setExp(MathBase value)
Sets the value of the exp property.
|
void |
setFactorial(MathBase value)
Sets the value of the factorial property.
|
void |
setFloor(MathBase value)
Sets the value of the floor property.
|
void |
setGeq(MathBase value)
Sets the value of the geq property.
|
void |
setGt(MathBase value)
Sets the value of the gt property.
|
void |
setLeq(MathBase value)
Sets the value of the leq property.
|
void |
setLn(MathBase value)
Sets the value of the ln property.
|
void |
setLog(MathBase value)
Sets the value of the log property.
|
void |
setLogbase(NodeContainer value)
Sets the value of the logbase property.
|
void |
setLt(MathBase value)
Sets the value of the lt property.
|
void |
setMinus(MathBase value)
Sets the value of the minus property.
|
void |
setNeq(MathBase value)
Sets the value of the neq property.
|
void |
setNot(MathBase value)
Sets the value of the not property.
|
void |
setOr(MathBase value)
Sets the value of the or property.
|
void |
setPlus(MathBase value)
Sets the value of the plus property.
|
void |
setPower(MathBase value)
Sets the value of the power property.
|
void |
setRoot(MathBase value)
Sets the value of the root property.
|
void |
setSec(MathBase value)
Sets the value of the sec property.
|
void |
setSech(MathBase value)
Sets the value of the sech property.
|
void |
setSin(MathBase value)
Sets the value of the sin property.
|
void |
setSinh(MathBase value)
Sets the value of the sinh property.
|
void |
setTan(MathBase value)
Sets the value of the tan property.
|
void |
setTanh(MathBase value)
Sets the value of the tanh property.
|
void |
setTimes(MathBase value)
Sets the value of the times property.
|
void |
setXor(MathBase value)
Sets the value of the xor property.
|
protected Ci ci
protected Csymbol csymbol
protected MathBase eq
protected MathBase neq
protected MathBase gt
protected MathBase lt
protected MathBase geq
protected MathBase leq
protected MathBase plus
protected MathBase minus
protected MathBase times
protected MathBase divide
protected MathBase power
protected MathBase root
protected NodeContainer degree
protected MathBase abs
protected MathBase exp
protected MathBase ln
protected MathBase log
protected NodeContainer logbase
protected MathBase floor
protected MathBase ceiling
protected MathBase factorial
protected MathBase and
protected MathBase or
protected MathBase xor
protected MathBase not
protected MathBase sin
protected MathBase cos
protected MathBase tan
protected MathBase sec
protected MathBase csc
protected MathBase cot
protected MathBase sinh
protected MathBase cosh
protected MathBase tanh
protected MathBase sech
protected MathBase csch
protected MathBase coth
protected MathBase arcsin
protected MathBase arccos
protected MathBase arctan
protected MathBase arcsec
protected MathBase arccsc
protected MathBase arccot
protected MathBase arcsinh
protected MathBase arccosh
protected MathBase arctanh
protected MathBase arcsech
protected MathBase arccsch
protected MathBase arccoth
protected List<JAXBElement<?>> node
public void setCi(Ci value)
value
- allowed object is
Ci
public Csymbol getCsymbol()
Csymbol
public void setCsymbol(Csymbol value)
value
- allowed object is
Csymbol
public MathBase getEq()
MathBase
public void setEq(MathBase value)
value
- allowed object is
MathBase
public MathBase getNeq()
MathBase
public void setNeq(MathBase value)
value
- allowed object is
MathBase
public MathBase getGt()
MathBase
public void setGt(MathBase value)
value
- allowed object is
MathBase
public MathBase getLt()
MathBase
public void setLt(MathBase value)
value
- allowed object is
MathBase
public MathBase getGeq()
MathBase
public void setGeq(MathBase value)
value
- allowed object is
MathBase
public MathBase getLeq()
MathBase
public void setLeq(MathBase value)
value
- allowed object is
MathBase
public MathBase getPlus()
MathBase
public void setPlus(MathBase value)
value
- allowed object is
MathBase
public MathBase getMinus()
MathBase
public void setMinus(MathBase value)
value
- allowed object is
MathBase
public MathBase getTimes()
MathBase
public void setTimes(MathBase value)
value
- allowed object is
MathBase
public MathBase getDivide()
MathBase
public void setDivide(MathBase value)
value
- allowed object is
MathBase
public MathBase getPower()
MathBase
public void setPower(MathBase value)
value
- allowed object is
MathBase
public MathBase getRoot()
MathBase
public void setRoot(MathBase value)
value
- allowed object is
MathBase
public NodeContainer getDegree()
NodeContainer
public void setDegree(NodeContainer value)
value
- allowed object is
NodeContainer
public MathBase getAbs()
MathBase
public void setAbs(MathBase value)
value
- allowed object is
MathBase
public MathBase getExp()
MathBase
public void setExp(MathBase value)
value
- allowed object is
MathBase
public MathBase getLn()
MathBase
public void setLn(MathBase value)
value
- allowed object is
MathBase
public MathBase getLog()
MathBase
public void setLog(MathBase value)
value
- allowed object is
MathBase
public NodeContainer getLogbase()
NodeContainer
public void setLogbase(NodeContainer value)
value
- allowed object is
NodeContainer
public MathBase getFloor()
MathBase
public void setFloor(MathBase value)
value
- allowed object is
MathBase
public MathBase getCeiling()
MathBase
public void setCeiling(MathBase value)
value
- allowed object is
MathBase
public MathBase getFactorial()
MathBase
public void setFactorial(MathBase value)
value
- allowed object is
MathBase
public MathBase getAnd()
MathBase
public void setAnd(MathBase value)
value
- allowed object is
MathBase
public MathBase getOr()
MathBase
public void setOr(MathBase value)
value
- allowed object is
MathBase
public MathBase getXor()
MathBase
public void setXor(MathBase value)
value
- allowed object is
MathBase
public MathBase getNot()
MathBase
public void setNot(MathBase value)
value
- allowed object is
MathBase
public MathBase getSin()
MathBase
public void setSin(MathBase value)
value
- allowed object is
MathBase
public MathBase getCos()
MathBase
public void setCos(MathBase value)
value
- allowed object is
MathBase
public MathBase getTan()
MathBase
public void setTan(MathBase value)
value
- allowed object is
MathBase
public MathBase getSec()
MathBase
public void setSec(MathBase value)
value
- allowed object is
MathBase
public MathBase getCsc()
MathBase
public void setCsc(MathBase value)
value
- allowed object is
MathBase
public MathBase getCot()
MathBase
public void setCot(MathBase value)
value
- allowed object is
MathBase
public MathBase getSinh()
MathBase
public void setSinh(MathBase value)
value
- allowed object is
MathBase
public MathBase getCosh()
MathBase
public void setCosh(MathBase value)
value
- allowed object is
MathBase
public MathBase getTanh()
MathBase
public void setTanh(MathBase value)
value
- allowed object is
MathBase
public MathBase getSech()
MathBase
public void setSech(MathBase value)
value
- allowed object is
MathBase
public MathBase getCsch()
MathBase
public void setCsch(MathBase value)
value
- allowed object is
MathBase
public MathBase getCoth()
MathBase
public void setCoth(MathBase value)
value
- allowed object is
MathBase
public MathBase getArcsin()
MathBase
public void setArcsin(MathBase value)
value
- allowed object is
MathBase
public MathBase getArccos()
MathBase
public void setArccos(MathBase value)
value
- allowed object is
MathBase
public MathBase getArctan()
MathBase
public void setArctan(MathBase value)
value
- allowed object is
MathBase
public MathBase getArcsec()
MathBase
public void setArcsec(MathBase value)
value
- allowed object is
MathBase
public MathBase getArccsc()
MathBase
public void setArccsc(MathBase value)
value
- allowed object is
MathBase
public MathBase getArccot()
MathBase
public void setArccot(MathBase value)
value
- allowed object is
MathBase
public MathBase getArcsinh()
MathBase
public void setArcsinh(MathBase value)
value
- allowed object is
MathBase
public MathBase getArccosh()
MathBase
public void setArccosh(MathBase value)
value
- allowed object is
MathBase
public MathBase getArctanh()
MathBase
public void setArctanh(MathBase value)
value
- allowed object is
MathBase
public MathBase getArcsech()
MathBase
public void setArcsech(MathBase value)
value
- allowed object is
MathBase
public MathBase getArccsch()
MathBase
public void setArccsch(MathBase value)
value
- allowed object is
MathBase
public MathBase getArccoth()
MathBase
public void setArccoth(MathBase value)
value
- allowed object is
MathBase
public List<JAXBElement<?>> getNode()
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 node property.
For example, to add a new item, do as follows:
getNode().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
Apply
>
JAXBElement
<
Piecewise
>
JAXBElement
<
Semantics
>
JAXBElement
<
MathBase
>
JAXBElement
<
MathBase
>
JAXBElement
<
MathBase
>
JAXBElement
<
MathBase
>
JAXBElement
<
MathBase
>
JAXBElement
<
Cn
>
JAXBElement
<
Csymbol
>
JAXBElement
<
MathBase
>
JAXBElement
<
Ci
>
Copyright © 2018. All rights reserved.