public class Ofxchartdata extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
type |
protected double |
value |
| Constructor and Description |
|---|
Ofxchartdata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getType()
Gets the value of the type property.
|
double |
getValue()
Gets the value of the value property.
|
boolean |
isSetLabel() |
boolean |
isSetType() |
boolean |
isSetValue() |
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(double value)
Sets the value of the value property.
|
public double getValue()
public void setValue(double value)
public boolean isSetValue()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
Copyright © 2023. All rights reserved.