com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class PrimaveraXmlReadingOptions



  • public class PrimaveraXmlReadingOptions
    extends Object

    Allows to specify additional options when reading Primavera Xml files.

    • Constructor Detail

      • PrimaveraXmlReadingOptions

        public PrimaveraXmlReadingOptions()

        Initializes a new instance of the PrimaveraXmlReadingOptions class.

    • Method Detail

      • getProjectUid

        public final int getProjectUid()

        Gets the UID of a project to read from file containing multiple projects.

        Returns:
        the UID of a project to read from file containing multiple projects.
      • setProjectUid

        public final void setProjectUid(int value)

        Sets the UID of a project to read from file containing multiple projects.

        Parameters:
        value - the UID of a project to read from file containing multiple projects.