Class DocumentType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.DocumentType
Java class for DocumentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Metadata" type="{http://jurgenei.name/canonical}MetadataType"/>
<element name="Body" type="{http://jurgenei.name/canonical}BodyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Gets the value of the body property.Gets the value of the metadata property.voidSets the value of the body property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.
-
Field Details
-
metadata
-
body
-
-
Constructor Details
-
DocumentType
public DocumentType()
-
-
Method Details
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType
-
getBody
Gets the value of the body property.- Returns:
- possible object is
BodyType
-
setBody
Sets the value of the body property.- Parameters:
value- allowed object isBodyType
-