Package org.xlsx4j.sml
Class CTSortCondition
java.lang.Object
org.xlsx4j.sml.CTSortCondition
- All Implemented Interfaces:
Child
Java class for CT_SortCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SortCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="descending" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="sortBy" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_SortBy" default="value" />
<attribute name="ref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
<attribute name="customList" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="dxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" />
<attribute name="iconSet" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_IconSetType" default="3Arrows" />
<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 customList property.getDxfId()Gets the value of the dxfId property.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.getRef()Gets the value of the ref property.Gets the value of the sortBy property.booleanGets the value of the descending property.voidsetCustomList(String value) Sets the value of the customList property.voidsetDescending(Boolean value) Sets the value of the descending property.voidSets the value of the dxfId property.voidSets the value of the iconId property.voidsetIconSet(String value) Sets the value of the iconSet property.voidvoidSets the value of the ref property.voidSets the value of the sortBy property.
-
Field Details
-
descending
-
sortBy
-
ref
-
customList
-
dxfId
-
iconSet
-
iconId
-
-
Constructor Details
-
CTSortCondition
public CTSortCondition()
-
-
Method Details
-
isDescending
public boolean isDescending()Gets the value of the descending property.- Returns:
- possible object is
Boolean
-
setDescending
Sets the value of the descending property.- Parameters:
value- allowed object isBoolean
-
getSortBy
Gets the value of the sortBy property.- Returns:
- possible object is
STSortBy
-
setSortBy
Sets the value of the sortBy property.- Parameters:
value- allowed object isSTSortBy
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isString
-
getCustomList
Gets the value of the customList property.- Returns:
- possible object is
String
-
setCustomList
Sets the value of the customList property.- Parameters:
value- allowed object isString
-
getDxfId
Gets the value of the dxfId property.- Returns:
- possible object is
Long
-
setDxfId
Sets the value of the dxfId property.- Parameters:
value- allowed object isLong
-
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.
-