Class ProblemLocation

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

public class ProblemLocation extends Object
Provides a lexical location (i.e. a line number and character for bad XML) or an XPath location (i.e. place to identify the bad location for valid XML).

Java class for ProblemLocation complex type.

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

 <complexType name="ProblemLocation">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>NormalizedString">
       <attribute name="locationType" type="{http://www.fpml.org/FpML-5/confirmation}Token" />
     </extension>
   </simpleContent>
 </complexType>