|
||||||||||
| 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.CtItemSolicitacao
public class CtItemSolicitacao
Java class for ct_itemSolicitacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_itemSolicitacao">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificacaoProcedimentos" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_tabela"/>
<element name="quantidadeSolicitada" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_quantidade"/>
<element name="quantidadeAutorizada" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_quantidade" minOccurs="0"/>
<element name="statusSolicitacaoProcedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_statusSolicitacao"/>
<element name="glosas" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="motivoGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_motivoGlosa" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="observacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_observacao" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtItemSolicitacao.Glosas
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CtItemSolicitacao.Glosas |
glosas
|
protected CtTabela |
identificacaoProcedimentos
|
protected java.lang.String |
observacao
|
protected java.math.BigDecimal |
quantidadeAutorizada
|
protected java.math.BigDecimal |
quantidadeSolicitada
|
protected java.lang.String |
statusSolicitacaoProcedimento
|
| Constructor Summary | |
|---|---|
CtItemSolicitacao()
|
|
| Method Summary | |
|---|---|
CtItemSolicitacao.Glosas |
getGlosas()
Gets the value of the glosas property. |
CtTabela |
getIdentificacaoProcedimentos()
Gets the value of the identificacaoProcedimentos property. |
java.lang.String |
getObservacao()
Gets the value of the observacao property. |
java.math.BigDecimal |
getQuantidadeAutorizada()
Gets the value of the quantidadeAutorizada property. |
java.math.BigDecimal |
getQuantidadeSolicitada()
Gets the value of the quantidadeSolicitada property. |
java.lang.String |
getStatusSolicitacaoProcedimento()
Gets the value of the statusSolicitacaoProcedimento property. |
void |
setGlosas(CtItemSolicitacao.Glosas value)
Sets the value of the glosas property. |
void |
setIdentificacaoProcedimentos(CtTabela value)
Sets the value of the identificacaoProcedimentos property. |
void |
setObservacao(java.lang.String value)
Sets the value of the observacao property. |
void |
setQuantidadeAutorizada(java.math.BigDecimal value)
Sets the value of the quantidadeAutorizada property. |
void |
setQuantidadeSolicitada(java.math.BigDecimal value)
Sets the value of the quantidadeSolicitada property. |
void |
setStatusSolicitacaoProcedimento(java.lang.String value)
Sets the value of the statusSolicitacaoProcedimento property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtTabela identificacaoProcedimentos
protected java.math.BigDecimal quantidadeSolicitada
protected java.math.BigDecimal quantidadeAutorizada
protected java.lang.String statusSolicitacaoProcedimento
protected CtItemSolicitacao.Glosas glosas
protected java.lang.String observacao
| Constructor Detail |
|---|
public CtItemSolicitacao()
| Method Detail |
|---|
public CtTabela getIdentificacaoProcedimentos()
CtTabelapublic void setIdentificacaoProcedimentos(CtTabela value)
value - allowed object is
CtTabelapublic java.math.BigDecimal getQuantidadeSolicitada()
BigDecimalpublic void setQuantidadeSolicitada(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getQuantidadeAutorizada()
BigDecimalpublic void setQuantidadeAutorizada(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getStatusSolicitacaoProcedimento()
Stringpublic void setStatusSolicitacaoProcedimento(java.lang.String value)
value - allowed object is
Stringpublic CtItemSolicitacao.Glosas getGlosas()
CtItemSolicitacao.Glosaspublic void setGlosas(CtItemSolicitacao.Glosas value)
value - allowed object is
CtItemSolicitacao.Glosaspublic java.lang.String getObservacao()
Stringpublic void setObservacao(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||