Class Reason

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

public class Reason extends Object
A type defining a content model for describing the nature and possible location of a error within a previous message.

Java class for Reason complex type.

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

 <complexType name="Reason">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reasonCode" type="{http://www.fpml.org/FpML-5/confirmation}ReasonCode"/>
         <element name="location" type="{http://www.fpml.org/FpML-5/confirmation}ProblemLocation" minOccurs="0"/>
         <element name="description" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="validationRuleId" type="{http://www.fpml.org/FpML-5/confirmation}Validation" minOccurs="0"/>
         <element name="additionalData" type="{http://www.fpml.org/FpML-5/confirmation}AdditionalData" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>