br.gov.ans.padroes.tiss.schemas
Class CtProcedimentosSolicitados.ProcedimentoSolicitado

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtProcedimentosSolicitados.ProcedimentoSolicitado
Enclosing class:
CtProcedimentosSolicitados

public static class CtProcedimentosSolicitados.ProcedimentoSolicitado
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quantidadeSolicitada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
         <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtTabela procedimento
           
protected  java.math.BigDecimal quantidadeSolicitada
           
 
Constructor Summary
CtProcedimentosSolicitados.ProcedimentoSolicitado()
           
 
Method Summary
 CtTabela getProcedimento()
          Gets the value of the procedimento property.
 java.math.BigDecimal getQuantidadeSolicitada()
          Gets the value of the quantidadeSolicitada property.
 void setProcedimento(CtTabela value)
          Sets the value of the procedimento property.
 void setQuantidadeSolicitada(java.math.BigDecimal value)
          Sets the value of the quantidadeSolicitada property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantidadeSolicitada

protected java.math.BigDecimal quantidadeSolicitada

procedimento

protected CtTabela procedimento
Constructor Detail

CtProcedimentosSolicitados.ProcedimentoSolicitado

public CtProcedimentosSolicitados.ProcedimentoSolicitado()
Method Detail

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

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