public class CTSet extends Object implements Child
Java class for CT_Set complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Set"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tpls" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Tuples" maxOccurs="unbounded" minOccurs="0"/> <element name="sortByTuple" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Tuples" minOccurs="0"/> </sequence> <attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="maxRank" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="setDefinition" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="sortType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_SortType" default="none" /> <attribute name="queryFailed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
count |
protected int |
maxRank |
protected Boolean |
queryFailed |
protected String |
setDefinition |
protected CTTuples |
sortByTuple |
protected STSortType |
sortType |
protected List<CTTuples> |
tpls |
Constructor and Description |
---|
CTSet() |
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.
|
Long |
getCount()
Gets the value of the count property.
|
int |
getMaxRank()
Gets the value of the maxRank property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSetDefinition()
Gets the value of the setDefinition property.
|
CTTuples |
getSortByTuple()
Gets the value of the sortByTuple property.
|
STSortType |
getSortType()
Gets the value of the sortType property.
|
List<CTTuples> |
getTpls()
Gets the value of the tpls property.
|
boolean |
isQueryFailed()
Gets the value of the queryFailed property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setMaxRank(int value)
Sets the value of the maxRank property.
|
void |
setParent(Object parent) |
void |
setQueryFailed(Boolean value)
Sets the value of the queryFailed property.
|
void |
setSetDefinition(String value)
Sets the value of the setDefinition property.
|
void |
setSortByTuple(CTTuples value)
Sets the value of the sortByTuple property.
|
void |
setSortType(STSortType value)
Sets the value of the sortType property.
|
protected CTTuples sortByTuple
protected Long count
protected int maxRank
protected String setDefinition
protected STSortType sortType
protected Boolean queryFailed
public List<CTTuples> getTpls()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the tpls property.
For example, to add a new item, do as follows:
getTpls().add(newItem);
Objects of the following type(s) are allowed in the list
CTTuples
public CTTuples getSortByTuple()
CTTuples
public void setSortByTuple(CTTuples value)
value
- allowed object is
CTTuples
public Long getCount()
Long
public void setCount(Long value)
value
- allowed object is
Long
public int getMaxRank()
public void setMaxRank(int value)
public String getSetDefinition()
String
public void setSetDefinition(String value)
value
- allowed object is
String
public STSortType getSortType()
STSortType
public void setSortType(STSortType value)
value
- allowed object is
STSortType
public boolean isQueryFailed()
Boolean
public void setQueryFailed(Boolean value)
value
- allowed object is
Boolean
public 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-2019. All Rights Reserved.