Class PackageInformation
Java class for PackageInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relatedParty" type="{http://www.fpml.org/FpML-5/confirmation}RelatedParty" maxOccurs="unbounded" minOccurs="0"/> <element name="category" type="{http://www.fpml.org/FpML-5/confirmation}TradeCategory" maxOccurs="unbounded" minOccurs="0"/> <element name="executionDateTime" type="{http://www.fpml.org/FpML-5/confirmation}ExecutionDateTime" minOccurs="0"/> <element name="timestamps" type="{http://www.fpml.org/FpML-5/confirmation}TradeProcessingTimestamps" minOccurs="0"/> <element name="intentToAllocate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="allocationStatus" type="{http://www.fpml.org/FpML-5/confirmation}AllocationReportingStatus" minOccurs="0"/> <element name="intentToClear" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="clearingStatus" type="{http://www.fpml.org/FpML-5/confirmation}ClearingStatusValue" minOccurs="0"/> <element name="executionVenueType" type="{http://www.fpml.org/FpML-5/confirmation}ExecutionVenueType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AllocationReportingStatus
protected List
<TradeCategory> protected ClearingStatusValue
protected ExecutionDateTime
protected ExecutionVenueType
protected Boolean
protected Boolean
protected List
<RelatedParty> protected TradeProcessingTimestamps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationStatus property.Gets the value of the category property.Gets the value of the clearingStatus property.Gets the value of the executionDateTime property.Gets the value of the executionVenueType property.Gets the value of the relatedParty property.Gets the value of the timestamps property.Gets the value of the intentToAllocate property.Gets the value of the intentToClear property.void
Sets the value of the allocationStatus property.void
Sets the value of the clearingStatus property.void
Sets the value of the executionDateTime property.void
Sets the value of the executionVenueType property.void
setIntentToAllocate
(Boolean value) Sets the value of the intentToAllocate property.void
setIntentToClear
(Boolean value) Sets the value of the intentToClear property.void
Sets the value of the timestamps property.
-
Field Details
-
category
-
executionDateTime
-
timestamps
-
intentToAllocate
-
allocationStatus
-
intentToClear
-
clearingStatus
-
executionVenueType
-
Constructor Details
-
PackageInformation
public PackageInformation()
-
-
Method Details
-
getRelatedParty
Gets the value of the relatedParty 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 relatedParty property.For example, to add a new item, do as follows:
getRelatedParty().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedParty
-
getCategory
Gets the value of the category 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 category property.For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
TradeCategory
-
getExecutionDateTime
Gets the value of the executionDateTime property.- Returns:
- possible object is
ExecutionDateTime
-
setExecutionDateTime
Sets the value of the executionDateTime property.- Parameters:
value
- allowed object isExecutionDateTime
-
getTimestamps
Gets the value of the timestamps property.- Returns:
- possible object is
TradeProcessingTimestamps
-
setTimestamps
Sets the value of the timestamps property.- Parameters:
value
- allowed object isTradeProcessingTimestamps
-
isIntentToAllocate
-
setIntentToAllocate
-
getAllocationStatus
Gets the value of the allocationStatus property.- Returns:
- possible object is
AllocationReportingStatus
-
setAllocationStatus
Sets the value of the allocationStatus property.- Parameters:
value
- allowed object isAllocationReportingStatus
-
isIntentToClear
-
setIntentToClear
-
getClearingStatus
Gets the value of the clearingStatus property.- Returns:
- possible object is
ClearingStatusValue
-
setClearingStatus
Sets the value of the clearingStatus property.- Parameters:
value
- allowed object isClearingStatusValue
-
getExecutionVenueType
Gets the value of the executionVenueType property.- Returns:
- possible object is
ExecutionVenueType
-
setExecutionVenueType
Sets the value of the executionVenueType property.- Parameters:
value
- allowed object isExecutionVenueType
-