br.gov.ans.padroes.tiss.schemas
Class CtAtendimentoConsultaReapr.Procedimento

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtAtendimentoConsultaReapr.Procedimento
Enclosing class:
CtAtendimentoConsultaReapr

public static class CtAtendimentoConsultaReapr.Procedimento
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">
       <all>
         <element name="codigoTabela" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tabela"/>
         <element name="codigoProcedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoTabela"/>
         <element name="justificativa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_justificativa"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigoProcedimento
           
protected  java.lang.String codigoTabela
           
protected  java.lang.String justificativa
           
 
Constructor Summary
CtAtendimentoConsultaReapr.Procedimento()
           
 
Method Summary
 java.lang.String getCodigoProcedimento()
          Gets the value of the codigoProcedimento property.
 java.lang.String getCodigoTabela()
          Gets the value of the codigoTabela property.
 java.lang.String getJustificativa()
          Gets the value of the justificativa property.
 void setCodigoProcedimento(java.lang.String value)
          Sets the value of the codigoProcedimento property.
 void setCodigoTabela(java.lang.String value)
          Sets the value of the codigoTabela property.
 void setJustificativa(java.lang.String value)
          Sets the value of the justificativa property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigoTabela

protected java.lang.String codigoTabela

codigoProcedimento

protected java.lang.String codigoProcedimento

justificativa

protected java.lang.String justificativa
Constructor Detail

CtAtendimentoConsultaReapr.Procedimento

public CtAtendimentoConsultaReapr.Procedimento()
Method Detail

getCodigoTabela

public java.lang.String getCodigoTabela()
Gets the value of the codigoTabela property.

Returns:
possible object is String

setCodigoTabela

public void setCodigoTabela(java.lang.String value)
Sets the value of the codigoTabela property.

Parameters:
value - allowed object is String

getCodigoProcedimento

public java.lang.String getCodigoProcedimento()
Gets the value of the codigoProcedimento property.

Returns:
possible object is String

setCodigoProcedimento

public void setCodigoProcedimento(java.lang.String value)
Sets the value of the codigoProcedimento property.

Parameters:
value - allowed object is String

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