public class ElemRefT extends Object
Java class for elem_ref_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="elem_ref_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="symbol" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
number |
protected String |
symbol |
| Constructor and Description |
|---|
ElemRefT() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
Gets the value of the number property.
|
String |
getSymbol()
Gets the value of the symbol property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setSymbol(String value)
Sets the value of the symbol property.
|
protected String symbol
protected int number
public String getSymbol()
Stringpublic void setSymbol(String value)
value - allowed object is
Stringpublic int getNumber()
BigIntegerpublic void setNumber(Integer value)
value - allowed object is
BigIntegerCopyright © 2016. All Rights Reserved.