public class CTMdxSet extends Object implements Child
Java class for CT_MdxSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MdxSet"> <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="ns" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="c" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <attribute name="o" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_MdxSetOrder" default="u" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
c |
protected List<CTMetadataStringIndex> |
n |
protected long |
ns |
protected STMdxSetOrder |
o |
Constructor and Description |
---|
CTMdxSet() |
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 |
getC()
Gets the value of the c property.
|
List<CTMetadataStringIndex> |
getN()
Gets the value of the n property.
|
long |
getNs()
Gets the value of the ns property.
|
STMdxSetOrder |
getO()
Gets the value of the o property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setC(Long value)
Sets the value of the c property.
|
void |
setNs(long value)
Sets the value of the ns property.
|
void |
setO(STMdxSetOrder value)
Sets the value of the o property.
|
void |
setParent(Object parent) |
protected List<CTMetadataStringIndex> n
protected long ns
protected Long c
protected STMdxSetOrder o
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 getNs()
public void setNs(long value)
public long getC()
Long
public void setC(Long value)
value
- allowed object is
Long
public STMdxSetOrder getO()
STMdxSetOrder
public void setO(STMdxSetOrder value)
value
- allowed object is
STMdxSetOrder
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.