|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}ct_tabela"/> <element name="quantidadeSolicitada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> <element name="quantidadeAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="statusSolicitacaoProcedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}ct_motivoGlosa" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}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()
CtTabela
public void setIdentificacaoProcedimentos(CtTabela value)
value
- allowed object is
CtTabela
public java.math.BigDecimal getQuantidadeSolicitada()
BigDecimal
public void setQuantidadeSolicitada(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getQuantidadeAutorizada()
BigDecimal
public void setQuantidadeAutorizada(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getStatusSolicitacaoProcedimento()
String
public void setStatusSolicitacaoProcedimento(java.lang.String value)
value
- allowed object is
String
public CtItemSolicitacao.Glosas getGlosas()
CtItemSolicitacao.Glosas
public void setGlosas(CtItemSolicitacao.Glosas value)
value
- allowed object is
CtItemSolicitacao.Glosas
public java.lang.String getObservacao()
String
public 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 |