Class SharedDimension
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>
-
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 hierarchy property.getName()Gets the value of the name property.getType()Gets the value of the type property.voidsetCaption(String value) Sets the value of the caption property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.voidSets the value of the type property.
-
Field Details
-
annotations
-
hierarchy
-
name
-
type
-
caption
-
description
-
-
Constructor Details
-
SharedDimension
public SharedDimension()
-
-
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
-