|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDiariaProrrogacao
br.gov.ans.padroes.tiss.schemas.MensagemTISS.OperadoraParaPrestador.AutorizacaoServico.CtDiariaProrrogacaoAutorizada
public static class MensagemTISS.OperadoraParaPrestador.AutorizacaoServico.CtDiariaProrrogacaoAutorizada
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="tipoAcomodacaoAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoAcomodacao" minOccurs="0"/> <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
|
protected java.lang.String |
tipoAcomodacaoAutorizada
|
Fields inherited from class br.gov.ans.padroes.tiss.schemas.CtDiariaProrrogacao |
---|
quantidadeDiaria, tipoAcomodacao |
Constructor Summary | |
---|---|
MensagemTISS.OperadoraParaPrestador.AutorizacaoServico.CtDiariaProrrogacaoAutorizada()
|
Method Summary | |
---|---|
CtMotivoGlosa |
getMotivoGlosa()
Gets the value of the motivoGlosa property. |
java.math.BigDecimal |
getQuantidadeAutorizada()
Gets the value of the quantidadeAutorizada property. |
java.lang.String |
getTipoAcomodacaoAutorizada()
Gets the value of the tipoAcomodacaoAutorizada 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. |
void |
setTipoAcomodacaoAutorizada(java.lang.String value)
Sets the value of the tipoAcomodacaoAutorizada 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 |
---|
protected java.lang.String tipoAcomodacaoAutorizada
protected java.math.BigDecimal quantidadeAutorizada
protected CtMotivoGlosa motivoGlosa
Constructor Detail |
---|
public MensagemTISS.OperadoraParaPrestador.AutorizacaoServico.CtDiariaProrrogacaoAutorizada()
Method Detail |
---|
public java.lang.String getTipoAcomodacaoAutorizada()
String
public void setTipoAcomodacaoAutorizada(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getQuantidadeAutorizada()
BigDecimal
public void setQuantidadeAutorizada(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public CtMotivoGlosa getMotivoGlosa()
CtMotivoGlosa
public void setMotivoGlosa(CtMotivoGlosa value)
value
- allowed object is
CtMotivoGlosa
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |