br.gov.ans.padroes.tiss.schemas.v20201
Class CtProcedimentoOdontoRealizado

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

public class CtProcedimentoOdontoRealizado
extends java.lang.Object

Java class for ct_procedimentoOdontoRealizado complex type.

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

 <complexType name="ct_procedimentoOdontoRealizado">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="procedimentoOdonto" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_tabela"/>
         <element name="denteRegiao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_denteRegiao" minOccurs="0"/>
         <element name="face" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_face" minOccurs="0"/>
         <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
         <element name="quantidade" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_quantidadeProcedimento" minOccurs="0"/>
         <element name="valorProcessado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorGlosaEstorno" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
         <element name="glosas" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="motivoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_motivoGlosa" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="valorLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtProcedimentoOdontoRealizado.Glosas
          Java class for anonymous complex type.
 
Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataRealizacao
           
protected  CtDenteRegiao denteRegiao
           
protected  java.lang.String face
           
protected  CtProcedimentoOdontoRealizado.Glosas glosas
           
protected  CtTabela procedimentoOdonto
           
protected  java.math.BigInteger quantidade
           
protected  java.math.BigDecimal valorGlosaEstorno
           
protected  java.math.BigDecimal valorLiberado
           
protected  java.math.BigDecimal valorProcessado
           
 
Constructor Summary
CtProcedimentoOdontoRealizado()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
          Gets the value of the dataRealizacao property.
 CtDenteRegiao getDenteRegiao()
          Gets the value of the denteRegiao property.
 java.lang.String getFace()
          Gets the value of the face property.
 CtProcedimentoOdontoRealizado.Glosas getGlosas()
          Gets the value of the glosas property.
 CtTabela getProcedimentoOdonto()
          Gets the value of the procedimentoOdonto property.
 java.math.BigInteger getQuantidade()
          Gets the value of the quantidade property.
 java.math.BigDecimal getValorGlosaEstorno()
          Gets the value of the valorGlosaEstorno property.
 java.math.BigDecimal getValorLiberado()
          Gets the value of the valorLiberado property.
 java.math.BigDecimal getValorProcessado()
          Gets the value of the valorProcessado property.
 void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataRealizacao property.
 void setDenteRegiao(CtDenteRegiao value)
          Sets the value of the denteRegiao property.
 void setFace(java.lang.String value)
          Sets the value of the face property.
 void setGlosas(CtProcedimentoOdontoRealizado.Glosas value)
          Sets the value of the glosas property.
 void setProcedimentoOdonto(CtTabela value)
          Sets the value of the procedimentoOdonto property.
 void setQuantidade(java.math.BigInteger value)
          Sets the value of the quantidade property.
 void setValorGlosaEstorno(java.math.BigDecimal value)
          Sets the value of the valorGlosaEstorno 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

procedimentoOdonto

protected CtTabela procedimentoOdonto

denteRegiao

protected CtDenteRegiao denteRegiao

face

protected java.lang.String face

dataRealizacao

protected javax.xml.datatype.XMLGregorianCalendar dataRealizacao

quantidade

protected java.math.BigInteger quantidade

valorProcessado

protected java.math.BigDecimal valorProcessado

valorGlosaEstorno

protected java.math.BigDecimal valorGlosaEstorno

glosas

protected CtProcedimentoOdontoRealizado.Glosas glosas

valorLiberado

protected java.math.BigDecimal valorLiberado
Constructor Detail

CtProcedimentoOdontoRealizado

public CtProcedimentoOdontoRealizado()
Method Detail

getProcedimentoOdonto

public CtTabela getProcedimentoOdonto()
Gets the value of the procedimentoOdonto property.

Returns:
possible object is CtTabela

setProcedimentoOdonto

public void setProcedimentoOdonto(CtTabela value)
Sets the value of the procedimentoOdonto property.

Parameters:
value - allowed object is CtTabela

getDenteRegiao

public CtDenteRegiao getDenteRegiao()
Gets the value of the denteRegiao property.

Returns:
possible object is CtDenteRegiao

setDenteRegiao

public void setDenteRegiao(CtDenteRegiao value)
Sets the value of the denteRegiao property.

Parameters:
value - allowed object is CtDenteRegiao

getFace

public java.lang.String getFace()
Gets the value of the face property.

Returns:
possible object is String

setFace

public void setFace(java.lang.String value)
Sets the value of the face property.

Parameters:
value - allowed object is String

getDataRealizacao

public javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
Gets the value of the dataRealizacao property.

Returns:
possible object is XMLGregorianCalendar

setDataRealizacao

public void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRealizacao property.

Parameters:
value - allowed object is XMLGregorianCalendar

getQuantidade

public java.math.BigInteger getQuantidade()
Gets the value of the quantidade property.

Returns:
possible object is BigInteger

setQuantidade

public void setQuantidade(java.math.BigInteger value)
Sets the value of the quantidade 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

getValorGlosaEstorno

public java.math.BigDecimal getValorGlosaEstorno()
Gets the value of the valorGlosaEstorno property.

Returns:
possible object is BigDecimal

setValorGlosaEstorno

public void setValorGlosaEstorno(java.math.BigDecimal value)
Sets the value of the valorGlosaEstorno property.

Parameters:
value - allowed object is BigDecimal

getGlosas

public CtProcedimentoOdontoRealizado.Glosas getGlosas()
Gets the value of the glosas property.

Returns:
possible object is CtProcedimentoOdontoRealizado.Glosas

setGlosas

public void setGlosas(CtProcedimentoOdontoRealizado.Glosas value)
Sets the value of the glosas property.

Parameters:
value - allowed object is CtProcedimentoOdontoRealizado.Glosas

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