br.gov.ans.padroes.tiss.schemas
Class CtDadosProcedimento

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDadosProcedimento

public class CtDadosProcedimento
extends java.lang.Object

Java class for ct_dadosProcedimento complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_dadosProcedimento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
         <element name="quantidadeExecutada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidadeProcedimento"/>
         <element name="valorProcessado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="valorLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="grauParticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_posicaoProfissao" minOccurs="0"/>
         <element name="relacaoGlosa" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tipoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" maxOccurs="unbounded"/>
                   <element name="valorGlosa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDadosProcedimento.RelacaoGlosa
          Java class for anonymous complex type.
 
Field Summary
protected  java.math.BigInteger grauParticipacao
           
protected  CtTabela procedimento
           
protected  java.math.BigInteger quantidadeExecutada
           
protected  CtDadosProcedimento.RelacaoGlosa relacaoGlosa
           
protected  java.math.BigDecimal valorLiberado
           
protected  java.math.BigDecimal valorProcessado
           
 
Constructor Summary
CtDadosProcedimento()
           
 
Method Summary
 java.math.BigInteger getGrauParticipacao()
          Gets the value of the grauParticipacao property.
 CtTabela getProcedimento()
          Gets the value of the procedimento property.
 java.math.BigInteger getQuantidadeExecutada()
          Gets the value of the quantidadeExecutada property.
 CtDadosProcedimento.RelacaoGlosa getRelacaoGlosa()
          Gets the value of the relacaoGlosa property.
 java.math.BigDecimal getValorLiberado()
          Gets the value of the valorLiberado property.
 java.math.BigDecimal getValorProcessado()
          Gets the value of the valorProcessado property.
 void setGrauParticipacao(java.math.BigInteger value)
          Sets the value of the grauParticipacao property.
 void setProcedimento(CtTabela value)
          Sets the value of the procedimento property.
 void setQuantidadeExecutada(java.math.BigInteger value)
          Sets the value of the quantidadeExecutada property.
 void setRelacaoGlosa(CtDadosProcedimento.RelacaoGlosa value)
          Sets the value of the relacaoGlosa property.
 void setValorLiberado(java.math.BigDecimal value)
          Sets the value of the valorLiberado property.
 void setValorProcessado(java.math.BigDecimal value)
          Sets the value of the valorProcessado property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

procedimento

protected CtTabela procedimento

quantidadeExecutada

protected java.math.BigInteger quantidadeExecutada

valorProcessado

protected java.math.BigDecimal valorProcessado

valorLiberado

protected java.math.BigDecimal valorLiberado

grauParticipacao

protected java.math.BigInteger grauParticipacao

relacaoGlosa

protected CtDadosProcedimento.RelacaoGlosa relacaoGlosa
Constructor Detail

CtDadosProcedimento

public CtDadosProcedimento()
Method Detail

getProcedimento

public CtTabela getProcedimento()
Gets the value of the procedimento property.

Returns:
possible object is CtTabela

setProcedimento

public void setProcedimento(CtTabela value)
Sets the value of the procedimento property.

Parameters:
value - allowed object is CtTabela

getQuantidadeExecutada

public java.math.BigInteger getQuantidadeExecutada()
Gets the value of the quantidadeExecutada property.

Returns:
possible object is BigInteger

setQuantidadeExecutada

public void setQuantidadeExecutada(java.math.BigInteger value)
Sets the value of the quantidadeExecutada property.

Parameters:
value - allowed object is BigInteger

getValorProcessado

public java.math.BigDecimal getValorProcessado()
Gets the value of the valorProcessado property.

Returns:
possible object is BigDecimal

setValorProcessado

public void setValorProcessado(java.math.BigDecimal value)
Sets the value of the valorProcessado property.

Parameters:
value - allowed object is BigDecimal

getValorLiberado

public java.math.BigDecimal getValorLiberado()
Gets the value of the valorLiberado property.

Returns:
possible object is BigDecimal

setValorLiberado

public void setValorLiberado(java.math.BigDecimal value)
Sets the value of the valorLiberado property.

Parameters:
value - allowed object is BigDecimal

getGrauParticipacao

public java.math.BigInteger getGrauParticipacao()
Gets the value of the grauParticipacao property.

Returns:
possible object is BigInteger

setGrauParticipacao

public void setGrauParticipacao(java.math.BigInteger value)
Sets the value of the grauParticipacao property.

Parameters:
value - allowed object is BigInteger

getRelacaoGlosa

public CtDadosProcedimento.RelacaoGlosa getRelacaoGlosa()
Gets the value of the relacaoGlosa property.

Returns:
possible object is CtDadosProcedimento.RelacaoGlosa

setRelacaoGlosa

public void setRelacaoGlosa(CtDadosProcedimento.RelacaoGlosa value)
Sets the value of the relacaoGlosa property.

Parameters:
value - allowed object is CtDadosProcedimento.RelacaoGlosa