|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}st_quantidade"/> <element name="fabricante" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao40" minOccurs="0"/> <element name="valor" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="OPM" type="{http://www.ans.gov.br/padroes/tiss/schemas}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()
BigDecimal
public void setQuantidadeSolicitada(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getFabricante()
String
public void setFabricante(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getValor()
BigDecimal
public void setValor(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public CtTabela getOPM()
CtTabela
public 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 |