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"> <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 | 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()
Boolean
public void setYldd(java.lang.Boolean value)
value
- allowed object is
Boolean
public PriceValueType1Code getValTp()
PriceValueType1Code
public void setValTp(PriceValueType1Code value)
value
- allowed object is
PriceValueType1Code
Copyright © 2018. All rights reserved.