Class W3CDTF
java.lang.Object
org.docx4j.docProps.core.dc.elements.SimpleLiteral
org.docx4j.docProps.core.dc.terms.W3CDTF
Java class for W3CDTF complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="W3CDTF">
<simpleContent>
<restriction base="<http://purl.org/dc/elements/1.1/>SimpleLiteral">
</restriction>
</simpleContent>
</complexType>
-
Field Summary
Fields inherited from class org.docx4j.docProps.core.dc.elements.SimpleLiteral
content, lang -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.docx4j.docProps.core.dc.elements.SimpleLiteral
getContent, getLang, setLang
-
Constructor Details
-
W3CDTF
public W3CDTF()
-