public class SharedDimension extends Object
Java class for SharedDimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedDimension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotations" type="{}Annotations" maxOccurs="unbounded" minOccurs="0"/>
<element name="Hierarchy" type="{}Hierarchy" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" default="Standard">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Standard"/>
<enumeration value="TimeDimension"/>
</restriction>
</simpleType>
</attribute>
<attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Annotations> |
annotations |
protected String |
caption |
protected String |
description |
protected List<Hierarchy> |
hierarchy |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
SharedDimension() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotations> |
getAnnotations()
Gets the value of the annotations property.
|
String |
getCaption()
Gets the value of the caption property.
|
String |
getDescription()
Gets the value of the description property.
|
List<Hierarchy> |
getHierarchy()
Gets the value of the hierarchy property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected List<Annotations> annotations
protected String name
protected String type
protected String caption
protected String description
public List<Annotations> getAnnotations()
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 annotations property.
For example, to add a new item, do as follows:
getAnnotations().add(newItem);
Objects of the following type(s) are allowed in the list
Annotations
public List<Hierarchy> getHierarchy()
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 hierarchy property.
For example, to add a new item, do as follows:
getHierarchy().add(newItem);
Objects of the following type(s) are allowed in the list
Hierarchy
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2020 Open Foris. All rights reserved.