|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtDiariaProrrogacao
br.gov.ans.padroes.tiss.schemas.v20103.CtDiariaProrrogacaoAutorizada
public class CtDiariaProrrogacaoAutorizada
Java class for ct_diariaProrrogacaoAutorizada complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_diariaProrrogacaoAutorizada">
<complexContent>
<extension base="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_diariaProrrogacao">
<sequence>
<element name="quantidadeAutorizada" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_quantidade" minOccurs="0"/>
<element name="motivoGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}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.v20103.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.v20103.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.math.BigDecimal quantidadeAutorizada
protected CtMotivoGlosa motivoGlosa
| Constructor Detail |
|---|
public CtDiariaProrrogacaoAutorizada()
| Method Detail |
|---|
public java.math.BigDecimal getQuantidadeAutorizada()
BigDecimalpublic void setQuantidadeAutorizada(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic CtMotivoGlosa getMotivoGlosa()
CtMotivoGlosapublic 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 | |||||||||