br.gov.ans.padroes.tiss.schemas.v20201
Class CtDemonstrativoOdontologia.DebitosCreditosNaoTributaveis

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtDemonstrativoOdontologia.DebitosCreditosNaoTributaveis
Enclosing class:
CtDemonstrativoOdontologia

public static class CtDemonstrativoOdontologia.DebitosCreditosNaoTributaveis
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="descontos" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_descontoOdonto" maxOccurs="unbounded" minOccurs="0"/>
         <element name="creditos" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_creditoOdonto" maxOccurs="unbounded" minOccurs="0"/>
         <element name="valorTotalNaoTributavel" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CtCreditoOdonto> creditos
           
protected  java.util.List<CtDescontoOdonto> descontos
           
protected  java.math.BigDecimal valorTotalNaoTributavel
           
 
Constructor Summary
CtDemonstrativoOdontologia.DebitosCreditosNaoTributaveis()
           
 
Method Summary
 java.util.List<CtCreditoOdonto> getCreditos()
          Gets the value of the creditos property.
 java.util.List<CtDescontoOdonto> getDescontos()
          Gets the value of the descontos property.
 java.math.BigDecimal getValorTotalNaoTributavel()
          Gets the value of the valorTotalNaoTributavel property.
 void setValorTotalNaoTributavel(java.math.BigDecimal value)
          Sets the value of the valorTotalNaoTributavel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descontos

protected java.util.List<CtDescontoOdonto> descontos

creditos

protected java.util.List<CtCreditoOdonto> creditos

valorTotalNaoTributavel

protected java.math.BigDecimal valorTotalNaoTributavel
Constructor Detail

CtDemonstrativoOdontologia.DebitosCreditosNaoTributaveis

public CtDemonstrativoOdontologia.DebitosCreditosNaoTributaveis()
Method Detail

getDescontos

public java.util.List<CtDescontoOdonto> getDescontos()
Gets the value of the descontos property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the descontos property.

For example, to add a new item, do as follows:

    getDescontos().add(newItem);
 

Objects of the following type(s) are allowed in the list CtDescontoOdonto


getCreditos

public java.util.List<CtCreditoOdonto> getCreditos()
Gets the value of the creditos property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the creditos property.

For example, to add a new item, do as follows:

    getCreditos().add(newItem);
 

Objects of the following type(s) are allowed in the list CtCreditoOdonto


getValorTotalNaoTributavel

public java.math.BigDecimal getValorTotalNaoTributavel()
Gets the value of the valorTotalNaoTributavel property.

Returns:
possible object is BigDecimal

setValorTotalNaoTributavel

public void setValorTotalNaoTributavel(java.math.BigDecimal value)
Sets the value of the valorTotalNaoTributavel property.

Parameters:
value - allowed object is BigDecimal