br.gov.ans.padroes.tiss.schemas
Class CtDescontos.ItemDesconto

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDescontos.ItemDesconto
Enclosing class:
CtDescontos

public static class CtDescontos.ItemDesconto
extends java.lang.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">
       <sequence>
         <element name="valorDesconto" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario"/>
         <element name="descricao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao40"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String descricao
           
protected  java.math.BigDecimal valorDesconto
           
 
Constructor Summary
CtDescontos.ItemDesconto()
           
 
Method Summary
 java.lang.String getDescricao()
          Gets the value of the descricao property.
 java.math.BigDecimal getValorDesconto()
          Gets the value of the valorDesconto property.
 void setDescricao(java.lang.String value)
          Sets the value of the descricao property.
 void setValorDesconto(java.math.BigDecimal value)
          Sets the value of the valorDesconto property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valorDesconto

protected java.math.BigDecimal valorDesconto

descricao

protected java.lang.String descricao
Constructor Detail

CtDescontos.ItemDesconto

public CtDescontos.ItemDesconto()
Method Detail

getValorDesconto

public java.math.BigDecimal getValorDesconto()
Gets the value of the valorDesconto property.

Returns:
possible object is BigDecimal

setValorDesconto

public void setValorDesconto(java.math.BigDecimal value)
Sets the value of the valorDesconto property.

Parameters:
value - allowed object is BigDecimal

getDescricao

public java.lang.String getDescricao()
Gets the value of the descricao property.

Returns:
possible object is String

setDescricao

public void setDescricao(java.lang.String value)
Sets the value of the descricao property.

Parameters:
value - allowed object is String