Class MathType
java.lang.Object
org.docx4j.org.w3.x1998.math.mathML.MathType
- All Implemented Interfaces:
Child
Java class for math.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="math.type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.w3.org/1998/Math/MathML}expression.content"/>
<attGroup ref="{http://www.w3.org/1998/Math/MathML}common.attrib"/>
<anyAttribute processContents='skip' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConstantTypeprotected ConstantTypeprotected ApplyTypeprotected CiTypeprotected CnTypeprotected QualifierTypeprotected ConstantTypeprotected QualifierTypeprotected ConstantType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getApply()Gets the value of the apply property.getCi()Gets the value of the ci property.getCn()Gets the value of the cn property.Gets the value of the degree property.Gets the value of the exponentiale property.getFalse()Gets the value of the false property.Gets the value of the logbase property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the parent object in the object tree representing the unmarshalled xml document.getPi()Gets the value of the pi property.getTrue()Gets the value of the true property.voidSets the value of the apply property.voidSets the value of the ci property.voidSets the value of the cn property.voidsetDegree(QualifierType value) Sets the value of the degree property.voidsetExponentiale(ConstantType value) Sets the value of the exponentiale property.voidsetFalse(ConstantType value) Sets the value of the false property.voidsetLogbase(QualifierType value) Sets the value of the logbase property.voidvoidsetPi(ConstantType value) Sets the value of the pi property.voidsetTrue(ConstantType value) Sets the value of the true property.
-
Field Details
-
cn
-
ci
-
exponentiale
-
pi
-
_true
-
_false
-
apply
-
logbase
-
degree
-
-
Constructor Details
-
MathType
public MathType()
-
-
Method Details
-
getCn
Gets the value of the cn property.- Returns:
- possible object is
CnType
-
setCn
Sets the value of the cn property.- Parameters:
value- allowed object isCnType
-
getCi
Gets the value of the ci property.- Returns:
- possible object is
CiType
-
setCi
Sets the value of the ci property.- Parameters:
value- allowed object isCiType
-
getExponentiale
Gets the value of the exponentiale property.- Returns:
- possible object is
ConstantType
-
setExponentiale
Sets the value of the exponentiale property.- Parameters:
value- allowed object isConstantType
-
getPi
Gets the value of the pi property.- Returns:
- possible object is
ConstantType
-
setPi
Sets the value of the pi property.- Parameters:
value- allowed object isConstantType
-
getTrue
Gets the value of the true property.- Returns:
- possible object is
ConstantType
-
setTrue
Sets the value of the true property.- Parameters:
value- allowed object isConstantType
-
getFalse
Gets the value of the false property.- Returns:
- possible object is
ConstantType
-
setFalse
Sets the value of the false property.- Parameters:
value- allowed object isConstantType
-
getApply
Gets the value of the apply property.- Returns:
- possible object is
ApplyType
-
setApply
Sets the value of the apply property.- Parameters:
value- allowed object isApplyType
-
getLogbase
Gets the value of the logbase property.- Returns:
- possible object is
QualifierType
-
setLogbase
Sets the value of the logbase property.- Parameters:
value- allowed object isQualifierType
-
getDegree
Gets the value of the degree property.- Returns:
- possible object is
QualifierType
-
setDegree
Sets the value of the degree property.- Parameters:
value- allowed object isQualifierType
-
getOtherAttributes
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.
- Returns:
- always non-null
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-