Class BusinessEventIdentifier
java.lang.Object
net.finmath.smartcontract.product.xml.BusinessEventIdentifier
- Direct Known Subclasses:
BusinessEventGroupIdentifier
A type defining an event identifier issued by the indicated party.
Java class for BusinessEventIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessEventIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.fpml.org/FpML-5/confirmation}PartyAndAccountReferences.model"/>
<element name="eventId" type="{http://www.fpml.org/FpML-5/confirmation}EventId"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccountReferenceprotected EventIdprotected Stringprotected PartyReference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountReference property.Gets the value of the eventId property.getId()Gets the value of the id property.Gets the value of the partyReference property.voidsetAccountReference(AccountReference value)Sets the value of the accountReference property.voidsetEventId(EventId value)Sets the value of the eventId property.voidSets the value of the id property.voidsetPartyReference(PartyReference value)Sets the value of the partyReference property.
-
Field Details
-
partyReference
-
accountReference
-
eventId
-
id
-
-
Constructor Details
-
BusinessEventIdentifier
public BusinessEventIdentifier()
-
-
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
-
getAccountReference
Gets the value of the accountReference property.- Returns:
- possible object is
AccountReference
-
setAccountReference
Sets the value of the accountReference property.- Parameters:
value- allowed object isAccountReference
-
getEventId
Gets the value of the eventId property.- Returns:
- possible object is
EventId
-
setEventId
Sets the value of the eventId property.- Parameters:
value- allowed object isEventId
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-