public class PrivateDimension extends Object
Java class for PrivateDimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivateDimension">
<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" />
<attribute name="foreignKey" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="highCardinality" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Annotations> |
annotations |
protected String |
caption |
protected String |
description |
protected String |
foreignKey |
protected List<Hierarchy> |
hierarchy |
protected Boolean |
highCardinality |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
PrivateDimension() |
| 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.
|
String |
getForeignKey()
Gets the value of the foreignKey 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.
|
boolean |
isHighCardinality()
Gets the value of the highCardinality property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setForeignKey(String value)
Sets the value of the foreignKey property.
|
void |
setHighCardinality(Boolean value)
Sets the value of the highCardinality 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
protected String foreignKey
protected Boolean highCardinality
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()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getForeignKey()
Stringpublic void setForeignKey(String value)
value - allowed object is
Stringpublic boolean isHighCardinality()
BooleanCopyright © 2021 Open Foris. All rights reserved.