Class YieldedOrValueType1Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_07.YieldedOrValueType1Choice
-
public class YieldedOrValueType1Choice extends java.lang.ObjectJava class for YieldedOrValueType1Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="YieldedOrValueType1Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Yldd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}YesNoIndicator"/> <element name="ValTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}PriceValueType1Code"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PriceValueType1CodevalTpprotected java.lang.Booleanyldd
-
Constructor Summary
Constructors Constructor Description YieldedOrValueType1Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceValueType1CodegetValTp()Gets the value of the valTp property.java.lang.BooleanisYldd()Gets the value of the yldd property.voidsetValTp(PriceValueType1Code value)Sets the value of the valTp property.voidsetYldd(java.lang.Boolean value)Sets the value of the yldd property.
-
-
-
Field Detail
-
yldd
protected java.lang.Boolean yldd
-
valTp
protected PriceValueType1Code valTp
-
-
Method Detail
-
isYldd
public java.lang.Boolean isYldd()
Gets the value of the yldd property.- Returns:
- possible object is
Boolean
-
setYldd
public void setYldd(java.lang.Boolean value)
Sets the value of the yldd property.- Parameters:
value- allowed object isBoolean
-
getValTp
public PriceValueType1Code getValTp()
Gets the value of the valTp property.- Returns:
- possible object is
PriceValueType1Code
-
setValTp
public void setValTp(PriceValueType1Code value)
Sets the value of the valTp property.- Parameters:
value- allowed object isPriceValueType1Code
-
-