public class CTDynamicFilter extends java.lang.Object implements Child
Java class for CT_DynamicFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DynamicFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DynamicFilterType" />
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="valIso" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="maxVal" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="maxValIso" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
maxVal |
protected javax.xml.datatype.XMLGregorianCalendar |
maxValIso |
protected STDynamicFilterType |
type |
protected java.lang.Double |
val |
protected javax.xml.datatype.XMLGregorianCalendar |
valIso |
| Constructor and Description |
|---|
CTDynamicFilter() |
| 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 |
getMaxVal()
Gets the value of the maxVal property.
|
javax.xml.datatype.XMLGregorianCalendar |
getMaxValIso()
Gets the value of the maxValIso property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STDynamicFilterType |
getType()
Gets the value of the type property.
|
java.lang.Double |
getVal()
Gets the value of the val property.
|
javax.xml.datatype.XMLGregorianCalendar |
getValIso()
Gets the value of the valIso property.
|
void |
setMaxVal(java.lang.Double value)
Sets the value of the maxVal property.
|
void |
setMaxValIso(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the maxValIso property.
|
void |
setParent(java.lang.Object parent) |
void |
setType(STDynamicFilterType value)
Sets the value of the type property.
|
void |
setVal(java.lang.Double value)
Sets the value of the val property.
|
void |
setValIso(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the valIso property.
|
protected STDynamicFilterType type
protected java.lang.Double val
protected javax.xml.datatype.XMLGregorianCalendar valIso
protected java.lang.Double maxVal
protected javax.xml.datatype.XMLGregorianCalendar maxValIso
public STDynamicFilterType getType()
STDynamicFilterTypepublic void setType(STDynamicFilterType value)
value - allowed object is
STDynamicFilterTypepublic java.lang.Double getVal()
Doublepublic void setVal(java.lang.Double value)
value - allowed object is
Doublepublic javax.xml.datatype.XMLGregorianCalendar getValIso()
XMLGregorianCalendarpublic void setValIso(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Double getMaxVal()
Doublepublic void setMaxVal(java.lang.Double value)
value - allowed object is
Doublepublic javax.xml.datatype.XMLGregorianCalendar getMaxValIso()
XMLGregorianCalendarpublic void setMaxValIso(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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.