Class PackageSummary
java.lang.Object
net.finmath.smartcontract.product.xml.PackageSummary
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 Summary
Modifier and TypeFieldDescriptionprotected OrderIdentifier
protected IssuerTradeId
protected List
<PackageType> protected BigDecimal
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderIdentifier property.Gets the value of the packageIdentifier property.Gets the value of the packageType property.Gets the value of the sequenceNumber property.getSize()
Gets the value of the size property.void
Sets the value of the orderIdentifier property.void
Sets the value of the packageIdentifier property.void
setSequenceNumber
(BigDecimal value) Sets the value of the sequenceNumber property.void
setSize
(BigDecimal value) Sets the value of the size property.
-
Field Details
-
packageIdentifier
-
orderIdentifier
-
packageType
-
size
-
sequenceNumber
-
-
Constructor Details
-
PackageSummary
public PackageSummary()
-
-
Method Details
-
getPackageIdentifier
Gets the value of the packageIdentifier property.- Returns:
- possible object is
IssuerTradeId
-
setPackageIdentifier
Sets the value of the packageIdentifier property.- Parameters:
value
- allowed object isIssuerTradeId
-
getOrderIdentifier
Gets the value of the orderIdentifier property.- Returns:
- possible object is
OrderIdentifier
-
setOrderIdentifier
Sets the value of the orderIdentifier property.- Parameters:
value
- allowed object isOrderIdentifier
-
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
Gets the value of the size property.- Returns:
- possible object is
BigDecimal
-
setSize
Sets the value of the size property.- Parameters:
value
- allowed object isBigDecimal
-
getSequenceNumber
Gets the value of the sequenceNumber property.- Returns:
- possible object is
BigDecimal
-
setSequenceNumber
Sets the value of the sequenceNumber property.- Parameters:
value
- allowed object isBigDecimal
-