public static class Ofxchart.XAxis extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dateformat" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dateformat |
protected String |
key |
protected String |
label |
| Constructor and Description |
|---|
XAxis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDateformat()
Gets the value of the dateformat property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getLabel()
Gets the value of the label property.
|
boolean |
isSetDateformat() |
boolean |
isSetKey() |
boolean |
isSetLabel() |
void |
setDateformat(String value)
Sets the value of the dateformat property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
protected String label
protected String key
protected String dateformat
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public String getDateformat()
Stringpublic void setDateformat(String value)
value - allowed object is
Stringpublic boolean isSetDateformat()
Copyright © 2023. All rights reserved.