Package org.xlsx4j.sml
Class CTDynamicFilter
java.lang.Object
org.xlsx4j.sml.CTDynamicFilter
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected XMLGregorianCalendarprotected STDynamicFilterTypeprotected Doubleprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the maxVal property.Gets the value of the maxValIso property.Gets the parent object in the object tree representing the unmarshalled xml document.getType()Gets the value of the type property.getVal()Gets the value of the val property.Gets the value of the valIso property.voidSets the value of the maxVal property.voidsetMaxValIso(XMLGregorianCalendar value) Sets the value of the maxValIso property.voidvoidsetType(STDynamicFilterType value) Sets the value of the type property.voidSets the value of the val property.voidsetValIso(XMLGregorianCalendar value) Sets the value of the valIso property.
-
Field Details
-
type
-
val
-
valIso
-
maxVal
-
maxValIso
-
-
Constructor Details
-
CTDynamicFilter
public CTDynamicFilter()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
STDynamicFilterType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTDynamicFilterType
-
getVal
Gets the value of the val property.- Returns:
- possible object is
Double
-
setVal
Sets the value of the val property.- Parameters:
value- allowed object isDouble
-
getValIso
Gets the value of the valIso property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValIso
Sets the value of the valIso property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMaxVal
Gets the value of the maxVal property.- Returns:
- possible object is
Double
-
setMaxVal
Sets the value of the maxVal property.- Parameters:
value- allowed object isDouble
-
getMaxValIso
Gets the value of the maxValIso property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMaxValIso
Sets the value of the maxValIso property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-