Class CreditDerivativesNotices
java.lang.Object
net.finmath.smartcontract.product.xml.CreditDerivativesNotices
Java class for CreditDerivativesNotices complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditDerivativesNotices"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="creditEvent" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="publiclyAvailableInformation" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="physicalSettlement" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the creditEvent property.boolean
Gets the value of the physicalSettlement property.boolean
Gets the value of the publiclyAvailableInformation property.void
setCreditEvent
(boolean value) Sets the value of the creditEvent property.void
setPhysicalSettlement
(boolean value) Sets the value of the physicalSettlement property.void
setPubliclyAvailableInformation
(boolean value) Sets the value of the publiclyAvailableInformation property.
-
Field Details
-
creditEvent
protected boolean creditEvent -
publiclyAvailableInformation
protected boolean publiclyAvailableInformation -
physicalSettlement
protected boolean physicalSettlement
-
-
Constructor Details
-
CreditDerivativesNotices
public CreditDerivativesNotices()
-
-
Method Details
-
isCreditEvent
public boolean isCreditEvent()Gets the value of the creditEvent property. -
setCreditEvent
public void setCreditEvent(boolean value) Sets the value of the creditEvent property. -
isPubliclyAvailableInformation
public boolean isPubliclyAvailableInformation()Gets the value of the publiclyAvailableInformation property. -
setPubliclyAvailableInformation
public void setPubliclyAvailableInformation(boolean value) Sets the value of the publiclyAvailableInformation property. -
isPhysicalSettlement
public boolean isPhysicalSettlement()Gets the value of the physicalSettlement property. -
setPhysicalSettlement
public void setPhysicalSettlement(boolean value) Sets the value of the physicalSettlement property.
-