Class TradeDifference

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

public class TradeDifference extends Object
A type used to record the details of a difference between two business objects/

Java class for TradeDifference complex type.

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

 <complexType name="TradeDifference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="differenceType" type="{http://www.fpml.org/FpML-5/confirmation}DifferenceTypeEnum"/>
         <element name="differenceSeverity" type="{http://www.fpml.org/FpML-5/confirmation}DifferenceSeverityEnum"/>
         <element name="element" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
         <element name="basePath" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="baseValue" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="otherPath" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="otherValue" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="missingElement" type="{http://www.fpml.org/FpML-5/confirmation}String" maxOccurs="unbounded" minOccurs="0"/>
         <element name="extraElement" type="{http://www.fpml.org/FpML-5/confirmation}String" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>