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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDiariaProrrogacao
Direct Known Subclasses:
CtDiariaProrrogacaoAutorizada, CtSituacaoAutorizacao.DadosAutorizacao.CtDiariaProrrogacaoAutorizada, MensagemTISS.OperadoraParaPrestador.AutorizacaoServico.CtDiariaProrrogacaoAutorizada, WsAutorizacaoProcedimento.AutorizacaoServico.CtDiariaProrrogacaoAutorizada

public class CtDiariaProrrogacao
extends java.lang.Object

Java class for ct_diariaProrrogacao complex type.

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

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


Field Summary
protected  java.math.BigDecimal quantidadeDiaria
           
protected  java.lang.String tipoAcomodacao
           
 
Constructor Summary
CtDiariaProrrogacao()
           
 
Method Summary
 java.math.BigDecimal getQuantidadeDiaria()
          Gets the value of the quantidadeDiaria property.
 java.lang.String getTipoAcomodacao()
          Gets the value of the tipoAcomodacao property.
 void setQuantidadeDiaria(java.math.BigDecimal value)
          Sets the value of the quantidadeDiaria property.
 void setTipoAcomodacao(java.lang.String value)
          Sets the value of the tipoAcomodacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipoAcomodacao

protected java.lang.String tipoAcomodacao

quantidadeDiaria

protected java.math.BigDecimal quantidadeDiaria
Constructor Detail

CtDiariaProrrogacao

public CtDiariaProrrogacao()
Method Detail

getTipoAcomodacao

public java.lang.String getTipoAcomodacao()
Gets the value of the tipoAcomodacao property.

Returns:
possible object is String

setTipoAcomodacao

public void setTipoAcomodacao(java.lang.String value)
Sets the value of the tipoAcomodacao property.

Parameters:
value - allowed object is String

getQuantidadeDiaria

public java.math.BigDecimal getQuantidadeDiaria()
Gets the value of the quantidadeDiaria property.

Returns:
possible object is BigDecimal

setQuantidadeDiaria

public void setQuantidadeDiaria(java.math.BigDecimal value)
Sets the value of the quantidadeDiaria property.

Parameters:
value - allowed object is BigDecimal