public class Ofxchart 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">
<sequence>
<element name="title">
<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" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="x-axis">
<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>
</element>
<element name="y-axis">
<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" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="colors">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.openfuxml.org/wiki}color" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="size">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="grid">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="range" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.openfuxml.org/wiki}ofxchartcontainer" maxOccurs="unbounded"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="legend" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Ofxchart.Colors
Java class for anonymous complex type.
|
static class |
Ofxchart.Grid
Java class for anonymous complex type.
|
static class |
Ofxchart.Size
Java class for anonymous complex type.
|
static class |
Ofxchart.Title
Java class for anonymous complex type.
|
static class |
Ofxchart.XAxis
Java class for anonymous complex type.
|
static class |
Ofxchart.YAxis
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Ofxchart.Colors |
colors |
protected Ofxchart.Grid |
grid |
protected String |
id |
protected Boolean |
legend |
protected List<Ofxchartcontainer> |
ofxchartcontainer |
protected Ofxchart.Size |
size |
protected Ofxchart.Title |
title |
protected String |
type |
protected Ofxchart.XAxis |
xAxis |
protected Ofxchart.YAxis |
yAxis |
| Constructor and Description |
|---|
Ofxchart() |
| Modifier and Type | Method and Description |
|---|---|
Ofxchart.Colors |
getColors()
Gets the value of the colors property.
|
Ofxchart.Grid |
getGrid()
Gets the value of the grid property.
|
String |
getId()
Gets the value of the id property.
|
List<Ofxchartcontainer> |
getOfxchartcontainer()
Gets the value of the ofxchartcontainer property.
|
Ofxchart.Size |
getSize()
Gets the value of the size property.
|
Ofxchart.Title |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
Ofxchart.XAxis |
getXAxis()
Gets the value of the xAxis property.
|
Ofxchart.YAxis |
getYAxis()
Gets the value of the yAxis property.
|
boolean |
isLegend()
Gets the value of the legend property.
|
boolean |
isSetColors() |
boolean |
isSetGrid() |
boolean |
isSetId() |
boolean |
isSetLegend() |
boolean |
isSetOfxchartcontainer() |
boolean |
isSetSize() |
boolean |
isSetTitle() |
boolean |
isSetType() |
boolean |
isSetXAxis() |
boolean |
isSetYAxis() |
void |
setColors(Ofxchart.Colors value)
Sets the value of the colors property.
|
void |
setGrid(Ofxchart.Grid value)
Sets the value of the grid property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLegend(boolean value)
Sets the value of the legend property.
|
void |
setSize(Ofxchart.Size value)
Sets the value of the size property.
|
void |
setTitle(Ofxchart.Title value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setXAxis(Ofxchart.XAxis value)
Sets the value of the xAxis property.
|
void |
setYAxis(Ofxchart.YAxis value)
Sets the value of the yAxis property.
|
void |
unsetLegend() |
void |
unsetOfxchartcontainer() |
protected Ofxchart.Title title
protected Ofxchart.XAxis xAxis
protected Ofxchart.YAxis yAxis
protected Ofxchart.Colors colors
protected Ofxchart.Size size
protected Ofxchart.Grid grid
protected List<Ofxchartcontainer> ofxchartcontainer
protected String type
protected String id
protected Boolean legend
public Ofxchart.Title getTitle()
Ofxchart.Titlepublic void setTitle(Ofxchart.Title value)
value - allowed object is
Ofxchart.Titlepublic boolean isSetTitle()
public Ofxchart.XAxis getXAxis()
Ofxchart.XAxispublic void setXAxis(Ofxchart.XAxis value)
value - allowed object is
Ofxchart.XAxispublic boolean isSetXAxis()
public Ofxchart.YAxis getYAxis()
Ofxchart.YAxispublic void setYAxis(Ofxchart.YAxis value)
value - allowed object is
Ofxchart.YAxispublic boolean isSetYAxis()
public Ofxchart.Colors getColors()
Ofxchart.Colorspublic void setColors(Ofxchart.Colors value)
value - allowed object is
Ofxchart.Colorspublic boolean isSetColors()
public Ofxchart.Size getSize()
Ofxchart.Sizepublic void setSize(Ofxchart.Size value)
value - allowed object is
Ofxchart.Sizepublic boolean isSetSize()
public Ofxchart.Grid getGrid()
Ofxchart.Gridpublic void setGrid(Ofxchart.Grid value)
value - allowed object is
Ofxchart.Gridpublic boolean isSetGrid()
public List<Ofxchartcontainer> getOfxchartcontainer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ofxchartcontainer property.
For example, to add a new item, do as follows:
getOfxchartcontainer().add(newItem);
Objects of the following type(s) are allowed in the list
Ofxchartcontainer
public boolean isSetOfxchartcontainer()
public void unsetOfxchartcontainer()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public boolean isLegend()
Booleanpublic void setLegend(boolean value)
value - allowed object is
Booleanpublic boolean isSetLegend()
public void unsetLegend()
Copyright © 2023. All rights reserved.