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

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

public class CtItemSolicitacao
extends java.lang.Object

Java class for ct_itemSolicitacao complex type.

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

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


Nested Class Summary
static class CtItemSolicitacao.Glosas
          Java class for anonymous complex type.
 
Field Summary
protected  CtItemSolicitacao.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
CtItemSolicitacao()
           
 
Method Summary
 CtItemSolicitacao.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 setGlosas(CtItemSolicitacao.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

quantidadeSolicitada

protected java.math.BigDecimal quantidadeSolicitada

quantidadeAutorizada

protected java.math.BigDecimal quantidadeAutorizada

statusSolicitacaoProcedimento

protected java.lang.String statusSolicitacaoProcedimento

glosas

protected CtItemSolicitacao.Glosas glosas

observacao

protected java.lang.String observacao
Constructor Detail

CtItemSolicitacao

public CtItemSolicitacao()
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

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

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

getGlosas

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

Returns:
possible object is CtItemSolicitacao.Glosas

setGlosas

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

Parameters:
value - allowed object is CtItemSolicitacao.Glosas

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