Class ExportManifestMondrian


  • public class ExportManifestMondrian
    extends Object

    Java class for ExportManifestMondrian complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ExportManifestMondrian">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="catalogName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="xmlaEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="parameters" type="{http://www.pentaho.com/schema/}Parameters" minOccurs="0"/>
             <element name="annotationsFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • catalogName

        protected String catalogName
      • xmlaEnabled

        protected boolean xmlaEnabled
      • annotationsFile

        protected String annotationsFile
    • Constructor Detail

      • ExportManifestMondrian

        public ExportManifestMondrian()
    • Method Detail

      • getCatalogName

        public String getCatalogName()
        Gets the value of the catalogName property.
        Returns:
        possible object is String
      • setCatalogName

        public void setCatalogName​(String value)
        Sets the value of the catalogName property.
        Parameters:
        value - allowed object is String
      • isXmlaEnabled

        public boolean isXmlaEnabled()
        Gets the value of the xmlaEnabled property.
      • setXmlaEnabled

        public void setXmlaEnabled​(boolean value)
        Sets the value of the xmlaEnabled property.
      • getParameters

        public Parameters getParameters()
        Gets the value of the parameters property.
        Returns:
        possible object is Parameters
      • setParameters

        public void setParameters​(Parameters value)
        Sets the value of the parameters property.
        Parameters:
        value - allowed object is Parameters
      • getFile

        public String getFile()
        Gets the value of the file property.
        Returns:
        possible object is String
      • setFile

        public void setFile​(String value)
        Sets the value of the file property.
        Parameters:
        value - allowed object is String
      • getAnnotationsFile

        public String getAnnotationsFile()
        Gets the value of the annotationsFile property.
        Returns:
        possible object is String
      • setAnnotationsFile

        public void setAnnotationsFile​(String annotationsFile)
        Sets the value of the annotationsFile property
        Parameters:
        annotationsFile - allowed object is String