Class TradeDifference
Java class for TradeDifference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeDifference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="differenceType" type="{http://www.fpml.org/FpML-5/confirmation}DifferenceTypeEnum"/> <element name="differenceSeverity" type="{http://www.fpml.org/FpML-5/confirmation}DifferenceSeverityEnum"/> <element name="element" type="{http://www.fpml.org/FpML-5/confirmation}String"/> <element name="basePath" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="baseValue" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="otherPath" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="otherValue" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="missingElement" type="{http://www.fpml.org/FpML-5/confirmation}String" maxOccurs="unbounded" minOccurs="0"/> <element name="extraElement" type="{http://www.fpml.org/FpML-5/confirmation}String" maxOccurs="unbounded" minOccurs="0"/> <element name="message" type="{http://www.fpml.org/FpML-5/confirmation}String"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected DifferenceSeverityEnum
protected DifferenceTypeEnum
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the basePath property.Gets the value of the baseValue property.Gets the value of the differenceSeverity property.Gets the value of the differenceType property.Gets the value of the element property.Gets the value of the extraElement property.Gets the value of the message property.Gets the value of the missingElement property.Gets the value of the otherPath property.Gets the value of the otherValue property.void
setBasePath
(String value) Sets the value of the basePath property.void
setBaseValue
(String value) Sets the value of the baseValue property.void
Sets the value of the differenceSeverity property.void
Sets the value of the differenceType property.void
setElement
(String value) Sets the value of the element property.void
setMessage
(String value) Sets the value of the message property.void
setOtherPath
(String value) Sets the value of the otherPath property.void
setOtherValue
(String value) Sets the value of the otherValue property.
-
Field Details
-
differenceType
-
differenceSeverity
-
element
-
basePath
-
baseValue
-
otherPath
-
otherValue
-
missingElement
-
extraElement
-
message
-
-
Constructor Details
-
TradeDifference
public TradeDifference()
-
-
Method Details
-
getDifferenceType
Gets the value of the differenceType property.- Returns:
- possible object is
DifferenceTypeEnum
-
setDifferenceType
Sets the value of the differenceType property.- Parameters:
value
- allowed object isDifferenceTypeEnum
-
getDifferenceSeverity
Gets the value of the differenceSeverity property.- Returns:
- possible object is
DifferenceSeverityEnum
-
setDifferenceSeverity
Sets the value of the differenceSeverity property.- Parameters:
value
- allowed object isDifferenceSeverityEnum
-
getElement
-
setElement
-
getBasePath
-
setBasePath
-
getBaseValue
-
setBaseValue
-
getOtherPath
-
setOtherPath
-
getOtherValue
-
setOtherValue
-
getMissingElement
Gets the value of the missingElement property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the missingElement property.For example, to add a new item, do as follows:
getMissingElement().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getExtraElement
Gets the value of the extraElement property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the extraElement property.For example, to add a new item, do as follows:
getExtraElement().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getMessage
-
setMessage
-