public class CTDynamicFilter extends 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 Double |
maxVal |
protected XMLGregorianCalendar |
maxValIso |
protected STDynamicFilterType |
type |
protected Double |
val |
protected XMLGregorianCalendar |
valIso |
Constructor and Description |
---|
CTDynamicFilter() |
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 |
getMaxVal()
Gets the value of the maxVal property.
|
XMLGregorianCalendar |
getMaxValIso()
Gets the value of the maxValIso property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STDynamicFilterType |
getType()
Gets the value of the type property.
|
Double |
getVal()
Gets the value of the val property.
|
XMLGregorianCalendar |
getValIso()
Gets the value of the valIso property.
|
void |
setMaxVal(Double value)
Sets the value of the maxVal property.
|
void |
setMaxValIso(XMLGregorianCalendar value)
Sets the value of the maxValIso property.
|
void |
setParent(Object parent) |
void |
setType(STDynamicFilterType value)
Sets the value of the type property.
|
void |
setVal(Double value)
Sets the value of the val property.
|
void |
setValIso(XMLGregorianCalendar value)
Sets the value of the valIso property.
|
protected STDynamicFilterType type
protected Double val
protected XMLGregorianCalendar valIso
protected Double maxVal
protected XMLGregorianCalendar maxValIso
public STDynamicFilterType getType()
STDynamicFilterType
public void setType(STDynamicFilterType value)
value
- allowed object is
STDynamicFilterType
public Double getVal()
Double
public void setVal(Double value)
value
- allowed object is
Double
public XMLGregorianCalendar getValIso()
XMLGregorianCalendar
public void setValIso(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Double getMaxVal()
Double
public void setMaxVal(Double value)
value
- allowed object is
Double
public XMLGregorianCalendar getMaxValIso()
XMLGregorianCalendar
public void setMaxValIso(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public 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-2019. All Rights Reserved.