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

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

public class CtDiariaProrrogacaoAutorizada
extends CtDiariaProrrogacao

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diariaProrrogacao">
       <sequence>
         <element name="quantidadeAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/>
         <element name="motivoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtMotivoGlosa motivoGlosa
           
protected  java.math.BigDecimal quantidadeAutorizada
           
 
Fields inherited from class br.gov.ans.padroes.tiss.schemas.CtDiariaProrrogacao
quantidadeDiaria, tipoAcomodacao
 
Constructor Summary
CtDiariaProrrogacaoAutorizada()
           
 
Method Summary
 CtMotivoGlosa getMotivoGlosa()
          Gets the value of the motivoGlosa property.
 java.math.BigDecimal getQuantidadeAutorizada()
          Gets the value of the quantidadeAutorizada property.
 void setMotivoGlosa(CtMotivoGlosa value)
          Sets the value of the motivoGlosa property.
 void setQuantidadeAutorizada(java.math.BigDecimal value)
          Sets the value of the quantidadeAutorizada property.
 
Methods inherited from class br.gov.ans.padroes.tiss.schemas.CtDiariaProrrogacao
getQuantidadeDiaria, getTipoAcomodacao, setQuantidadeDiaria, setTipoAcomodacao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantidadeAutorizada

protected java.math.BigDecimal quantidadeAutorizada

motivoGlosa

protected CtMotivoGlosa motivoGlosa
Constructor Detail

CtDiariaProrrogacaoAutorizada

public CtDiariaProrrogacaoAutorizada()
Method Detail

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

getMotivoGlosa

public CtMotivoGlosa getMotivoGlosa()
Gets the value of the motivoGlosa property.

Returns:
possible object is CtMotivoGlosa

setMotivoGlosa

public void setMotivoGlosa(CtMotivoGlosa value)
Sets the value of the motivoGlosa property.

Parameters:
value - allowed object is CtMotivoGlosa