Class MetadataType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.MetadataType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentId property.Gets the value of the documentType property.Gets the value of the sourceFile property.Gets the value of the version property.voidsetDocumentId(String value) Sets the value of the documentId property.voidsetDocumentType(String value) Sets the value of the documentType property.voidsetSourceFile(String value) Sets the value of the sourceFile property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
documentId
-
version
-
sourceFile
-
documentType
-
-
Constructor Details
-
MetadataType
public MetadataType()
-
-
Method Details
-
getDocumentId
Gets the value of the documentId property.- Returns:
- possible object is
String
-
setDocumentId
Sets the value of the documentId property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getSourceFile
Gets the value of the sourceFile property.- Returns:
- possible object is
String
-
setSourceFile
Sets the value of the sourceFile property.- Parameters:
value- allowed object isString
-
getDocumentType
Gets the value of the documentType property.- Returns:
- possible object is
String
-
setDocumentType
Sets the value of the documentType property.- Parameters:
value- allowed object isString
-