Class Empty

java.lang.Object
net.finmath.smartcontract.product.xml.Empty

public class Empty extends Object
A special type meant to be used for elements with no content and no attributes.

Java class for Empty complex type.

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

 <complexType name="Empty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>