public class YieldedOrValueType1Choice extends 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">
<sequence>
<choice>
<element name="Yldd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}YesNoIndicator"/>
<element name="ValTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}PriceValueType1Code"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PriceValueType1Code |
valTp |
protected Boolean |
yldd |
| Constructor and Description |
|---|
YieldedOrValueType1Choice() |
| Modifier and Type | Method and Description |
|---|---|
PriceValueType1Code |
getValTp()
Gets the value of the valTp property.
|
Boolean |
isYldd()
Gets the value of the yldd property.
|
void |
setValTp(PriceValueType1Code value)
Sets the value of the valTp property.
|
void |
setYldd(Boolean value)
Sets the value of the yldd property.
|
protected Boolean yldd
protected PriceValueType1Code valTp
public Boolean isYldd()
Booleanpublic void setYldd(Boolean value)
value - allowed object is
Booleanpublic PriceValueType1Code getValTp()
PriceValueType1Codepublic void setValTp(PriceValueType1Code value)
value - allowed object is
PriceValueType1CodeCopyright © 2020. All rights reserved.