Class Smartderivativecontract.Parties.Party
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Parties.Party
- Enclosing class:
Smartderivativecontract.Parties
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="marginAccount"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="penaltyFee"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.getId()
Gets the value of the id property.Gets the value of the marginAccount property.getName()
Gets the value of the name property.Gets the value of the penaltyFee property.void
setAddress
(String value) Sets the value of the address property.void
Sets the value of the id property.void
Sets the value of the marginAccount property.void
Sets the value of the name property.void
Sets the value of the penaltyFee property.
-
Field Details
-
name
-
id
-
marginAccount
-
penaltyFee
-
address
-
-
Constructor Details
-
Party
public Party()
-
-
Method Details
-
getName
-
setName
-
getId
-
setId
-
getMarginAccount
Gets the value of the marginAccount property.- Returns:
- possible object is
Smartderivativecontract.Parties.Party.MarginAccount
-
setMarginAccount
Sets the value of the marginAccount property.- Parameters:
value
- allowed object isSmartderivativecontract.Parties.Party.MarginAccount
-
getPenaltyFee
Gets the value of the penaltyFee property.- Returns:
- possible object is
Smartderivativecontract.Parties.Party.PenaltyFee
-
setPenaltyFee
Sets the value of the penaltyFee property.- Parameters:
value
- allowed object isSmartderivativecontract.Parties.Party.PenaltyFee
-
getAddress
-
setAddress
-