Package org.xlsx4j.sml
Class CTSortCondition
java.lang.Object
org.xlsx4j.sml.CTSortCondition
- All Implemented Interfaces:
Child
public class CTSortCondition extends java.lang.Object implements 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 Modifier and Type Field Description protected java.lang.StringcustomListprotected java.lang.Booleandescendingprotected java.lang.LongdxfIdprotected java.lang.LongiconIdprotected java.lang.StringiconSetprotected java.lang.Stringrefprotected STSortBysortBy -
Constructor Summary
Constructors Constructor Description CTSortCondition() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetCustomList()Gets the value of the customList property.java.lang.LonggetDxfId()Gets the value of the dxfId property.java.lang.LonggetIconId()Gets the value of the iconId property.java.lang.StringgetIconSet()Gets the value of the iconSet property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetRef()Gets the value of the ref property.STSortBygetSortBy()Gets the value of the sortBy property.booleanisDescending()Gets the value of the descending property.voidsetCustomList(java.lang.String value)Sets the value of the customList property.voidsetDescending(java.lang.Boolean value)Sets the value of the descending property.voidsetDxfId(java.lang.Long value)Sets the value of the dxfId property.voidsetIconId(java.lang.Long value)Sets the value of the iconId property.voidsetIconSet(java.lang.String value)Sets the value of the iconSet property.voidsetParent(java.lang.Object parent)voidsetRef(java.lang.String value)Sets the value of the ref property.voidsetSortBy(STSortBy value)Sets the value of the sortBy property.
-
Field Details
-
descending
protected java.lang.Boolean descending -
sortBy
-
ref
protected java.lang.String ref -
customList
protected java.lang.String customList -
dxfId
protected java.lang.Long dxfId -
iconSet
protected java.lang.String iconSet -
iconId
protected java.lang.Long 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
public void setDescending(java.lang.Boolean value)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
public java.lang.String getRef()Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
public void setRef(java.lang.String value)Sets the value of the ref property.- Parameters:
value- allowed object isString
-
getCustomList
public java.lang.String getCustomList()Gets the value of the customList property.- Returns:
- possible object is
String
-
setCustomList
public void setCustomList(java.lang.String value)Sets the value of the customList property.- Parameters:
value- allowed object isString
-
getDxfId
public java.lang.Long getDxfId()Gets the value of the dxfId property.- Returns:
- possible object is
Long
-
setDxfId
public void setDxfId(java.lang.Long value)Sets the value of the dxfId property.- Parameters:
value- allowed object isLong
-
getIconSet
public java.lang.String getIconSet()Gets the value of the iconSet property.- Returns:
- possible object is
String
-
setIconSet
public void setIconSet(java.lang.String value)Sets the value of the iconSet property.- Parameters:
value- allowed object isString
-
getIconId
public java.lang.Long getIconId()Gets the value of the iconId property.- Returns:
- possible object is
Long
-
setIconId
public void setIconId(java.lang.Long value)Sets the value of the iconId property.- Parameters:
value- allowed object isLong
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-