Class ExtraordinaryEvents
Java class for ExtraordinaryEvents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtraordinaryEvents">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mergerEvents" type="{http://www.fpml.org/FpML-5/confirmation}EquityCorporateEvents" minOccurs="0"/>
<element name="tenderOffer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="tenderOfferEvents" type="{http://www.fpml.org/FpML-5/confirmation}EquityCorporateEvents" minOccurs="0"/>
<element name="compositionOfCombinedConsideration" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="indexAdjustmentEvents" type="{http://www.fpml.org/FpML-5/confirmation}IndexAdjustmentEvents" minOccurs="0"/>
<choice>
<element name="additionalDisruptionEvents" type="{http://www.fpml.org/FpML-5/confirmation}AdditionalDisruptionEvents"/>
<element name="failureToDeliver" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
<element name="representations" type="{http://www.fpml.org/FpML-5/confirmation}Representations" minOccurs="0"/>
<element name="nationalisationOrInsolvency" type="{http://www.fpml.org/FpML-5/confirmation}NationalisationOrInsolvencyOrDelistingEventEnum" minOccurs="0"/>
<element name="delisting" type="{http://www.fpml.org/FpML-5/confirmation}NationalisationOrInsolvencyOrDelistingEventEnum" minOccurs="0"/>
<group ref="{http://www.fpml.org/FpML-5/confirmation}ExchangeIdentifier.model" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdditionalDisruptionEventsprotected Booleanprotected Booleanprotected IndexAdjustmentEventsprotected EquityCorporateEventsprotected List<ExchangeId>protected List<ExchangeId>protected Representationsprotected List<ExchangeId>protected Booleanprotected EquityCorporateEvents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalDisruptionEvents property.Gets the value of the delisting property.Gets the value of the indexAdjustmentEvents property.Gets the value of the mergerEvents property.Gets the value of the nationalisationOrInsolvency property.Gets the value of the optionsExchangeId property.Gets the value of the relatedExchangeId property.Gets the value of the representations property.Gets the value of the specifiedExchangeId property.Gets the value of the tenderOfferEvents property.Gets the value of the compositionOfCombinedConsideration property.Gets the value of the failureToDeliver property.Gets the value of the tenderOffer property.voidSets the value of the additionalDisruptionEvents property.voidSets the value of the compositionOfCombinedConsideration property.voidSets the value of the delisting property.voidsetFailureToDeliver(Boolean value)Sets the value of the failureToDeliver property.voidSets the value of the indexAdjustmentEvents property.voidsetMergerEvents(EquityCorporateEvents value)Sets the value of the mergerEvents property.voidSets the value of the nationalisationOrInsolvency property.voidsetRepresentations(Representations value)Sets the value of the representations property.voidsetTenderOffer(Boolean value)Sets the value of the tenderOffer property.voidSets the value of the tenderOfferEvents property.
-
Field Details
-
mergerEvents
-
tenderOffer
-
tenderOfferEvents
-
compositionOfCombinedConsideration
-
indexAdjustmentEvents
-
additionalDisruptionEvents
-
failureToDeliver
-
representations
-
nationalisationOrInsolvency
-
delisting
-
optionsExchangeId
-
specifiedExchangeId
-
-
Constructor Details
-
ExtraordinaryEvents
public ExtraordinaryEvents()
-
-
Method Details
-
getMergerEvents
Gets the value of the mergerEvents property.- Returns:
- possible object is
EquityCorporateEvents
-
setMergerEvents
Sets the value of the mergerEvents property.- Parameters:
value- allowed object isEquityCorporateEvents
-
isTenderOffer
Gets the value of the tenderOffer property.- Returns:
- possible object is
Boolean
-
setTenderOffer
Sets the value of the tenderOffer property.- Parameters:
value- allowed object isBoolean
-
getTenderOfferEvents
Gets the value of the tenderOfferEvents property.- Returns:
- possible object is
EquityCorporateEvents
-
setTenderOfferEvents
Sets the value of the tenderOfferEvents property.- Parameters:
value- allowed object isEquityCorporateEvents
-
isCompositionOfCombinedConsideration
Gets the value of the compositionOfCombinedConsideration property.- Returns:
- possible object is
Boolean
-
setCompositionOfCombinedConsideration
Sets the value of the compositionOfCombinedConsideration property.- Parameters:
value- allowed object isBoolean
-
getIndexAdjustmentEvents
Gets the value of the indexAdjustmentEvents property.- Returns:
- possible object is
IndexAdjustmentEvents
-
setIndexAdjustmentEvents
Sets the value of the indexAdjustmentEvents property.- Parameters:
value- allowed object isIndexAdjustmentEvents
-
getAdditionalDisruptionEvents
Gets the value of the additionalDisruptionEvents property.- Returns:
- possible object is
AdditionalDisruptionEvents
-
setAdditionalDisruptionEvents
Sets the value of the additionalDisruptionEvents property.- Parameters:
value- allowed object isAdditionalDisruptionEvents
-
isFailureToDeliver
Gets the value of the failureToDeliver property.- Returns:
- possible object is
Boolean
-
setFailureToDeliver
Sets the value of the failureToDeliver property.- Parameters:
value- allowed object isBoolean
-
getRepresentations
Gets the value of the representations property.- Returns:
- possible object is
Representations
-
setRepresentations
Sets the value of the representations property.- Parameters:
value- allowed object isRepresentations
-
getNationalisationOrInsolvency
Gets the value of the nationalisationOrInsolvency property.- Returns:
- possible object is
NationalisationOrInsolvencyOrDelistingEventEnum
-
setNationalisationOrInsolvency
Sets the value of the nationalisationOrInsolvency property.- Parameters:
value- allowed object isNationalisationOrInsolvencyOrDelistingEventEnum
-
getDelisting
Gets the value of the delisting property.- Returns:
- possible object is
NationalisationOrInsolvencyOrDelistingEventEnum
-
setDelisting
Sets the value of the delisting property.- Parameters:
value- allowed object isNationalisationOrInsolvencyOrDelistingEventEnum
-
getRelatedExchangeId
Gets the value of the relatedExchangeId 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 relatedExchangeId property.For example, to add a new item, do as follows:
getRelatedExchangeId().add(newItem);Objects of the following type(s) are allowed in the list
ExchangeId -
getOptionsExchangeId
Gets the value of the optionsExchangeId 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 optionsExchangeId property.For example, to add a new item, do as follows:
getOptionsExchangeId().add(newItem);Objects of the following type(s) are allowed in the list
ExchangeId -
getSpecifiedExchangeId
Gets the value of the specifiedExchangeId 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 specifiedExchangeId property.For example, to add a new item, do as follows:
getSpecifiedExchangeId().add(newItem);Objects of the following type(s) are allowed in the list
ExchangeId
-