Class FxTouch
Java class for FxTouch complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="FxTouch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="touchCondition" type="{http://www.fpml.org/FpML-5/confirmation}TouchConditionEnum"/>
         <element name="direction" type="{http://www.fpml.org/FpML-5/confirmation}TriggerConditionEnum" minOccurs="0"/>
         <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/>
         <element name="triggerRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="spotRate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
         <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" maxOccurs="unbounded"/>
         <choice minOccurs="0">
           <sequence>
             <sequence>
               <element name="observationStartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
               <element name="observationStartTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
             </sequence>
             <sequence minOccurs="0">
               <element name="observationEndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
               <element name="observationEndTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
             </sequence>
           </sequence>
           <element name="observationPoint" type="{http://www.fpml.org/FpML-5/confirmation}FxBusinessCenterDateTime" maxOccurs="unbounded" minOccurs="2"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected TriggerConditionEnumprotected List<InformationSource>protected XMLGregorianCalendarprotected BusinessCenterTimeprotected List<FxBusinessCenterDateTime>protected XMLGregorianCalendarprotected BusinessCenterTimeprotected QuotedCurrencyPairprotected BigDecimalprotected TouchConditionEnumprotected BigDecimal
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the direction property.Gets the value of the informationSource property.Gets the value of the observationEndDate property.Gets the value of the observationEndTime property.Gets the value of the observationPoint property.Gets the value of the observationStartDate property.Gets the value of the observationStartTime property.Gets the value of the quotedCurrencyPair property.Gets the value of the spotRate property.Gets the value of the touchCondition property.Gets the value of the triggerRate property.voidsetDirection(TriggerConditionEnum value)Sets the value of the direction property.voidSets the value of the observationEndDate property.voidSets the value of the observationEndTime property.voidSets the value of the observationStartDate property.voidSets the value of the observationStartTime property.voidSets the value of the quotedCurrencyPair property.voidsetSpotRate(BigDecimal value)Sets the value of the spotRate property.voidsetTouchCondition(TouchConditionEnum value)Sets the value of the touchCondition property.voidsetTriggerRate(BigDecimal value)Sets the value of the triggerRate property.
- 
Field Details- 
touchCondition
- 
direction
- 
quotedCurrencyPair
- 
triggerRate
- 
spotRate
- 
informationSource
- 
observationStartDate
- 
observationStartTime
- 
observationEndDate
- 
observationEndTime
- 
observationPoint
 
- 
- 
Constructor Details- 
FxTouchpublic FxTouch()
 
- 
- 
Method Details- 
getTouchConditionGets the value of the touchCondition property.- Returns:
- possible object is
     TouchConditionEnum
 
- 
setTouchConditionSets the value of the touchCondition property.- Parameters:
- value- allowed object is- TouchConditionEnum
 
- 
getDirectionGets the value of the direction property.- Returns:
- possible object is
     TriggerConditionEnum
 
- 
setDirectionSets the value of the direction property.- Parameters:
- value- allowed object is- TriggerConditionEnum
 
- 
getQuotedCurrencyPairGets the value of the quotedCurrencyPair property.- Returns:
- possible object is
     QuotedCurrencyPair
 
- 
setQuotedCurrencyPairSets the value of the quotedCurrencyPair property.- Parameters:
- value- allowed object is- QuotedCurrencyPair
 
- 
getTriggerRateGets the value of the triggerRate property.- Returns:
- possible object is
     BigDecimal
 
- 
setTriggerRateSets the value of the triggerRate property.- Parameters:
- value- allowed object is- BigDecimal
 
- 
getSpotRateGets the value of the spotRate property.- Returns:
- possible object is
     BigDecimal
 
- 
setSpotRateSets the value of the spotRate property.- Parameters:
- value- allowed object is- BigDecimal
 
- 
getInformationSourceGets the value of the informationSource 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 setmethod for the informationSource property.For example, to add a new item, do as follows: getInformationSource().add(newItem);Objects of the following type(s) are allowed in the list InformationSource
- 
getObservationStartDateGets the value of the observationStartDate property.- Returns:
- possible object is
     XMLGregorianCalendar
 
- 
setObservationStartDateSets the value of the observationStartDate property.- Parameters:
- value- allowed object is- XMLGregorianCalendar
 
- 
getObservationStartTimeGets the value of the observationStartTime property.- Returns:
- possible object is
     BusinessCenterTime
 
- 
setObservationStartTimeSets the value of the observationStartTime property.- Parameters:
- value- allowed object is- BusinessCenterTime
 
- 
getObservationEndDateGets the value of the observationEndDate property.- Returns:
- possible object is
     XMLGregorianCalendar
 
- 
setObservationEndDateSets the value of the observationEndDate property.- Parameters:
- value- allowed object is- XMLGregorianCalendar
 
- 
getObservationEndTimeGets the value of the observationEndTime property.- Returns:
- possible object is
     BusinessCenterTime
 
- 
setObservationEndTimeSets the value of the observationEndTime property.- Parameters:
- value- allowed object is- BusinessCenterTime
 
- 
getObservationPointGets the value of the observationPoint 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 setmethod for the observationPoint property.For example, to add a new item, do as follows: getObservationPoint().add(newItem);Objects of the following type(s) are allowed in the list FxBusinessCenterDateTime
 
-