|
||||||||||
| 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.CtOPMUtilizada.OPM.IdentificacaoOPM
public static class CtOPMUtilizada.OPM.IdentificacaoOPM
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="OPM" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_tabela"/>
<element name="quantidade" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_quantidade"/>
<element name="codigoBarra" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao20" minOccurs="0"/>
<element name="valorUnitario" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
<element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
codigoBarra
|
protected CtTabela |
opm
|
protected java.math.BigDecimal |
quantidade
|
protected java.math.BigDecimal |
valorTotal
|
protected java.math.BigDecimal |
valorUnitario
|
| Constructor Summary | |
|---|---|
CtOPMUtilizada.OPM.IdentificacaoOPM()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCodigoBarra()
Gets the value of the codigoBarra property. |
CtTabela |
getOPM()
Gets the value of the opm property. |
java.math.BigDecimal |
getQuantidade()
Gets the value of the quantidade property. |
java.math.BigDecimal |
getValorTotal()
Gets the value of the valorTotal property. |
java.math.BigDecimal |
getValorUnitario()
Gets the value of the valorUnitario property. |
void |
setCodigoBarra(java.lang.String value)
Sets the value of the codigoBarra property. |
void |
setOPM(CtTabela value)
Sets the value of the opm property. |
void |
setQuantidade(java.math.BigDecimal value)
Sets the value of the quantidade property. |
void |
setValorTotal(java.math.BigDecimal value)
Sets the value of the valorTotal property. |
void |
setValorUnitario(java.math.BigDecimal value)
Sets the value of the valorUnitario property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtTabela opm
protected java.math.BigDecimal quantidade
protected java.lang.String codigoBarra
protected java.math.BigDecimal valorUnitario
protected java.math.BigDecimal valorTotal
| Constructor Detail |
|---|
public CtOPMUtilizada.OPM.IdentificacaoOPM()
| Method Detail |
|---|
public CtTabela getOPM()
CtTabelapublic void setOPM(CtTabela value)
value - allowed object is
CtTabelapublic java.math.BigDecimal getQuantidade()
BigDecimalpublic void setQuantidade(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getCodigoBarra()
Stringpublic void setCodigoBarra(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getValorUnitario()
BigDecimalpublic void setValorUnitario(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorTotal()
BigDecimalpublic void setValorTotal(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||