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

public class DocumentType extends Object

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 Details

  • Constructor Details

    • DocumentType

      public DocumentType()
  • Method Details

    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • getBody

      public BodyType getBody()
      Gets the value of the body property.
      Returns:
      possible object is BodyType
    • setBody

      public void setBody(BodyType value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is BodyType