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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtProcedimentoOdontologia
Direct Known Subclasses:
CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado, CtProcedimentoOdontoRevisao.ProcedimentoOdontologia

public class CtProcedimentoOdontologia
extends java.lang.Object

Java class for ct_procedimentoOdontologia complex type.

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

 <complexType name="ct_procedimentoOdontologia">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="procedimentoOdonto" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
         <element name="denteRegiao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_denteRegiao" minOccurs="0"/>
         <element name="face" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_face" minOccurs="0"/>
         <element name="quantidade" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <totalDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="quantidadeUS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/>
         <element name="valor" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/>
         <element name="franquiaCoparticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtDenteRegiao denteRegiao
           
protected  StFace face
           
protected  java.math.BigDecimal franquiaCoparticipacao
           
protected  CtTabela procedimentoOdonto
           
protected  java.math.BigInteger quantidade
           
protected  java.math.BigDecimal quantidadeUS
           
protected  java.math.BigDecimal valor
           
 
Constructor Summary
CtProcedimentoOdontologia()
           
 
Method Summary
 CtDenteRegiao getDenteRegiao()
          Gets the value of the denteRegiao property.
 StFace getFace()
          Gets the value of the face property.
 java.math.BigDecimal getFranquiaCoparticipacao()
          Gets the value of the franquiaCoparticipacao property.
 CtTabela getProcedimentoOdonto()
          Gets the value of the procedimentoOdonto property.
 java.math.BigInteger getQuantidade()
          Gets the value of the quantidade property.
 java.math.BigDecimal getQuantidadeUS()
          Gets the value of the quantidadeUS property.
 java.math.BigDecimal getValor()
          Gets the value of the valor property.
 void setDenteRegiao(CtDenteRegiao value)
          Sets the value of the denteRegiao property.
 void setFace(StFace value)
          Sets the value of the face property.
 void setFranquiaCoparticipacao(java.math.BigDecimal value)
          Sets the value of the franquiaCoparticipacao 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 setQuantidadeUS(java.math.BigDecimal value)
          Sets the value of the quantidadeUS property.
 void setValor(java.math.BigDecimal value)
          Sets the value of the valor 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 StFace face

quantidade

protected java.math.BigInteger quantidade

quantidadeUS

protected java.math.BigDecimal quantidadeUS

valor

protected java.math.BigDecimal valor

franquiaCoparticipacao

protected java.math.BigDecimal franquiaCoparticipacao
Constructor Detail

CtProcedimentoOdontologia

public CtProcedimentoOdontologia()
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 StFace getFace()
Gets the value of the face property.

Returns:
possible object is StFace

setFace

public void setFace(StFace value)
Sets the value of the face property.

Parameters:
value - allowed object is StFace

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

getQuantidadeUS

public java.math.BigDecimal getQuantidadeUS()
Gets the value of the quantidadeUS property.

Returns:
possible object is BigDecimal

setQuantidadeUS

public void setQuantidadeUS(java.math.BigDecimal value)
Sets the value of the quantidadeUS property.

Parameters:
value - allowed object is BigDecimal

getValor

public java.math.BigDecimal getValor()
Gets the value of the valor property.

Returns:
possible object is BigDecimal

setValor

public void setValor(java.math.BigDecimal value)
Sets the value of the valor property.

Parameters:
value - allowed object is BigDecimal

getFranquiaCoparticipacao

public java.math.BigDecimal getFranquiaCoparticipacao()
Gets the value of the franquiaCoparticipacao property.

Returns:
possible object is BigDecimal

setFranquiaCoparticipacao

public void setFranquiaCoparticipacao(java.math.BigDecimal value)
Sets the value of the franquiaCoparticipacao property.

Parameters:
value - allowed object is BigDecimal