public class CTTop10 extends Object implements Child
Java class for CT_Top10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Top10">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="top" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="percent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="val" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="filterVal" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
filterVal |
protected Boolean |
percent |
protected Boolean |
top |
protected double |
val |
| Constructor and Description |
|---|
CTTop10() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Double |
getFilterVal()
Gets the value of the filterVal property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
double |
getVal()
Gets the value of the val property.
|
boolean |
isPercent()
Gets the value of the percent property.
|
boolean |
isTop()
Gets the value of the top property.
|
void |
setFilterVal(Double value)
Sets the value of the filterVal property.
|
void |
setParent(Object parent) |
void |
setPercent(Boolean value)
Sets the value of the percent property.
|
void |
setTop(Boolean value)
Sets the value of the top property.
|
void |
setVal(double value)
Sets the value of the val property.
|
protected Boolean top
protected Boolean percent
protected double val
protected Double filterVal
public boolean isTop()
Booleanpublic void setTop(Boolean value)
value - allowed object is
Booleanpublic boolean isPercent()
Booleanpublic void setPercent(Boolean value)
value - allowed object is
Booleanpublic double getVal()
public void setVal(double value)
public Double getFilterVal()
Doublepublic void setFilterVal(Double value)
value - allowed object is
Doublepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.