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

    • value

      protected String value
    • locationType

      protected String locationType
  • Constructor Details

    • ProblemLocation

      public ProblemLocation()
  • Method Details

    • getValue

      public String getValue()
      A normalized string
      Returns:
      possible object is String
    • setValue

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

      public String getLocationType()
      Gets the value of the locationType property.
      Returns:
      possible object is String
    • setLocationType

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