br.gov.ans.padroes.tiss.schemas
Class CtOPMUtilizada

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtOPMUtilizada

public class CtOPMUtilizada
extends java.lang.Object

Java class for ct_OPMUtilizada complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_OPMUtilizada">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OPM">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identificacaoOPM" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="OPM" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
                             <element name="quantidade" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
                             <element name="codigoBarra" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao20" minOccurs="0"/>
                             <element name="valorUnitario" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
                             <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="valorTotalOPM" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtOPMUtilizada.OPM
          Java class for anonymous complex type.
 
Field Summary
protected  CtOPMUtilizada.OPM opm
           
protected  java.math.BigDecimal valorTotalOPM
           
 
Constructor Summary
CtOPMUtilizada()
           
 
Method Summary
 CtOPMUtilizada.OPM getOPM()
          Gets the value of the opm property.
 java.math.BigDecimal getValorTotalOPM()
          Gets the value of the valorTotalOPM property.
 void setOPM(CtOPMUtilizada.OPM value)
          Sets the value of the opm property.
 void setValorTotalOPM(java.math.BigDecimal value)
          Sets the value of the valorTotalOPM property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opm

protected CtOPMUtilizada.OPM opm

valorTotalOPM

protected java.math.BigDecimal valorTotalOPM
Constructor Detail

CtOPMUtilizada

public CtOPMUtilizada()
Method Detail

getOPM

public CtOPMUtilizada.OPM getOPM()
Gets the value of the opm property.

Returns:
possible object is CtOPMUtilizada.OPM

setOPM

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

Parameters:
value - allowed object is CtOPMUtilizada.OPM

getValorTotalOPM

public java.math.BigDecimal getValorTotalOPM()
Gets the value of the valorTotalOPM property.

Returns:
possible object is BigDecimal

setValorTotalOPM

public void setValorTotalOPM(java.math.BigDecimal value)
Sets the value of the valorTotalOPM property.

Parameters:
value - allowed object is BigDecimal