Class ProblemLocation
java.lang.Object
net.finmath.smartcontract.product.xml.ProblemLocation
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the locationType property.getValue()
A normalized stringvoid
setLocationType
(String value) Sets the value of the locationType property.void
Sets the value of the value property.
-
Field Details
-
value
-
locationType
-
-
Constructor Details
-
ProblemLocation
public ProblemLocation()
-
-
Method Details
-
getValue
-
setValue
-
getLocationType
-
setLocationType
-