Class Price4

java.lang.Object
org.coderic.iso20022.messages.secl.Price4

public class Price4 extends Object

Java class for Price4 complex type.

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

 <complexType name="Price4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Val" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PriceRateOrAmountChoice"/>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}PriceValueType7Code" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>