Class Price4
java.lang.Object
org.coderic.iso20022.messages.secl.Price4
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>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTp()
Gets the value of the tp property.getVal()
Gets the value of the val property.void
setTp
(PriceValueType7Code value) Sets the value of the tp property.void
setVal
(PriceRateOrAmountChoice value) Sets the value of the val property.
-
Constructor Details
-
Price4
public Price4()
-
-
Method Details
-
getVal
Gets the value of the val property.- Returns:
- possible object is
PriceRateOrAmountChoice
-
setVal
Sets the value of the val property.- Parameters:
value
- allowed object isPriceRateOrAmountChoice
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
PriceValueType7Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isPriceValueType7Code
-