Class Frequency36Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_10.Frequency36Choice
-
public class Frequency36Choice extends java.lang.Object
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.008.001.10}Frequency6Code"/> <element name="Prd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}FrequencyPeriod1"/> <element name="PtInTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.10}FrequencyAndMoment1"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FrequencyPeriod1
prd
protected FrequencyAndMoment1
ptInTm
protected Frequency6Code
tp
-
Constructor Summary
Constructors Constructor Description Frequency36Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrequencyPeriod1
getPrd()
Gets the value of the prd property.FrequencyAndMoment1
getPtInTm()
Gets the value of the ptInTm property.Frequency6Code
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.
-
-
-
Field Detail
-
tp
protected Frequency6Code tp
-
prd
protected FrequencyPeriod1 prd
-
ptInTm
protected FrequencyAndMoment1 ptInTm
-
-
Method Detail
-
getTp
public Frequency6Code getTp()
Gets the value of the tp property.- Returns:
- possible object is
Frequency6Code
-
setTp
public void setTp(Frequency6Code value)
Sets the value of the tp property.- Parameters:
value
- allowed object isFrequency6Code
-
getPrd
public FrequencyPeriod1 getPrd()
Gets the value of the prd property.- Returns:
- possible object is
FrequencyPeriod1
-
setPrd
public void setPrd(FrequencyPeriod1 value)
Sets the value of the prd property.- Parameters:
value
- allowed object isFrequencyPeriod1
-
getPtInTm
public FrequencyAndMoment1 getPtInTm()
Gets the value of the ptInTm property.- Returns:
- possible object is
FrequencyAndMoment1
-
setPtInTm
public void setPtInTm(FrequencyAndMoment1 value)
Sets the value of the ptInTm property.- Parameters:
value
- allowed object isFrequencyAndMoment1
-
-