Class InvestigationStatus2
java.lang.Object
org.coderic.iso20022.messages.camt.InvestigationStatus2
Java class for InvestigationStatus2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvestigationStatus2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}ExternalInvestigationStatus1Code"/>
<element name="StsRsn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}InvestigationStatusReason1Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSts()Gets the value of the sts property.Gets the value of the stsRsn property.voidSets the value of the sts property.voidSets the value of the stsRsn property.
-
Constructor Details
-
InvestigationStatus2
public InvestigationStatus2()
-
-
Method Details
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
String
-
setSts
Sets the value of the sts property.- Parameters:
value- allowed object isString
-
getStsRsn
Gets the value of the stsRsn property.- Returns:
- possible object is
InvestigationStatusReason1Choice
-
setStsRsn
Sets the value of the stsRsn property.- Parameters:
value- allowed object isInvestigationStatusReason1Choice
-