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
Fields -
Constructor Summary
Constructors -
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
A normalized string- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getLocationType
Gets the value of the locationType property.- Returns:
- possible object is
String
-
setLocationType
Sets the value of the locationType property.- Parameters:
value
- allowed object isString
-