Class YieldedOrValueType1Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_08.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.08}YesNoIndicator"/>
<element name="ValTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.08}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.voidsetValTp(PriceValueType1Code value) Sets the value of the valTp property.voidSets the value of the yldd property.
-
Field Details
-
yldd
-
valTp
-
-
Constructor Details
-
YieldedOrValueType1Choice
public YieldedOrValueType1Choice()
-
-
Method Details
-
isYldd
-
setYldd
-
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
-