Class ProprietaryStatusAndReason6

java.lang.Object
org.coderic.iso20022.messages.seev.ProprietaryStatusAndReason6

public class ProprietaryStatusAndReason6 extends Object

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 Details

    • ProprietaryStatusAndReason6

      public ProprietaryStatusAndReason6()
  • Method Details

    • getPrtrySts

      public GenericIdentification30 getPrtrySts()
      Gets the value of the prtrySts property.
      Returns:
      possible object is GenericIdentification30
    • setPrtrySts

      public void setPrtrySts(GenericIdentification30 value)
      Sets the value of the prtrySts property.
      Parameters:
      value - allowed object is GenericIdentification30
    • getPrtryRsn

      public List<ProprietaryReason4> 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 set method 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