Class MarketClaimCancellationRequestStatus1Choice
java.lang.Object
org.coderic.iso20022.messages.seev.MarketClaimCancellationRequestStatus1Choice
Java class for MarketClaimCancellationRequestStatus1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarketClaimCancellationRequestStatus1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="CxlCmpltd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CancelledStatus11Choice"/> <element name="Accptd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}NoSpecifiedReason1"/> <element name="Rjctd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}RejectedStatus38Choice"/> <element name="PdgCxl" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}PendingCancellationStatus11Choice"/> <element name="PrtrySts" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ProprietaryStatusAndReason6"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accptd property.Gets the value of the cxlCmpltd property.Gets the value of the pdgCxl property.Gets the value of the prtrySts property.getRjctd()
Gets the value of the rjctd property.void
setAccptd
(NoSpecifiedReason1 value) Sets the value of the accptd property.void
Sets the value of the cxlCmpltd property.void
Sets the value of the pdgCxl property.void
Sets the value of the prtrySts property.void
setRjctd
(RejectedStatus38Choice value) Sets the value of the rjctd property.
-
Constructor Details
-
MarketClaimCancellationRequestStatus1Choice
public MarketClaimCancellationRequestStatus1Choice()
-
-
Method Details
-
getCxlCmpltd
Gets the value of the cxlCmpltd property.- Returns:
- possible object is
CancelledStatus11Choice
-
setCxlCmpltd
Sets the value of the cxlCmpltd property.- Parameters:
value
- allowed object isCancelledStatus11Choice
-
getAccptd
Gets the value of the accptd property.- Returns:
- possible object is
NoSpecifiedReason1
-
setAccptd
Sets the value of the accptd property.- Parameters:
value
- allowed object isNoSpecifiedReason1
-
getRjctd
Gets the value of the rjctd property.- Returns:
- possible object is
RejectedStatus38Choice
-
setRjctd
Sets the value of the rjctd property.- Parameters:
value
- allowed object isRejectedStatus38Choice
-
getPdgCxl
Gets the value of the pdgCxl property.- Returns:
- possible object is
PendingCancellationStatus11Choice
-
setPdgCxl
Sets the value of the pdgCxl property.- Parameters:
value
- allowed object isPendingCancellationStatus11Choice
-
getPrtrySts
Gets the value of the prtrySts property.- Returns:
- possible object is
ProprietaryStatusAndReason6
-
setPrtrySts
Sets the value of the prtrySts property.- Parameters:
value
- allowed object isProprietaryStatusAndReason6
-