public class CalculatedMember extends Object
Java class for CalculatedMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculatedMember">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotations" type="{}Annotations" minOccurs="0"/>
<element name="Formula" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="CalculatedMemberProperty" type="{}CalculatedMemberProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="formatString" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dimension" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
annotations |
protected List<CalculatedMemberProperty> |
calculatedMemberProperty |
protected String |
caption |
protected String |
description |
protected String |
dimension |
protected String |
formatString |
protected Object |
formula |
protected String |
name |
protected Boolean |
visible |
| Constructor and Description |
|---|
CalculatedMember() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getAnnotations()
Gets the value of the annotations property.
|
List<CalculatedMemberProperty> |
getCalculatedMemberProperty()
Gets the value of the calculatedMemberProperty property.
|
String |
getCaption()
Gets the value of the caption property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDimension()
Gets the value of the dimension property.
|
String |
getFormatString()
Gets the value of the formatString property.
|
Object |
getFormula()
Gets the value of the formula property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setAnnotations(Annotations value)
Sets the value of the annotations property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDimension(String value)
Sets the value of the dimension property.
|
void |
setFormatString(String value)
Sets the value of the formatString property.
|
void |
setFormula(Object value)
Sets the value of the formula property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
protected Annotations annotations
protected Object formula
protected List<CalculatedMemberProperty> calculatedMemberProperty
protected String name
protected String formatString
protected String caption
protected String description
protected String dimension
protected Boolean visible
public Annotations getAnnotations()
Annotationspublic void setAnnotations(Annotations value)
value - allowed object is
Annotationspublic Object getFormula()
Objectpublic void setFormula(Object value)
value - allowed object is
Objectpublic List<CalculatedMemberProperty> getCalculatedMemberProperty()
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 calculatedMemberProperty property.
For example, to add a new item, do as follows:
getCalculatedMemberProperty().add(newItem);
Objects of the following type(s) are allowed in the list
CalculatedMemberProperty
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFormatString()
Stringpublic void setFormatString(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDimension()
Stringpublic void setDimension(String value)
value - allowed object is
Stringpublic boolean isVisible()
BooleanCopyright © 2020 Open Foris. All rights reserved.