Package org.docx4j.docProps.variantTypes
Class Null
java.lang.Object
org.docx4j.docProps.variantTypes.Null
public class Null
extends java.lang.Object
Java class for CT_Null complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Null">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors Constructor Description Null() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Null
public Null()
-