|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtOPMSolicitadas.OPMSolicitada
public static class CtOPMSolicitadas.OPMSolicitada
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/v20201}st_quantidade"/>
<element name="fabricante" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao40" minOccurs="0"/>
<element name="valor" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="OPM" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_tabela"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
fabricante
|
protected CtTabela |
opm
|
protected java.math.BigDecimal |
quantidadeSolicitada
|
protected java.math.BigDecimal |
valor
|
| Constructor Summary | |
|---|---|
CtOPMSolicitadas.OPMSolicitada()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFabricante()
Gets the value of the fabricante property. |
CtTabela |
getOPM()
Gets the value of the opm property. |
java.math.BigDecimal |
getQuantidadeSolicitada()
Gets the value of the quantidadeSolicitada property. |
java.math.BigDecimal |
getValor()
Gets the value of the valor property. |
void |
setFabricante(java.lang.String value)
Sets the value of the fabricante property. |
void |
setOPM(CtTabela value)
Sets the value of the opm property. |
void |
setQuantidadeSolicitada(java.math.BigDecimal value)
Sets the value of the quantidadeSolicitada property. |
void |
setValor(java.math.BigDecimal value)
Sets the value of the valor 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 java.lang.String fabricante
protected java.math.BigDecimal valor
protected CtTabela opm
| Constructor Detail |
|---|
public CtOPMSolicitadas.OPMSolicitada()
| Method Detail |
|---|
public java.math.BigDecimal getQuantidadeSolicitada()
BigDecimalpublic void setQuantidadeSolicitada(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getFabricante()
Stringpublic void setFabricante(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getValor()
BigDecimalpublic void setValor(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic CtTabela getOPM()
CtTabelapublic void setOPM(CtTabela value)
value - allowed object is
CtTabela
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||