Class ExportManifestDto.ExportManifestInformation

  • Enclosing class:
    ExportManifestDto

    public static class ExportManifestDto.ExportManifestInformation
    extends Object

    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="exportDate" type="{http://www.w3.org/2001/XMLSchema}string" default="{date}" />
           <attribute name="exportBy" type="{http://www.w3.org/2001/XMLSchema}string" default="{user}" />
           <attribute name="rootFolder" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="manifestVersion" type="{http://www.w3.org/2001/XMLSchema}string" default="{version}" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • exportDate

        protected String exportDate
      • exportBy

        protected String exportBy
      • rootFolder

        protected String rootFolder
      • manifestVersion

        protected String manifestVersion
    • Constructor Detail

      • ExportManifestInformation

        public ExportManifestInformation()
    • Method Detail

      • getExportDate

        public String getExportDate()
        Gets the value of the exportDate property.
        Returns:
        possible object is String
      • setExportDate

        public void setExportDate​(String value)
        Sets the value of the exportDate property.
        Parameters:
        value - allowed object is String
      • getExportBy

        public String getExportBy()
        Gets the value of the exportBy property.
        Returns:
        possible object is String
      • setExportBy

        public void setExportBy​(String value)
        Sets the value of the exportBy property.
        Parameters:
        value - allowed object is String
      • getRootFolder

        public String getRootFolder()
        Gets the value of the rootFolder property.
        Returns:
        possible object is String
      • setRootFolder

        public void setRootFolder​(String value)
        Sets the value of the rootFolder property.
        Parameters:
        value - allowed object is String
      • getManifestVersion

        public String getManifestVersion()
        Gets the value of the manifest version, if present.
        Returns:
        possible object is String
      • setManifestVersion

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