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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the creditEvent property.booleanGets the value of the physicalSettlement property.booleanGets the value of the publiclyAvailableInformation property.voidsetCreditEvent(boolean value) Sets the value of the creditEvent property.voidsetPhysicalSettlement(boolean value) Sets the value of the physicalSettlement property.voidsetPubliclyAvailableInformation(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.
-