Class RFC3066

java.lang.Object
org.docx4j.docProps.core.dc.elements.SimpleLiteral
org.docx4j.docProps.core.dc.terms.RFC3066

public class RFC3066
extends SimpleLiteral

Java class for RFC3066 complex type.

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

 <complexType name="RFC3066">
   <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
    Constructor Description
    RFC3066()  
  • Method Summary

    Methods inherited from class org.docx4j.docProps.core.dc.elements.SimpleLiteral

    getContent, getLang, setLang

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RFC3066

      public RFC3066()