Class ExportManifestProperty


  • public class ExportManifestProperty
    extends Object

    Java class for ExportManifestProperty complex type.

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

     <complexType name="ExportManifestProperty">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="EntityMetaData" type="{http://www.pentaho.com/schema/}EntityMetaData"/>
             <element name="EntityAcl" type="{http://www.pentaho.com/schema/}EntityAcl"/>
             <element name="CustomProperty" type="{http://www.pentaho.com/schema/}CustomProperty"
             maxOccurs="unbounded"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExportManifestProperty

        public ExportManifestProperty()
    • Method Detail

      • getEntityMetaData

        public EntityMetaData getEntityMetaData()
        Gets the value of the entityMetaData property.
        Returns:
        possible object is EntityMetaData
      • setEntityMetaData

        public void setEntityMetaData​(EntityMetaData value)
        Sets the value of the entityMetaData property.
        Parameters:
        value - allowed object is EntityMetaData
      • setEntityExtraMetaData

        public void setEntityExtraMetaData​(EntityExtraMetaData value)
        Sets the value of the entityExtraMetaData property.
        Parameters:
        value - allowed object is EntityExtraMetaData
      • getEntityAcl

        public EntityAcl getEntityAcl()
        Gets the value of the entityAcl property.
        Returns:
        possible object is EntityAcl
      • setEntityAcl

        public void setEntityAcl​(EntityAcl value)
        Sets the value of the entityAcl property.
        Parameters:
        value - allowed object is EntityAcl
      • getCustomProperty

        public List<CustomProperty> getCustomProperty()
        Gets the value of the customProperty 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 customProperty property.

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

         getCustomProperty().add( newItem );
         

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