br.gov.ans.padroes.tiss.schemas.v20201
Class CtOPMAutorizada.OPMAutorizada

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtOPMAutorizada.OPMAutorizada
Enclosing class:
CtOPMAutorizada

public static class CtOPMAutorizada.OPMAutorizada
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="quantidadeAutorizada" 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="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 quantidadeAutorizada
           
 
Constructor Summary
CtOPMAutorizada.OPMAutorizada()
           
 
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 getQuantidadeAutorizada()
          Gets the value of the quantidadeAutorizada 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 setQuantidadeAutorizada(java.math.BigDecimal value)
          Sets the value of the quantidadeAutorizada property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantidadeAutorizada

protected java.math.BigDecimal quantidadeAutorizada

fabricante

protected java.lang.String fabricante

opm

protected CtTabela opm
Constructor Detail

CtOPMAutorizada.OPMAutorizada

public CtOPMAutorizada.OPMAutorizada()
Method Detail

getQuantidadeAutorizada

public java.math.BigDecimal getQuantidadeAutorizada()
Gets the value of the quantidadeAutorizada property.

Returns:
possible object is BigDecimal

setQuantidadeAutorizada

public void setQuantidadeAutorizada(java.math.BigDecimal value)
Sets the value of the quantidadeAutorizada 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

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