Class CompressionActivity
Java class for CompressionActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompressionActivity"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="compressionType" type="{http://www.fpml.org/FpML-5/confirmation}CompressionType" minOccurs="0"/> <choice> <sequence> <element name="replacementTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" minOccurs="0"/> <element name="originatingTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}TradeIdentifier" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence> <element name="replacementTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId" minOccurs="0"/> <element name="originatingTradeId" type="{http://www.fpml.org/FpML-5/confirmation}TradeId" maxOccurs="unbounded" minOccurs="0"/> </sequence> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected CompressionType
protected List
<TradeIdentifier> protected TradeId
protected TradeIdentifier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compressionType property.Gets the value of the originatingTradeId property.Gets the value of the originatingTradeIdentifier property.Gets the value of the replacementTradeId property.Gets the value of the replacementTradeIdentifier property.void
Sets the value of the compressionType property.void
setReplacementTradeId
(TradeId value) Sets the value of the replacementTradeId property.void
Sets the value of the replacementTradeIdentifier property.
-
Field Details
-
compressionType
-
replacementTradeIdentifier
-
originatingTradeIdentifier
-
replacementTradeId
-
originatingTradeId
-
-
Constructor Details
-
CompressionActivity
public CompressionActivity()
-
-
Method Details
-
getCompressionType
Gets the value of the compressionType property.- Returns:
- possible object is
CompressionType
-
setCompressionType
Sets the value of the compressionType property.- Parameters:
value
- allowed object isCompressionType
-
getReplacementTradeIdentifier
Gets the value of the replacementTradeIdentifier property.- Returns:
- possible object is
TradeIdentifier
-
setReplacementTradeIdentifier
Sets the value of the replacementTradeIdentifier property.- Parameters:
value
- allowed object isTradeIdentifier
-
getOriginatingTradeIdentifier
Gets the value of the originatingTradeIdentifier 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 originatingTradeIdentifier property.For example, to add a new item, do as follows:
getOriginatingTradeIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
TradeIdentifier
-
getReplacementTradeId
-
setReplacementTradeId
-
getOriginatingTradeId
Gets the value of the originatingTradeId 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 originatingTradeId property.For example, to add a new item, do as follows:
getOriginatingTradeId().add(newItem);
Objects of the following type(s) are allowed in the list
TradeId
-