Class ExecutionDateTime

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

public class ExecutionDateTime extends Object
A type defining the trade execution date time and the source of it. For use inside containing types which already have a Reference to a Party that has assigned this trade execution date time.

Java class for ExecutionDateTime complex type.

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

 <complexType name="ExecutionDateTime">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
       <attribute name="executionDateTimeScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExecutionDateTime

      public ExecutionDateTime()
  • Method Details

    • getValue

      public XMLGregorianCalendar getValue()
      Gets the value of the value property.
      Returns:
      possible object is XMLGregorianCalendar
    • setValue

      public void setValue(XMLGregorianCalendar value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getExecutionDateTimeScheme

      public String getExecutionDateTimeScheme()
      Gets the value of the executionDateTimeScheme property.
      Returns:
      possible object is String
    • setExecutionDateTimeScheme

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