Class Smartderivativecontract.Valuation.Artefact
java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Valuation.Artefact
- Enclosing class:
Smartderivativecontract.Valuation
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="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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the artifactId property.Gets the value of the groupId property.Gets the value of the version property.void
setArtifactId
(String value) Sets the value of the artifactId property.void
setGroupId
(String value) Sets the value of the groupId property.void
setVersion
(String value) Sets the value of the version property.
-
Field Details
-
groupId
-
artifactId
-
version
-
-
Constructor Details
-
Artefact
public Artefact()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-