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
FieldsModifier and TypeFieldDescriptionprotected AllocationReportingStatusprotected List<TradeCategory> protected ClearingStatusValueprotected ExecutionDateTimeprotected ExecutionVenueTypeprotected Booleanprotected Booleanprotected List<RelatedParty> protected TradeProcessingTimestamps -
Constructor Summary
Constructors -
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.voidSets the value of the allocationStatus property.voidSets the value of the clearingStatus property.voidSets the value of the executionDateTime property.voidSets the value of the executionVenueType property.voidsetIntentToAllocate(Boolean value) Sets the value of the intentToAllocate property.voidsetIntentToClear(Boolean value) Sets the value of the intentToClear property.voidSets 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
setmethod 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
setmethod 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
-