public class DimensionUsage extends Object
Java class for DimensionUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DimensionUsage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotations" type="{}Annotations" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="level" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usagePrefix" 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 |
foreignKey |
protected Boolean |
highCardinality |
protected String |
level |
protected String |
name |
protected String |
source |
protected String |
usagePrefix |
| Constructor and Description |
|---|
DimensionUsage() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotations> |
getAnnotations()
Gets the value of the annotations property.
|
String |
getForeignKey()
Gets the value of the foreignKey property.
|
String |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSource()
Gets the value of the source property.
|
String |
getUsagePrefix()
Gets the value of the usagePrefix property.
|
boolean |
isHighCardinality()
Gets the value of the highCardinality property.
|
void |
setForeignKey(String value)
Sets the value of the foreignKey property.
|
void |
setHighCardinality(Boolean value)
Sets the value of the highCardinality property.
|
void |
setLevel(String value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setUsagePrefix(String value)
Sets the value of the usagePrefix property.
|
protected List<Annotations> annotations
protected String name
protected String source
protected String level
protected String usagePrefix
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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic String getUsagePrefix()
Stringpublic void setUsagePrefix(String value)
value - allowed object is
Stringpublic String getForeignKey()
Stringpublic void setForeignKey(String value)
value - allowed object is
Stringpublic boolean isHighCardinality()
BooleanCopyright © 2020 Open Foris. All rights reserved.