Class PackageHeader
java.lang.Object
net.finmath.smartcontract.product.xml.PackageHeader
Identifying information for a tradePackage (a bundle of trades).
Java class for PackageHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageHeader"> <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="originatingEvent" type="{http://www.fpml.org/FpML-5/confirmation}OriginatingEvent" minOccurs="0"/> <element name="packageInformation" type="{http://www.fpml.org/FpML-5/confirmation}PackageInformation" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OrderIdentifier
protected OriginatingEvent
protected IssuerTradeId
protected PackageInformation
protected List<PackageType>
protected BigDecimal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderIdentifier property.Gets the value of the originatingEvent property.Gets the value of the packageIdentifier property.Gets the value of the packageInformation property.Gets the value of the packageType property.getSize()
Gets the value of the size property.void
setOrderIdentifier(OrderIdentifier value)
Sets the value of the orderIdentifier property.void
setOriginatingEvent(OriginatingEvent value)
Sets the value of the originatingEvent property.void
setPackageIdentifier(IssuerTradeId value)
Sets the value of the packageIdentifier property.void
Sets the value of the packageInformation property.void
setSize(BigDecimal value)
Sets the value of the size property.
-
Field Details
-
packageIdentifier
-
orderIdentifier
-
packageType
-
size
-
originatingEvent
-
packageInformation
-
-
Constructor Details
-
PackageHeader
public PackageHeader()
-
-
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
-
getOriginatingEvent
Gets the value of the originatingEvent property.- Returns:
- possible object is
OriginatingEvent
-
setOriginatingEvent
Sets the value of the originatingEvent property.- Parameters:
value
- allowed object isOriginatingEvent
-
getPackageInformation
Gets the value of the packageInformation property.- Returns:
- possible object is
PackageInformation
-
setPackageInformation
Sets the value of the packageInformation property.- Parameters:
value
- allowed object isPackageInformation
-