Class NotifyingParty
java.lang.Object
net.finmath.smartcontract.product.xml.NotifyingParty
Java class for NotifyingParty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotifyingParty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="buyerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
<element name="sellerPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buyerPartyReference property.Gets the value of the sellerPartyReference property.voidsetBuyerPartyReference(PartyReference value)Sets the value of the buyerPartyReference property.voidSets the value of the sellerPartyReference property.
-
Field Details
-
buyerPartyReference
-
sellerPartyReference
-
-
Constructor Details
-
NotifyingParty
public NotifyingParty()
-
-
Method Details
-
getBuyerPartyReference
Gets the value of the buyerPartyReference property.- Returns:
- possible object is
PartyReference
-
setBuyerPartyReference
Sets the value of the buyerPartyReference property.- Parameters:
value- allowed object isPartyReference
-
getSellerPartyReference
Gets the value of the sellerPartyReference property.- Returns:
- possible object is
PartyReference
-
setSellerPartyReference
Sets the value of the sellerPartyReference property.- Parameters:
value- allowed object isPartyReference
-