public class CTTop10 extends java.lang.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 java.lang.Double |
filterVal |
protected java.lang.Boolean |
percent |
protected java.lang.Boolean |
top |
protected double |
val |
| Constructor and Description |
|---|
CTTop10() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.Double |
getFilterVal()
Gets the value of the filterVal property.
|
java.lang.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(java.lang.Double value)
Sets the value of the filterVal property.
|
void |
setParent(java.lang.Object parent) |
void |
setPercent(java.lang.Boolean value)
Sets the value of the percent property.
|
void |
setTop(java.lang.Boolean value)
Sets the value of the top property.
|
void |
setVal(double value)
Sets the value of the val property.
|
protected java.lang.Boolean top
protected java.lang.Boolean percent
protected double val
protected java.lang.Double filterVal
public boolean isTop()
Booleanpublic void setTop(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPercent()
Booleanpublic void setPercent(java.lang.Boolean value)
value - allowed object is
Booleanpublic double getVal()
public void setVal(double value)
public java.lang.Double getFilterVal()
Doublepublic void setFilterVal(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.