br.gov.ans.padroes.tiss.schemas
Class CtOPMUtilizadasRevisao.OPMUtilizada.OPM

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtOPMUtilizadasRevisao.OPMUtilizada.OPM
Enclosing class:
CtOPMUtilizadasRevisao.OPMUtilizada

public static class CtOPMUtilizadasRevisao.OPMUtilizada.OPM
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="OPM" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
         <element name="valorUnitario" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <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="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="justificativa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_justificativa"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigoBarra
           
protected  java.lang.String justificativa
           
protected  CtTabela opm
           
protected  java.math.BigDecimal quantidade
           
protected  java.math.BigDecimal valorTotal
           
protected  java.math.BigDecimal valorUnitario
           
 
Constructor Summary
CtOPMUtilizadasRevisao.OPMUtilizada.OPM()
           
 
Method Summary
 java.lang.String getCodigoBarra()
          Gets the value of the codigoBarra property.
 java.lang.String getJustificativa()
          Gets the value of the justificativa 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 setJustificativa(java.lang.String value)
          Sets the value of the justificativa 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

opm

protected CtTabela opm

valorUnitario

protected java.math.BigDecimal valorUnitario

quantidade

protected java.math.BigDecimal quantidade

codigoBarra

protected java.lang.String codigoBarra

valorTotal

protected java.math.BigDecimal valorTotal

justificativa

protected java.lang.String justificativa
Constructor Detail

CtOPMUtilizadasRevisao.OPMUtilizada.OPM

public CtOPMUtilizadasRevisao.OPMUtilizada.OPM()
Method Detail

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

getValorUnitario

public java.math.BigDecimal getValorUnitario()
Gets the value of the valorUnitario property.

Returns:
possible object is BigDecimal

setValorUnitario

public void setValorUnitario(java.math.BigDecimal value)
Sets the value of the valorUnitario property.

Parameters:
value - allowed object is BigDecimal

getQuantidade

public java.math.BigDecimal getQuantidade()
Gets the value of the quantidade property.

Returns:
possible object is BigDecimal

setQuantidade

public void setQuantidade(java.math.BigDecimal value)
Sets the value of the quantidade property.

Parameters:
value - allowed object is BigDecimal

getCodigoBarra

public java.lang.String getCodigoBarra()
Gets the value of the codigoBarra property.

Returns:
possible object is String

setCodigoBarra

public void setCodigoBarra(java.lang.String value)
Sets the value of the codigoBarra property.

Parameters:
value - allowed object is String

getValorTotal

public java.math.BigDecimal getValorTotal()
Gets the value of the valorTotal property.

Returns:
possible object is BigDecimal

setValorTotal

public void setValorTotal(java.math.BigDecimal value)
Sets the value of the valorTotal property.

Parameters:
value - allowed object is BigDecimal

getJustificativa

public java.lang.String getJustificativa()
Gets the value of the justificativa property.

Returns:
possible object is String

setJustificativa

public void setJustificativa(java.lang.String value)
Sets the value of the justificativa property.

Parameters:
value - allowed object is String