Class Smartderivativecontract.Valuation
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Valuation
- Enclosing class:
Smartderivativecontract
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="artefact">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the artefact property.voidSets the value of the artefact property.
-
Field Details
-
artefact
-
-
Constructor Details
-
Valuation
public Valuation()
-
-
Method Details
-
getArtefact
Gets the value of the artefact property.- Returns:
- possible object is
Smartderivativecontract.Valuation.Artefact
-
setArtefact
Sets the value of the artefact property.- Parameters:
value- allowed object isSmartderivativecontract.Valuation.Artefact
-