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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20103.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.v20103}st_quantidadeProcedimento"/>
         <element name="procedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_tabela"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtTabela procedimento
           
protected  java.math.BigInteger quantidadeSolicitada
           
 
Constructor Summary
CtProcedimentosSolicitados.ProcedimentoSolicitado()
           
 
Method Summary
 CtTabela getProcedimento()
          Gets the value of the procedimento property.
 java.math.BigInteger getQuantidadeSolicitada()
          Gets the value of the quantidadeSolicitada property.
 void setProcedimento(CtTabela value)
          Sets the value of the procedimento property.
 void setQuantidadeSolicitada(java.math.BigInteger 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.BigInteger quantidadeSolicitada

procedimento

protected CtTabela procedimento
Constructor Detail

CtProcedimentosSolicitados.ProcedimentoSolicitado

public CtProcedimentosSolicitados.ProcedimentoSolicitado()
Method Detail

getQuantidadeSolicitada

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

Returns:
possible object is BigInteger

setQuantidadeSolicitada

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

Parameters:
value - allowed object is BigInteger

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