Class AdditionalData

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

public class AdditionalData extends Object
Provides extra information not represented in the model that may be useful in processing the message i.e. diagnosing the reason for failure.

Java class for AdditionalData complex type.

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

 <complexType name="AdditionalData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mimeType" type="{http://www.fpml.org/FpML-5/confirmation}MimeType"/>
         <choice>
           <element name="string" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
           <element name="hexadecimalBinary" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
           <element name="base64Binary" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           <element name="originalMessage">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <any processContents='skip'/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>