Class TransactionPrice4Choice

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_09.TransactionPrice4Choice

public class TransactionPrice4Choice extends Object

Java class for TransactionPrice4Choice complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransactionPrice4Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="DealPric" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Price7"/>
         <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}ProprietaryPrice2" maxOccurs="unbounded"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TransactionPrice4Choice

      public TransactionPrice4Choice()
  • Method Details

    • getDealPric

      public Price7 getDealPric()
      Gets the value of the dealPric property.
      Returns:
      possible object is Price7
    • setDealPric

      public void setDealPric(Price7 value)
      Sets the value of the dealPric property.
      Parameters:
      value - allowed object is Price7
    • getPrtry

      public List<ProprietaryPrice2> getPrtry()
      Gets the value of the prtry 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 JAXB object. This is why there is not a set method for the prtry property.

      For example, to add a new item, do as follows:

          getPrtry().add(newItem);
       

      Objects of the following type(s) are allowed in the list ProprietaryPrice2