Class PackageSummary

java.lang.Object
net.finmath.smartcontract.product.xml.PackageSummary

public class PackageSummary extends Object
Summary information about a trade package.

Java class for PackageSummary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PackageSummary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="packageIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}IssuerTradeId" minOccurs="0"/>
         <element name="orderIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}OrderIdentifier" minOccurs="0"/>
         <element name="packageType" type="{http://www.fpml.org/FpML-5/confirmation}PackageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="size" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
         <element name="sequenceNumber" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PackageSummary

      public PackageSummary()
  • Method Details

    • getPackageIdentifier

      public IssuerTradeId getPackageIdentifier()
      Gets the value of the packageIdentifier property.
      Returns:
      possible object is IssuerTradeId
    • setPackageIdentifier

      public void setPackageIdentifier(IssuerTradeId value)
      Sets the value of the packageIdentifier property.
      Parameters:
      value - allowed object is IssuerTradeId
    • getOrderIdentifier

      public OrderIdentifier getOrderIdentifier()
      Gets the value of the orderIdentifier property.
      Returns:
      possible object is OrderIdentifier
    • setOrderIdentifier

      public void setOrderIdentifier(OrderIdentifier value)
      Sets the value of the orderIdentifier property.
      Parameters:
      value - allowed object is OrderIdentifier
    • getPackageType

      public List<PackageType> getPackageType()
      Gets the value of the packageType property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the packageType property.

      For example, to add a new item, do as follows:

          getPackageType().add(newItem);
       

      Objects of the following type(s) are allowed in the list PackageType

    • getSize

      public BigDecimal getSize()
      Gets the value of the size property.
      Returns:
      possible object is BigDecimal
    • setSize

      public void setSize(BigDecimal value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is BigDecimal
    • getSequenceNumber

      public BigDecimal getSequenceNumber()
      Gets the value of the sequenceNumber property.
      Returns:
      possible object is BigDecimal
    • setSequenceNumber

      public void setSequenceNumber(BigDecimal value)
      Sets the value of the sequenceNumber property.
      Parameters:
      value - allowed object is BigDecimal