Class PrivateDimension
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotations property.Gets the value of the caption property.Gets the value of the description property.Gets the value of the foreignKey property.Gets the value of the hierarchy property.getName()Gets the value of the name property.getType()Gets the value of the type property.booleanGets the value of the highCardinality property.voidsetCaption(String value) Sets the value of the caption property.voidsetDescription(String value) Sets the value of the description property.voidsetForeignKey(String value) Sets the value of the foreignKey property.voidsetHighCardinality(Boolean value) Sets the value of the highCardinality property.voidSets the value of the name property.voidSets the value of the type property.
-
Field Details
-
annotations
-
hierarchy
-
name
-
type
-
caption
-
description
-
foreignKey
-
highCardinality
-
-
Constructor Details
-
PrivateDimension
public PrivateDimension()
-
-
Method Details
-
getAnnotations
Gets the value of the annotations property.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
setmethod 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 -
getHierarchy
Gets the value of the hierarchy property.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
setmethod 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 -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getCaption
Gets the value of the caption property.- Returns:
- possible object is
String
-
setCaption
Sets the value of the caption property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getForeignKey
Gets the value of the foreignKey property.- Returns:
- possible object is
String
-
setForeignKey
Sets the value of the foreignKey property.- Parameters:
value- allowed object isString
-
isHighCardinality
public boolean isHighCardinality()Gets the value of the highCardinality property.- Returns:
- possible object is
Boolean
-
setHighCardinality
Sets the value of the highCardinality property.- Parameters:
value- allowed object isBoolean
-