Class ExportManifestEntityDto


  • public class ExportManifestEntityDto
    extends Object

    Java class for ExportManifestEntityDto complex type.

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

     <complexType name="ExportManifestEntityDto">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ExportManifestProperty" type="{http://www.pentaho.com/schema/}ExportManifestProperty"
     maxOccurs="unbounded"/>
           </sequence>
           <attribute name="path">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <minLength value="1"/>
                 <maxLength value="255"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExportManifestEntityDto

        public ExportManifestEntityDto()
    • Method Detail

      • getExportManifestProperty

        public List<ExportManifestProperty> getExportManifestProperty()
        Gets the value of the exportManifestProperty 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 set method for the exportManifestProperty property.

        For example, to add a new item, do as follows:

         getExportManifestProperty().add( newItem );
         

        Objects of the following type(s) are allowed in the list ExportManifestProperty

      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String