br.gov.ans.padroes.tiss.schemas
Class CtOPMSolicitadas.OPMSolicitada

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtOPMSolicitadas.OPMSolicitada
Enclosing class:
CtOPMSolicitadas

public static class CtOPMSolicitadas.OPMSolicitada
extends java.lang.Object

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

quantidadeSolicitada

protected java.math.BigDecimal quantidadeSolicitada

fabricante

protected java.lang.String fabricante

valor

protected java.math.BigDecimal valor

opm

protected CtTabela opm
Constructor Detail

CtOPMSolicitadas.OPMSolicitada

public CtOPMSolicitadas.OPMSolicitada()
Method Detail

getQuantidadeSolicitada

public java.math.BigDecimal getQuantidadeSolicitada()
Gets the value of the quantidadeSolicitada property.

Returns:
possible object is BigDecimal

setQuantidadeSolicitada

public void setQuantidadeSolicitada(java.math.BigDecimal value)
Sets the value of the quantidadeSolicitada property.

Parameters:
value - allowed object is BigDecimal

getFabricante

public java.lang.String getFabricante()
Gets the value of the fabricante property.

Returns:
possible object is String

setFabricante

public void setFabricante(java.lang.String value)
Sets the value of the fabricante property.

Parameters:
value - allowed object is String

getValor

public java.math.BigDecimal getValor()
Gets the value of the valor property.

Returns:
possible object is BigDecimal

setValor

public void setValor(java.math.BigDecimal value)
Sets the value of the valor property.

Parameters:
value - allowed object is BigDecimal

getOPM

public CtTabela getOPM()
Gets the value of the opm property.

Returns:
possible object is CtTabela

setOPM

public void setOPM(CtTabela value)
Sets the value of the opm property.

Parameters:
value - allowed object is CtTabela