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>
 
  • Field Details

  • Constructor Details

    • TradeDifference

      public TradeDifference()
  • Method Details

    • getDifferenceType

      public DifferenceTypeEnum getDifferenceType()
      Gets the value of the differenceType property.
      Returns:
      possible object is DifferenceTypeEnum
    • setDifferenceType

      public void setDifferenceType(DifferenceTypeEnum value)
      Sets the value of the differenceType property.
      Parameters:
      value - allowed object is DifferenceTypeEnum
    • getDifferenceSeverity

      public DifferenceSeverityEnum getDifferenceSeverity()
      Gets the value of the differenceSeverity property.
      Returns:
      possible object is DifferenceSeverityEnum
    • setDifferenceSeverity

      public void setDifferenceSeverity(DifferenceSeverityEnum value)
      Sets the value of the differenceSeverity property.
      Parameters:
      value - allowed object is DifferenceSeverityEnum
    • getElement

      public String getElement()
      Gets the value of the element property.
      Returns:
      possible object is String
    • setElement

      public void setElement(String value)
      Sets the value of the element property.
      Parameters:
      value - allowed object is String
    • getBasePath

      public String getBasePath()
      Gets the value of the basePath property.
      Returns:
      possible object is String
    • setBasePath

      public void setBasePath(String value)
      Sets the value of the basePath property.
      Parameters:
      value - allowed object is String
    • getBaseValue

      public String getBaseValue()
      Gets the value of the baseValue property.
      Returns:
      possible object is String
    • setBaseValue

      public void setBaseValue(String value)
      Sets the value of the baseValue property.
      Parameters:
      value - allowed object is String
    • getOtherPath

      public String getOtherPath()
      Gets the value of the otherPath property.
      Returns:
      possible object is String
    • setOtherPath

      public void setOtherPath(String value)
      Sets the value of the otherPath property.
      Parameters:
      value - allowed object is String
    • getOtherValue

      public String getOtherValue()
      Gets the value of the otherValue property.
      Returns:
      possible object is String
    • setOtherValue

      public void setOtherValue(String value)
      Sets the value of the otherValue property.
      Parameters:
      value - allowed object is String
    • getMissingElement

      public List<String> getMissingElement()
      Gets the value of the missingElement property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the missingElement property.

      For example, to add a new item, do as follows:

          getMissingElement().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getExtraElement

      public List<String> getExtraElement()
      Gets the value of the extraElement property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the extraElement property.

      For example, to add a new item, do as follows:

          getExtraElement().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String