public static class Ofxchart.Grid 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="range" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
domain |
protected Boolean |
range |
| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDomain()
Gets the value of the domain property.
|
boolean |
isRange()
Gets the value of the range property.
|
boolean |
isSetDomain() |
boolean |
isSetRange() |
void |
setDomain(boolean value)
Sets the value of the domain property.
|
void |
setRange(boolean value)
Sets the value of the range property.
|
void |
unsetDomain() |
void |
unsetRange() |
public boolean isRange()
Booleanpublic void setRange(boolean value)
value - allowed object is
Booleanpublic boolean isSetRange()
public void unsetRange()
public boolean isDomain()
Booleanpublic void setDomain(boolean value)
value - allowed object is
Booleanpublic boolean isSetDomain()
public void unsetDomain()
Copyright © 2023. All rights reserved.