Package org.xlsx4j.sml
Class CTIconFilter
java.lang.Object
org.xlsx4j.sml.CTIconFilter
- All Implemented Interfaces:
Child
Java class for CT_IconFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_IconFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="iconSet" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_IconSetType" />
<attribute name="iconId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 iconId property.Gets the value of the iconSet property.Gets the parent object in the object tree representing the unmarshalled xml document.voidSets the value of the iconId property.voidsetIconSet(String value) Sets the value of the iconSet property.void
-
Field Details
-
iconSet
-
iconId
-
-
Constructor Details
-
CTIconFilter
public CTIconFilter()
-
-
Method Details
-
getIconSet
Gets the value of the iconSet property.- Returns:
- possible object is
String
-
setIconSet
Sets the value of the iconSet property.- Parameters:
value- allowed object isString
-
getIconId
Gets the value of the iconId property.- Returns:
- possible object is
Long
-
setIconId
Sets the value of the iconId property.- Parameters:
value- allowed object isLong
-
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.
-