public class QualifierType extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected ConstantType |
_false |
protected ConstantType |
_true |
protected ApplyType |
apply |
protected CiType |
ci |
protected CnType |
cn |
protected QualifierType |
degree |
protected ConstantType |
exponentiale |
protected QualifierType |
logbase |
protected ConstantType |
pi |
| Constructor and Description |
|---|
QualifierType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
ApplyType |
getApply()
Gets the value of the apply property.
|
CiType |
getCi()
Gets the value of the ci property.
|
CnType |
getCn()
Gets the value of the cn property.
|
QualifierType |
getDegree()
Gets the value of the degree property.
|
ConstantType |
getExponentiale()
Gets the value of the exponentiale property.
|
ConstantType |
getFalse()
Gets the value of the false property.
|
QualifierType |
getLogbase()
Gets the value of the logbase property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
ConstantType |
getPi()
Gets the value of the pi property.
|
ConstantType |
getTrue()
Gets the value of the true property.
|
void |
setApply(ApplyType value)
Sets the value of the apply property.
|
void |
setCi(CiType value)
Sets the value of the ci property.
|
void |
setCn(CnType value)
Sets the value of the cn property.
|
void |
setDegree(QualifierType value)
Sets the value of the degree property.
|
void |
setExponentiale(ConstantType value)
Sets the value of the exponentiale property.
|
void |
setFalse(ConstantType value)
Sets the value of the false property.
|
void |
setLogbase(QualifierType value)
Sets the value of the logbase property.
|
void |
setParent(Object parent) |
void |
setPi(ConstantType value)
Sets the value of the pi property.
|
void |
setTrue(ConstantType value)
Sets the value of the true property.
|
protected CnType cn
protected CiType ci
protected ConstantType exponentiale
protected ConstantType pi
protected ConstantType _true
protected ConstantType _false
protected ApplyType apply
protected QualifierType logbase
protected QualifierType degree
public void setCn(CnType value)
value - allowed object is
CnTypepublic void setCi(CiType value)
value - allowed object is
CiTypepublic ConstantType getExponentiale()
ConstantTypepublic void setExponentiale(ConstantType value)
value - allowed object is
ConstantTypepublic ConstantType getPi()
ConstantTypepublic void setPi(ConstantType value)
value - allowed object is
ConstantTypepublic ConstantType getTrue()
ConstantTypepublic void setTrue(ConstantType value)
value - allowed object is
ConstantTypepublic ConstantType getFalse()
ConstantTypepublic void setFalse(ConstantType value)
value - allowed object is
ConstantTypepublic ApplyType getApply()
ApplyTypepublic void setApply(ApplyType value)
value - allowed object is
ApplyTypepublic QualifierType getLogbase()
QualifierTypepublic void setLogbase(QualifierType value)
value - allowed object is
QualifierTypepublic QualifierType getDegree()
QualifierTypepublic void setDegree(QualifierType value)
value - allowed object is
QualifierTypepublic Map<QName,String> getOtherAttributes()
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.
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.