Class Smartderivativecontract.Valuation.Artefact

java.lang.Object
net.finmath.smartcontract.product.xml.Smartderivativecontract.Valuation.Artefact
Enclosing class:
Smartderivativecontract.Valuation

public static class Smartderivativecontract.Valuation.Artefact extends Object

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 Details

    • groupId

      protected String groupId
    • artifactId

      protected String artifactId
    • version

      protected String version
  • Constructor Details

    • Artefact

      public Artefact()
  • Method Details

    • getGroupId

      public String getGroupId()
      Gets the value of the groupId property.
      Returns:
      possible object is String
    • setGroupId

      public void setGroupId(String value)
      Sets the value of the groupId property.
      Parameters:
      value - allowed object is String
    • getArtifactId

      public String getArtifactId()
      Gets the value of the artifactId property.
      Returns:
      possible object is String
    • setArtifactId

      public void setArtifactId(String value)
      Sets the value of the artifactId property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String