Class ProprietaryStatusAndReason6
java.lang.Object
org.coderic.iso20022.messages.seev.ProprietaryStatusAndReason6
Java class for ProprietaryStatusAndReason6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProprietaryStatusAndReason6">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrtrySts" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}GenericIdentification30"/>
<element name="PrtryRsn" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}ProprietaryReason4" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the prtryRsn property.Gets the value of the prtrySts property.voidSets the value of the prtrySts property.
-
Constructor Details
-
ProprietaryStatusAndReason6
public ProprietaryStatusAndReason6()
-
-
Method Details
-
getPrtrySts
Gets the value of the prtrySts property.- Returns:
- possible object is
GenericIdentification30
-
setPrtrySts
Sets the value of the prtrySts property.- Parameters:
value- allowed object isGenericIdentification30
-
getPrtryRsn
Gets the value of the prtryRsn 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 prtryRsn property.For example, to add a new item, do as follows:
getPrtryRsn().add(newItem);Objects of the following type(s) are allowed in the list
ProprietaryReason4
-