org.docx4j.docProps.core.dc.terms
Class DCMIType

java.lang.Object
  extended by org.docx4j.docProps.core.dc.elements.SimpleLiteral
      extended by org.docx4j.docProps.core.dc.terms.DCMIType

public class DCMIType
extends SimpleLiteral

Java class for DCMIType complex type.

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

 <complexType name="DCMIType">
   <simpleContent>
     <restriction base="<http://purl.org/dc/elements/1.1/>SimpleLiteral">
     </restriction>
   </simpleContent>
 </complexType>
 


Constructor Summary
DCMIType()
           
 
Method Summary
 
Methods inherited from class org.docx4j.docProps.core.dc.elements.SimpleLiteral
getContent, getLang, setLang
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCMIType

public DCMIType()