Class YieldedOrValueType1Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_07.YieldedOrValueType1Choice
Java 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValTp()
Gets the value of the valTp property.isYldd()
Gets the value of the yldd property.void
setValTp
(PriceValueType1Code value) Sets the value of the valTp property.void
Sets the value of the yldd property.
-
Field Details
-
yldd
-
valTp
-
-
Constructor Details
-
YieldedOrValueType1Choice
public YieldedOrValueType1Choice()
-
-
Method Details
-
isYldd
Gets the value of the yldd property.- Returns:
- possible object is
Boolean
-
setYldd
Sets the value of the yldd property.- Parameters:
value
- allowed object isBoolean
-
getValTp
Gets the value of the valTp property.- Returns:
- possible object is
PriceValueType1Code
-
setValTp
Sets the value of the valTp property.- Parameters:
value
- allowed object isPriceValueType1Code
-