Class Restructuring
java.lang.Object
net.finmath.smartcontract.product.xml.Restructuring
Java class for Restructuring complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Restructuring">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="restructuringType" type="{http://www.fpml.org/FpML-5/confirmation}RestructuringType" minOccurs="0"/>
<element name="multipleHolderObligation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="multipleCreditEventNotices" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Booleanprotected Booleanprotected RestructuringType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the restructuringType property.booleanGets the value of the applicable property.Gets the value of the multipleCreditEventNotices property.Gets the value of the multipleHolderObligation property.voidsetApplicable(boolean value) Sets the value of the applicable property.voidSets the value of the multipleCreditEventNotices property.voidSets the value of the multipleHolderObligation property.voidSets the value of the restructuringType property.
-
Field Details
-
applicable
protected boolean applicable -
restructuringType
-
multipleHolderObligation
-
multipleCreditEventNotices
-
-
Constructor Details
-
Restructuring
public Restructuring()
-
-
Method Details
-
isApplicable
public boolean isApplicable()Gets the value of the applicable property. -
setApplicable
public void setApplicable(boolean value) Sets the value of the applicable property. -
getRestructuringType
Gets the value of the restructuringType property.- Returns:
- possible object is
RestructuringType
-
setRestructuringType
Sets the value of the restructuringType property.- Parameters:
value- allowed object isRestructuringType
-
isMultipleHolderObligation
-
setMultipleHolderObligation
-
isMultipleCreditEventNotices
-
setMultipleCreditEventNotices
-