|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtProcedimentosSolicitados.ProcedimentoSolicitado
public static class CtProcedimentosSolicitados.ProcedimentoSolicitado
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quantidadeSolicitada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtTabela |
procedimento
|
protected java.math.BigDecimal |
quantidadeSolicitada
|
Constructor Summary | |
---|---|
CtProcedimentosSolicitados.ProcedimentoSolicitado()
|
Method Summary | |
---|---|
CtTabela |
getProcedimento()
Gets the value of the procedimento property. |
java.math.BigDecimal |
getQuantidadeSolicitada()
Gets the value of the quantidadeSolicitada property. |
void |
setProcedimento(CtTabela value)
Sets the value of the procedimento property. |
void |
setQuantidadeSolicitada(java.math.BigDecimal value)
Sets the value of the quantidadeSolicitada property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.math.BigDecimal quantidadeSolicitada
protected CtTabela procedimento
Constructor Detail |
---|
public CtProcedimentosSolicitados.ProcedimentoSolicitado()
Method Detail |
---|
public java.math.BigDecimal getQuantidadeSolicitada()
BigDecimal
public void setQuantidadeSolicitada(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public CtTabela getProcedimento()
CtTabela
public void setProcedimento(CtTabela value)
value
- allowed object is
CtTabela
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |