Class NotDomesticCurrency
java.lang.Object
net.finmath.smartcontract.product.xml.NotDomesticCurrency
Java class for NotDomesticCurrency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotDomesticCurrency">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currency property.booleanGets the value of the applicable property.voidsetApplicable(boolean value)Sets the value of the applicable property.voidsetCurrency(Currency value)Sets the value of the currency property.
-
Field Details
-
applicable
protected boolean applicable -
currency
-
-
Constructor Details
-
NotDomesticCurrency
public NotDomesticCurrency()
-
-
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. -
getCurrency
Gets the value of the currency property.- Returns:
- possible object is
Currency
-
setCurrency
Sets the value of the currency property.- Parameters:
value- allowed object isCurrency
-