public class CTSortCondition extends 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 String |
customList |
protected Boolean |
descending |
protected Long |
dxfId |
protected Long |
iconId |
protected String |
iconSet |
protected String |
ref |
protected STSortBy |
sortBy |
| Constructor and Description |
|---|
CTSortCondition() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getCustomList()
Gets the value of the customList property.
|
Long |
getDxfId()
Gets the value of the dxfId property.
|
Long |
getIconId()
Gets the value of the iconId property.
|
String |
getIconSet()
Gets the value of the iconSet property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
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(String value)
Sets the value of the customList property.
|
void |
setDescending(Boolean value)
Sets the value of the descending property.
|
void |
setDxfId(Long value)
Sets the value of the dxfId property.
|
void |
setIconId(Long value)
Sets the value of the iconId property.
|
void |
setIconSet(String value)
Sets the value of the iconSet property.
|
void |
setParent(Object parent) |
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setSortBy(STSortBy value)
Sets the value of the sortBy property.
|
protected Boolean descending
protected STSortBy sortBy
protected String ref
protected String customList
protected Long dxfId
protected String iconSet
protected Long iconId
public boolean isDescending()
Booleanpublic void setDescending(Boolean value)
value - allowed object is
Booleanpublic STSortBy getSortBy()
STSortBypublic void setSortBy(STSortBy value)
value - allowed object is
STSortBypublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic String getCustomList()
Stringpublic void setCustomList(String value)
value - allowed object is
Stringpublic Long getDxfId()
Longpublic void setDxfId(Long value)
value - allowed object is
Longpublic String getIconSet()
Stringpublic void setIconSet(String value)
value - allowed object is
Stringpublic Long getIconId()
Longpublic void setIconId(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.