Class Frequency36Choice
java.lang.Object
org.coderic.iso20022.messages.pain.Frequency36Choice
Java class for Frequency36Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Frequency36Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Frequency6Code"/> <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}FrequencyPeriod1"/> <element name="PtInTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}FrequencyAndMoment1"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPrd()
Gets the value of the prd property.Gets the value of the ptInTm property.getTp()
Gets the value of the tp property.void
setPrd
(FrequencyPeriod1 value) Sets the value of the prd property.void
setPtInTm
(FrequencyAndMoment1 value) Sets the value of the ptInTm property.void
setTp
(Frequency6Code value) Sets the value of the tp property.
-
Constructor Details
-
Frequency36Choice
public Frequency36Choice()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
Frequency6Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isFrequency6Code
-
getPrd
Gets the value of the prd property.- Returns:
- possible object is
FrequencyPeriod1
-
setPrd
Sets the value of the prd property.- Parameters:
value
- allowed object isFrequencyPeriod1
-
getPtInTm
Gets the value of the ptInTm property.- Returns:
- possible object is
FrequencyAndMoment1
-
setPtInTm
Sets the value of the ptInTm property.- Parameters:
value
- allowed object isFrequencyAndMoment1
-