public static class Nomina.Percepciones.Percepcion.AccionesOTitulos extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ValorMercado" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <minInclusive value="0.000001"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="PrecioAlOtorgarse" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <fractionDigits value="6"/> <minInclusive value="0.000001"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
precioAlOtorgarse |
protected BigDecimal |
valorMercado |
Constructor and Description |
---|
AccionesOTitulos() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getPrecioAlOtorgarse()
Gets the value of the precioAlOtorgarse property.
|
BigDecimal |
getValorMercado()
Gets the value of the valorMercado property.
|
void |
setPrecioAlOtorgarse(BigDecimal value)
Sets the value of the precioAlOtorgarse property.
|
void |
setValorMercado(BigDecimal value)
Sets the value of the valorMercado property.
|
protected BigDecimal valorMercado
protected BigDecimal precioAlOtorgarse
public BigDecimal getValorMercado()
BigDecimal
public void setValorMercado(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPrecioAlOtorgarse()
BigDecimal
public void setPrecioAlOtorgarse(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.