Package org.openforis.collect.mondrian
Class Schema.VirtualCube.VirtualCubeDimension
java.lang.Object
org.openforis.collect.mondrian.Schema.VirtualCube.VirtualCubeDimension
- Enclosing class:
Schema.VirtualCube
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="cubeName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" 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 cubeName property.getName()Gets the value of the name property.voidsetCubeName(String value) Sets the value of the cubeName property.voidSets the value of the name property.
-
Field Details
-
cubeName
-
name
-
-
Constructor Details
-
VirtualCubeDimension
public VirtualCubeDimension()
-
-
Method Details
-
getCubeName
Gets the value of the cubeName property.- Returns:
- possible object is
String
-
setCubeName
Sets the value of the cubeName property.- Parameters:
value- allowed object isString
-
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
-