public class Semantics extends MathBase
Java class for Semantics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Semantics"> <complexContent> <extension base="{http://www.w3.org/1998/Math/MathML}MathBase"> <sequence> <choice> <group ref="{http://www.w3.org/1998/Math/MathML}Node"/> <element name="lambda" type="{http://www.w3.org/1998/Math/MathML}Lambda"/> </choice> <sequence maxOccurs="unbounded"> <choice> <element name="annotation" type="{http://www.w3.org/1998/Math/MathML}Annotation"/> <element name="annotation-xml" type="{http://www.w3.org/1998/Math/MathML}Annotation-xml"/> </choice> </sequence> </sequence> <attribute name="definitionURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected MathBase |
_false |
protected MathBase |
_true |
protected List<Object> |
annotationOrAnnotationXml |
protected Apply |
apply |
protected Ci |
ci |
protected Cn |
cn |
protected Csymbol |
csymbol |
protected String |
definitionURL |
protected MathBase |
exponentiale |
protected MathBase |
infinity |
protected Lambda |
lambda |
protected MathBase |
notanumber |
protected MathBase |
pi |
protected Piecewise |
piecewise |
protected Semantics |
semantics |
Constructor and Description |
---|
Semantics() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAnnotationOrAnnotationXml()
Gets the value of the annotationOrAnnotationXml property.
|
Apply |
getApply()
Gets the value of the apply property.
|
Ci |
getCi()
Gets the value of the ci property.
|
Cn |
getCn()
Gets the value of the cn property.
|
Csymbol |
getCsymbol()
Gets the value of the csymbol property.
|
String |
getDefinitionURL()
Gets the value of the definitionURL property.
|
MathBase |
getExponentiale()
Gets the value of the exponentiale property.
|
MathBase |
getFalse()
Gets the value of the false property.
|
MathBase |
getInfinity()
Gets the value of the infinity property.
|
Lambda |
getLambda()
Gets the value of the lambda property.
|
MathBase |
getNotanumber()
Gets the value of the notanumber property.
|
MathBase |
getPi()
Gets the value of the pi property.
|
Piecewise |
getPiecewise()
Gets the value of the piecewise property.
|
Semantics |
getSemantics()
Gets the value of the semantics property.
|
MathBase |
getTrue()
Gets the value of the true property.
|
void |
setApply(Apply value)
Sets the value of the apply property.
|
void |
setCi(Ci value)
Sets the value of the ci property.
|
void |
setCn(Cn value)
Sets the value of the cn property.
|
void |
setCsymbol(Csymbol value)
Sets the value of the csymbol property.
|
void |
setDefinitionURL(String value)
Sets the value of the definitionURL property.
|
void |
setExponentiale(MathBase value)
Sets the value of the exponentiale property.
|
void |
setFalse(MathBase value)
Sets the value of the false property.
|
void |
setInfinity(MathBase value)
Sets the value of the infinity property.
|
void |
setLambda(Lambda value)
Sets the value of the lambda property.
|
void |
setNotanumber(MathBase value)
Sets the value of the notanumber property.
|
void |
setPi(MathBase value)
Sets the value of the pi property.
|
void |
setPiecewise(Piecewise value)
Sets the value of the piecewise property.
|
void |
setSemantics(Semantics value)
Sets the value of the semantics property.
|
void |
setTrue(MathBase value)
Sets the value of the true property.
|
protected Apply apply
protected Cn cn
protected Ci ci
protected Csymbol csymbol
protected MathBase _true
protected MathBase _false
protected MathBase notanumber
protected MathBase pi
protected MathBase infinity
protected MathBase exponentiale
protected Semantics semantics
protected Piecewise piecewise
protected Lambda lambda
protected String definitionURL
public Apply getApply()
Apply
public void setApply(Apply value)
value
- allowed object is
Apply
public void setCn(Cn value)
value
- allowed object is
Cn
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 getTrue()
MathBase
public void setTrue(MathBase value)
value
- allowed object is
MathBase
public MathBase getFalse()
MathBase
public void setFalse(MathBase value)
value
- allowed object is
MathBase
public MathBase getNotanumber()
MathBase
public void setNotanumber(MathBase value)
value
- allowed object is
MathBase
public MathBase getPi()
MathBase
public void setPi(MathBase value)
value
- allowed object is
MathBase
public MathBase getInfinity()
MathBase
public void setInfinity(MathBase value)
value
- allowed object is
MathBase
public MathBase getExponentiale()
MathBase
public void setExponentiale(MathBase value)
value
- allowed object is
MathBase
public Semantics getSemantics()
Semantics
public void setSemantics(Semantics value)
value
- allowed object is
Semantics
public Piecewise getPiecewise()
Piecewise
public void setPiecewise(Piecewise value)
value
- allowed object is
Piecewise
public Lambda getLambda()
Lambda
public void setLambda(Lambda value)
value
- allowed object is
Lambda
public List<Object> getAnnotationOrAnnotationXml()
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 annotationOrAnnotationXml property.
For example, to add a new item, do as follows:
getAnnotationOrAnnotationXml().add(newItem);
Objects of the following type(s) are allowed in the list
Annotation
AnnotationXml
public String getDefinitionURL()
String
Copyright © 2018. All rights reserved.