public class CTMdxTuple extends Object implements Child
Java class for CT_MdxTuple complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MdxTuple">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="n" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_MetadataStringIndex" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="c" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="ct" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="si" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="fi" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="bc" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_UnsignedIntHex" />
<attribute name="fc" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_UnsignedIntHex" />
<attribute name="i" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="u" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="st" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="b" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
b |
protected byte[] |
bc |
protected Long |
c |
protected String |
ct |
protected byte[] |
fc |
protected Long |
fi |
protected Boolean |
i |
protected List<CTMetadataStringIndex> |
n |
protected Long |
si |
protected Boolean |
st |
protected Boolean |
u |
| Constructor and Description |
|---|
CTMdxTuple() |
| 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.
|
byte[] |
getBc()
Gets the value of the bc property.
|
long |
getC()
Gets the value of the c property.
|
String |
getCt()
Gets the value of the ct property.
|
byte[] |
getFc()
Gets the value of the fc property.
|
Long |
getFi()
Gets the value of the fi property.
|
List<CTMetadataStringIndex> |
getN()
Gets the value of the n property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Long |
getSi()
Gets the value of the si property.
|
boolean |
isB()
Gets the value of the b property.
|
boolean |
isI()
Gets the value of the i property.
|
boolean |
isSt()
Gets the value of the st property.
|
boolean |
isU()
Gets the value of the u property.
|
void |
setB(Boolean value)
Sets the value of the b property.
|
void |
setBc(byte[] value)
Sets the value of the bc property.
|
void |
setC(Long value)
Sets the value of the c property.
|
void |
setCt(String value)
Sets the value of the ct property.
|
void |
setFc(byte[] value)
Sets the value of the fc property.
|
void |
setFi(Long value)
Sets the value of the fi property.
|
void |
setI(Boolean value)
Sets the value of the i property.
|
void |
setParent(Object parent) |
void |
setSi(Long value)
Sets the value of the si property.
|
void |
setSt(Boolean value)
Sets the value of the st property.
|
void |
setU(Boolean value)
Sets the value of the u property.
|
protected List<CTMetadataStringIndex> n
protected Long c
protected String ct
protected Long si
protected Long fi
protected byte[] bc
protected byte[] fc
protected Boolean i
protected Boolean u
protected Boolean st
protected Boolean b
public List<CTMetadataStringIndex> getN()
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 n property.
For example, to add a new item, do as follows:
getN().add(newItem);
Objects of the following type(s) are allowed in the list
CTMetadataStringIndex
public long getC()
Longpublic void setC(Long value)
value - allowed object is
Longpublic void setCt(String value)
value - allowed object is
Stringpublic void setSi(Long value)
value - allowed object is
Longpublic void setFi(Long value)
value - allowed object is
Longpublic byte[] getBc()
Stringpublic void setBc(byte[] value)
value - allowed object is
Stringpublic byte[] getFc()
Stringpublic void setFc(byte[] value)
value - allowed object is
Stringpublic boolean isI()
Booleanpublic void setI(Boolean value)
value - allowed object is
Booleanpublic boolean isU()
Booleanpublic void setU(Boolean value)
value - allowed object is
Booleanpublic boolean isSt()
Booleanpublic void setSt(Boolean value)
value - allowed object is
Booleanpublic boolean isB()
Booleanpublic void setB(Boolean value)
value - allowed object is
Booleanpublic 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.