public class CTMdxKPI extends Object implements Child
Java class for CT_MdxKPI complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MdxKPI"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="n" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="np" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="p" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_MdxKPIProperty" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
n |
protected long |
np |
protected STMdxKPIProperty |
p |
Constructor and Description |
---|
CTMdxKPI() |
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 |
getN()
Gets the value of the n property.
|
long |
getNp()
Gets the value of the np property.
|
STMdxKPIProperty |
getP()
Gets the value of the p property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setN(long value)
Sets the value of the n property.
|
void |
setNp(long value)
Sets the value of the np property.
|
void |
setP(STMdxKPIProperty value)
Sets the value of the p property.
|
void |
setParent(Object parent) |
protected long n
protected long np
protected STMdxKPIProperty p
public long getN()
public void setN(long value)
public long getNp()
public void setNp(long value)
public STMdxKPIProperty getP()
STMdxKPIProperty
public void setP(STMdxKPIProperty value)
value
- allowed object is
STMdxKPIProperty
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.