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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
customList |
protected java.lang.Boolean |
descending |
protected java.lang.Long |
dxfId |
protected java.lang.Long |
iconId |
protected java.lang.String |
iconSet |
protected java.lang.String |
ref |
protected STSortBy |
sortBy |
| Constructor and Description |
|---|
CTSortCondition() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getCustomList()
Gets the value of the customList property.
|
java.lang.Long |
getDxfId()
Gets the value of the dxfId property.
|
java.lang.Long |
getIconId()
Gets the value of the iconId property.
|
java.lang.String |
getIconSet()
Gets the value of the iconSet property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
STSortBy |
getSortBy()
Gets the value of the sortBy property.
|
boolean |
isDescending()
Gets the value of the descending property.
|
void |
setCustomList(java.lang.String value)
Sets the value of the customList property.
|
void |
setDescending(java.lang.Boolean value)
Sets the value of the descending property.
|
void |
setDxfId(java.lang.Long value)
Sets the value of the dxfId property.
|
void |
setIconId(java.lang.Long value)
Sets the value of the iconId property.
|
void |
setIconSet(java.lang.String value)
Sets the value of the iconSet property.
|
void |
setParent(java.lang.Object parent) |
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
void |
setSortBy(STSortBy value)
Sets the value of the sortBy property.
|
protected java.lang.Boolean descending
protected STSortBy sortBy
protected java.lang.String ref
protected java.lang.String customList
protected java.lang.Long dxfId
protected java.lang.String iconSet
protected java.lang.Long iconId
public boolean isDescending()
Booleanpublic void setDescending(java.lang.Boolean value)
value - allowed object is
Booleanpublic STSortBy getSortBy()
STSortBypublic void setSortBy(STSortBy value)
value - allowed object is
STSortBypublic java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomList()
Stringpublic void setCustomList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getDxfId()
Longpublic void setDxfId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getIconSet()
Stringpublic void setIconSet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getIconId()
Longpublic void setIconId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.