org.fpml.fpml_5.confirmation.TradeNovationContent Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.05.10 at 03:58:40 PM UTC
//
package org.fpml.fpml_5.confirmation;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* A structure describing a novation.
*
* Java class for TradeNovationContent complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="TradeNovationContent">
* <complexContent>
* <extension base="{http://www.fpml.org/FpML-5/confirmation}AbstractEvent">
* <sequence>
* <choice>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}NewTrade.model"/>
* <sequence>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}OldTrade.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}FeeTrade.model" minOccurs="0"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}NewTrade.model" minOccurs="0"/>
* </sequence>
* <sequence>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}FeeTrade.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}NewTrade.model" minOccurs="0"/>
* </sequence>
* </choice>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationRoles.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationDates.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationAmounts.model"/>
* <group ref="{http://www.fpml.org/FpML-5/confirmation}NovationTerms.model"/>
* <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TradeNovationContent", propOrder = {
"rest"
})
public class TradeNovationContent
extends AbstractEvent
{
@XmlElementRefs({
@XmlElementRef(name = "newTradeIdentifier", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "newTrade", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "oldTradeIdentifier", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "oldTrade", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "feeTradeIdentifier", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "feeTrade", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "transferor", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "transferorAccount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "transferee", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "otherTransferee", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "transfereeAccount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "otherTransfereeAccount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "remainingParty", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "remainingPartyAccount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "otherRemainingParty", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "otherRemainingPartyAccount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "novationDate", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "executionDateTime", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "novationTradeDate", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "novatedAmount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "remainingAmount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "novatedNumberOfOptions", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "remainingNumberOfOptions", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "novatedNumberOfUnits", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "remainingNumberOfUnits", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "novationAmount", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "fullFirstCalculationPeriod", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "firstPeriodStartDate", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "nonReliance", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "creditDerivativesNotices", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "contractualDefinitions", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "contractualTermsSupplement", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "payment", namespace = "http://www.fpml.org/FpML-5/confirmation", type = JAXBElement.class, required = false)
})
protected List> rest;
/**
* Gets the rest of the content model.
*
*
* You are getting this "catch-all" property because of the following reason:
* The field name "NewTradeIdentifier" is used by two different parts of a schema. See:
* line 1375 of jar:file:/codefresh/volume/common-domain-model/rosetta-source/target/cdm-java-6.0.0-dev.41.jar!/schemas/fpml-5-10/confirmation/fpml-business-events-5-10.xsd
* line 1375 of jar:file:/codefresh/volume/common-domain-model/rosetta-source/target/cdm-java-6.0.0-dev.41.jar!/schemas/fpml-5-10/confirmation/fpml-business-events-5-10.xsd
*
* To get rid of this property, apply a property customization to one
* of both of the following declarations to change their names:
* Gets the value of the rest 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 JAXB object.
* This is why there is not a set
method for the rest property.
*
*
* For example, to add a new item, do as follows:
*
* getRest().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link JAXBElement }{@code <}{@link PartyTradeIdentifier }{@code >}
* {@link JAXBElement }{@code <}{@link Trade }{@code >}
* {@link JAXBElement }{@code <}{@link PartyTradeIdentifier }{@code >}
* {@link JAXBElement }{@code <}{@link Trade }{@code >}
* {@link JAXBElement }{@code <}{@link PartyTradeIdentifier }{@code >}
* {@link JAXBElement }{@code <}{@link Trade }{@code >}
* {@link JAXBElement }{@code <}{@link PartyReference }{@code >}
* {@link JAXBElement }{@code <}{@link AccountReference }{@code >}
* {@link JAXBElement }{@code <}{@link PartyReference }{@code >}
* {@link JAXBElement }{@code <}{@link PartyReference }{@code >}
* {@link JAXBElement }{@code <}{@link AccountReference }{@code >}
* {@link JAXBElement }{@code <}{@link AccountReference }{@code >}
* {@link JAXBElement }{@code <}{@link PartyReference }{@code >}
* {@link JAXBElement }{@code <}{@link AccountReference }{@code >}
* {@link JAXBElement }{@code <}{@link PartyReference }{@code >}
* {@link JAXBElement }{@code <}{@link AccountReference }{@code >}
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
* {@link JAXBElement }{@code <}{@link ExecutionDateTime }{@code >}
* {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}
* {@link JAXBElement }{@code <}{@link Money }{@code >}
* {@link JAXBElement }{@code <}{@link Money }{@code >}
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
* {@link JAXBElement }{@code <}{@link BigDecimal }{@code >}
* {@link JAXBElement }{@code <}{@link TradeLegSizeChange }{@code >}
* {@link JAXBElement }{@code <}{@link Boolean }{@code >}
* {@link JAXBElement }{@code <}{@link FirstPeriodStartDate }{@code >}
* {@link JAXBElement }{@code <}{@link Empty }{@code >}
* {@link JAXBElement }{@code <}{@link CreditDerivativesNotices }{@code >}
* {@link JAXBElement }{@code <}{@link ContractualDefinitions }{@code >}
* {@link JAXBElement }{@code <}{@link ContractualTermsSupplement }{@code >}
* {@link JAXBElement }{@code <}{@link Payment }{@code >}
*
*
*/
public List> getRest() {
if (rest == null) {
rest = new ArrayList>();
}
return this.rest;
}
}