java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.MetadataType

public class MetadataType extends Object

Java class for MetadataType complex type

.

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


 <complexType name="MetadataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocumentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SourceFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DocumentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • documentId

      protected String documentId
    • version

      protected String version
    • sourceFile

      protected String sourceFile
    • documentType

      protected String documentType
  • Constructor Details

    • MetadataType

      public MetadataType()
  • Method Details

    • getDocumentId

      public String getDocumentId()
      Gets the value of the documentId property.
      Returns:
      possible object is String
    • setDocumentId

      public void setDocumentId(String value)
      Sets the value of the documentId property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getSourceFile

      public String getSourceFile()
      Gets the value of the sourceFile property.
      Returns:
      possible object is String
    • setSourceFile

      public void setSourceFile(String value)
      Sets the value of the sourceFile property.
      Parameters:
      value - allowed object is String
    • getDocumentType

      public String getDocumentType()
      Gets the value of the documentType property.
      Returns:
      possible object is String
    • setDocumentType

      public void setDocumentType(String value)
      Sets the value of the documentType property.
      Parameters:
      value - allowed object is String