public class YieldedOrValueType1Choice
extends java.lang.Object
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>
| Modifier and Type | Field | Description |
|---|---|---|
protected PriceValueType1Code |
valTp |
|
protected java.lang.Boolean |
yldd |
| Constructor | Description |
|---|---|
YieldedOrValueType1Choice() |
| Modifier and Type | Method | Description |
|---|---|---|
PriceValueType1Code |
getValTp() |
Gets the value of the valTp property.
|
java.lang.Boolean |
isYldd() |
Gets the value of the yldd property.
|
void |
setValTp(PriceValueType1Code value) |
Sets the value of the valTp property.
|
void |
setYldd(java.lang.Boolean value) |
Sets the value of the yldd property.
|
protected java.lang.Boolean yldd
protected PriceValueType1Code valTp
public java.lang.Boolean isYldd()
Booleanpublic void setYldd(java.lang.Boolean value)
value - allowed object is
Booleanpublic PriceValueType1Code getValTp()
PriceValueType1Codepublic void setValTp(PriceValueType1Code value)
value - allowed object is
PriceValueType1CodeCopyright © 2018. All rights reserved.