Class ExerciseNotice
java.lang.Object
net.finmath.smartcontract.product.xml.ExerciseNotice
A type defining to whom and where notice of execution should be given. The
partyReference refers to one of the principal parties of the trade. If present the
exerciseNoticePartyReference refers to a party, other than the principal party, to whome notice should
be given.
Java class for ExerciseNotice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExerciseNotice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/> <element name="exerciseNoticePartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/> <element name="businessCenter" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BusinessCenter
protected PartyReference
protected PartyReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenter property.Gets the value of the exerciseNoticePartyReference property.Gets the value of the partyReference property.void
setBusinessCenter
(BusinessCenter value) Sets the value of the businessCenter property.void
Sets the value of the exerciseNoticePartyReference property.void
setPartyReference
(PartyReference value) Sets the value of the partyReference property.
-
Field Details
-
partyReference
-
exerciseNoticePartyReference
-
businessCenter
-
-
Constructor Details
-
ExerciseNotice
public ExerciseNotice()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
PartyReference
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value
- allowed object isPartyReference
-
getExerciseNoticePartyReference
Gets the value of the exerciseNoticePartyReference property.- Returns:
- possible object is
PartyReference
-
setExerciseNoticePartyReference
Sets the value of the exerciseNoticePartyReference property.- Parameters:
value
- allowed object isPartyReference
-
getBusinessCenter
Gets the value of the businessCenter property.- Returns:
- possible object is
BusinessCenter
-
setBusinessCenter
Sets the value of the businessCenter property.- Parameters:
value
- allowed object isBusinessCenter
-