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

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

public class CtItemSolicitacaoOdonto
extends java.lang.Object

Java class for ct_itemSolicitacaoOdonto complex type.

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

 <complexType name="ct_itemSolicitacaoOdonto">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoProcedimentos" 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="quantidadeSolicitada" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_quantidade"/>
         <element name="quantidadeAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_quantidade" 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="statusSolicitacaoProcedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_statusSolicitacao"/>
         <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_observacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtItemSolicitacaoOdonto.Glosas
          Java class for anonymous complex type.
 
Field Summary
protected  CtDenteRegiao denteRegiao
           
protected  java.lang.String face
           
protected  CtItemSolicitacaoOdonto.Glosas glosas
           
protected  CtTabela identificacaoProcedimentos
           
protected  java.lang.String observacao
           
protected  java.math.BigDecimal quantidadeAutorizada
           
protected  java.math.BigDecimal quantidadeSolicitada
           
protected  java.lang.String statusSolicitacaoProcedimento
           
 
Constructor Summary
CtItemSolicitacaoOdonto()
           
 
Method Summary
 CtDenteRegiao getDenteRegiao()
          Gets the value of the denteRegiao property.
 java.lang.String getFace()
          Gets the value of the face property.
 CtItemSolicitacaoOdonto.Glosas getGlosas()
          Gets the value of the glosas property.
 CtTabela getIdentificacaoProcedimentos()
          Gets the value of the identificacaoProcedimentos property.
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 java.math.BigDecimal getQuantidadeAutorizada()
          Gets the value of the quantidadeAutorizada property.
 java.math.BigDecimal getQuantidadeSolicitada()
          Gets the value of the quantidadeSolicitada property.
 java.lang.String getStatusSolicitacaoProcedimento()
          Gets the value of the statusSolicitacaoProcedimento 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(CtItemSolicitacaoOdonto.Glosas value)
          Sets the value of the glosas property.
 void setIdentificacaoProcedimentos(CtTabela value)
          Sets the value of the identificacaoProcedimentos property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 void setQuantidadeAutorizada(java.math.BigDecimal value)
          Sets the value of the quantidadeAutorizada property.
 void setQuantidadeSolicitada(java.math.BigDecimal value)
          Sets the value of the quantidadeSolicitada property.
 void setStatusSolicitacaoProcedimento(java.lang.String value)
          Sets the value of the statusSolicitacaoProcedimento property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoProcedimentos

protected CtTabela identificacaoProcedimentos

denteRegiao

protected CtDenteRegiao denteRegiao

face

protected java.lang.String face

quantidadeSolicitada

protected java.math.BigDecimal quantidadeSolicitada

quantidadeAutorizada

protected java.math.BigDecimal quantidadeAutorizada

glosas

protected CtItemSolicitacaoOdonto.Glosas glosas

statusSolicitacaoProcedimento

protected java.lang.String statusSolicitacaoProcedimento

observacao

protected java.lang.String observacao
Constructor Detail

CtItemSolicitacaoOdonto

public CtItemSolicitacaoOdonto()
Method Detail

getIdentificacaoProcedimentos

public CtTabela getIdentificacaoProcedimentos()
Gets the value of the identificacaoProcedimentos property.

Returns:
possible object is CtTabela

setIdentificacaoProcedimentos

public void setIdentificacaoProcedimentos(CtTabela value)
Sets the value of the identificacaoProcedimentos 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

getQuantidadeSolicitada

public java.math.BigDecimal getQuantidadeSolicitada()
Gets the value of the quantidadeSolicitada property.

Returns:
possible object is BigDecimal

setQuantidadeSolicitada

public void setQuantidadeSolicitada(java.math.BigDecimal value)
Sets the value of the quantidadeSolicitada property.

Parameters:
value - allowed object is BigDecimal

getQuantidadeAutorizada

public java.math.BigDecimal getQuantidadeAutorizada()
Gets the value of the quantidadeAutorizada property.

Returns:
possible object is BigDecimal

setQuantidadeAutorizada

public void setQuantidadeAutorizada(java.math.BigDecimal value)
Sets the value of the quantidadeAutorizada property.

Parameters:
value - allowed object is BigDecimal

getGlosas

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

Returns:
possible object is CtItemSolicitacaoOdonto.Glosas

setGlosas

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

Parameters:
value - allowed object is CtItemSolicitacaoOdonto.Glosas

getStatusSolicitacaoProcedimento

public java.lang.String getStatusSolicitacaoProcedimento()
Gets the value of the statusSolicitacaoProcedimento property.

Returns:
possible object is String

setStatusSolicitacaoProcedimento

public void setStatusSolicitacaoProcedimento(java.lang.String value)
Sets the value of the statusSolicitacaoProcedimento property.

Parameters:
value - allowed object is String

getObservacao

public java.lang.String getObservacao()
Gets the value of the observacao property.

Returns:
possible object is String

setObservacao

public void setObservacao(java.lang.String value)
Sets the value of the observacao property.

Parameters:
value - allowed object is String