Class QualifierType
java.lang.Object
org.docx4j.org.w3.x1998.math.mathML.QualifierType
- All Implemented Interfaces:
Child
public class QualifierType extends java.lang.Object implements Child
Java class for qualifier.type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="qualifier.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
Fields Modifier and Type Field Description protected ConstantType_falseprotected ConstantType_trueprotected ApplyTypeapplyprotected CiTypeciprotected CnTypecnprotected QualifierTypedegreeprotected ConstantTypeexponentialeprotected QualifierTypelogbaseprotected ConstantTypepi -
Constructor Summary
Constructors Constructor Description QualifierType() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.ApplyTypegetApply()Gets the value of the apply property.CiTypegetCi()Gets the value of the ci property.CnTypegetCn()Gets the value of the cn property.QualifierTypegetDegree()Gets the value of the degree property.ConstantTypegetExponentiale()Gets the value of the exponentiale property.ConstantTypegetFalse()Gets the value of the false property.QualifierTypegetLogbase()Gets the value of the logbase property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.ConstantTypegetPi()Gets the value of the pi property.ConstantTypegetTrue()Gets the value of the true property.voidsetApply(ApplyType value)Sets the value of the apply property.voidsetCi(CiType value)Sets the value of the ci property.voidsetCn(CnType value)Sets 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.voidsetParent(java.lang.Object parent)voidsetPi(ConstantType value)Sets the value of the pi property.voidsetTrue(ConstantType value)Sets the value of the true property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
cn
-
ci
-
exponentiale
-
pi
-
_true
-
_false
-
apply
-
logbase
-
degree
-
-
Constructor Details
-
QualifierType
public QualifierType()
-
-
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
public java.util.Map<javax.xml.namespace.QName,java.lang.String> 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
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-