Class Frequency36Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_10.Frequency36Choice
-
public class Frequency36Choice extends java.lang.ObjectJava 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 FrequencyPeriod1prdprotected FrequencyAndMoment1ptInTmprotected Frequency6Codetp
-
Constructor Summary
Constructors Constructor Description Frequency36Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrequencyPeriod1getPrd()Gets the value of the prd property.FrequencyAndMoment1getPtInTm()Gets the value of the ptInTm property.Frequency6CodegetTp()Gets the value of the tp property.voidsetPrd(FrequencyPeriod1 value)Sets the value of the prd property.voidsetPtInTm(FrequencyAndMoment1 value)Sets the value of the ptInTm property.voidsetTp(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
-
-