Class CreditEventNotice
java.lang.Object
net.finmath.smartcontract.product.xml.CreditEventNotice
Java class for CreditEventNotice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditEventNotice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notifyingParty" type="{http://www.fpml.org/FpML-5/confirmation}NotifyingParty"/>
<element name="businessCenter" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter" minOccurs="0"/>
<element name="publiclyAvailableInformation" type="{http://www.fpml.org/FpML-5/confirmation}PubliclyAvailableInformation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BusinessCenterprotected NotifyingPartyprotected PubliclyAvailableInformation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the businessCenter property.Gets the value of the notifyingParty property.Gets the value of the publiclyAvailableInformation property.voidsetBusinessCenter(BusinessCenter value)Sets the value of the businessCenter property.voidsetNotifyingParty(NotifyingParty value)Sets the value of the notifyingParty property.voidSets the value of the publiclyAvailableInformation property.
-
Field Details
-
notifyingParty
-
businessCenter
-
publiclyAvailableInformation
-
-
Constructor Details
-
CreditEventNotice
public CreditEventNotice()
-
-
Method Details
-
getNotifyingParty
Gets the value of the notifyingParty property.- Returns:
- possible object is
NotifyingParty
-
setNotifyingParty
Sets the value of the notifyingParty property.- Parameters:
value- allowed object isNotifyingParty
-
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
-
getPubliclyAvailableInformation
Gets the value of the publiclyAvailableInformation property.- Returns:
- possible object is
PubliclyAvailableInformation
-
setPubliclyAvailableInformation
Sets the value of the publiclyAvailableInformation property.- Parameters:
value- allowed object isPubliclyAvailableInformation
-