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
Modifier and TypeFieldDescriptionprotected AdditionalDisruptionEvents
protected Boolean
protected Boolean
protected IndexAdjustmentEvents
protected EquityCorporateEvents
protected List
<ExchangeId> protected List
<ExchangeId> protected Representations
protected List
<ExchangeId> protected Boolean
protected EquityCorporateEvents
-
Constructor Summary
-
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.void
Sets the value of the additionalDisruptionEvents property.void
Sets the value of the compositionOfCombinedConsideration property.void
Sets the value of the delisting property.void
setFailureToDeliver
(Boolean value) Sets the value of the failureToDeliver property.void
Sets the value of the indexAdjustmentEvents property.void
Sets the value of the mergerEvents property.void
Sets the value of the nationalisationOrInsolvency property.void
Sets the value of the representations property.void
setTenderOffer
(Boolean value) Sets the value of the tenderOffer property.void
Sets 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
-
setTenderOffer
-
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
-
setCompositionOfCombinedConsideration
-
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
-
setFailureToDeliver
-
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
set
method 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
set
method 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
set
method 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
-