Class ExportManifestMetadata


  • public class ExportManifestMetadata
    extends Object

    Java class for ExportManifestMetadata complex type.

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

     <complexType name="ExportManifestMetadata">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="domainId" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • domainId

        protected String domainId
    • Constructor Detail

      • ExportManifestMetadata

        public ExportManifestMetadata()
    • Method Detail

      • getDomainId

        public String getDomainId()
        Gets the value of the domainId property.
        Returns:
        possible object is String
      • setDomainId

        public void setDomainId​(String value)
        Sets the value of the domainId property.
        Parameters:
        value - allowed object is String
      • 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