public class Bvar extends MathBase
Java class for Bvar complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bvar">
<complexContent>
<extension base="{http://www.w3.org/1998/Math/MathML}MathBase">
<sequence>
<element name="ci" type="{http://www.w3.org/1998/Math/MathML}Ci"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Bvar() |
| Modifier and Type | Method and Description |
|---|---|
Ci |
getCi()
Gets the value of the ci property.
|
void |
setCi(Ci value)
Sets the value of the ci property.
|
Copyright © 2018. All rights reserved.