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

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

public class CtDiagnostico
extends java.lang.Object

Java class for ct_diagnostico complex type.

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

 <complexType name="ct_diagnostico">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nomeTabela" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tabelasDiagnostico"/>
         <element name="codigoDiagnostico">
           <simpleType>
             <restriction base="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoDiagnostico">
             </restriction>
           </simpleType>
         </element>
         <element name="descricaoDiagnostico" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigoDiagnostico
           
protected  javax.xml.bind.JAXBElement<java.lang.String> descricaoDiagnostico
           
protected  StTabelasDiagnostico nomeTabela
           
 
Constructor Summary
CtDiagnostico()
           
 
Method Summary
 java.lang.String getCodigoDiagnostico()
          Gets the value of the codigoDiagnostico property.
 javax.xml.bind.JAXBElement<java.lang.String> getDescricaoDiagnostico()
          Gets the value of the descricaoDiagnostico property.
 StTabelasDiagnostico getNomeTabela()
          Gets the value of the nomeTabela property.
 void setCodigoDiagnostico(java.lang.String value)
          Sets the value of the codigoDiagnostico property.
 void setDescricaoDiagnostico(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the descricaoDiagnostico property.
 void setNomeTabela(StTabelasDiagnostico value)
          Sets the value of the nomeTabela property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nomeTabela

protected StTabelasDiagnostico nomeTabela

codigoDiagnostico

protected java.lang.String codigoDiagnostico

descricaoDiagnostico

protected javax.xml.bind.JAXBElement<java.lang.String> descricaoDiagnostico
Constructor Detail

CtDiagnostico

public CtDiagnostico()
Method Detail

getNomeTabela

public StTabelasDiagnostico getNomeTabela()
Gets the value of the nomeTabela property.

Returns:
possible object is StTabelasDiagnostico

setNomeTabela

public void setNomeTabela(StTabelasDiagnostico value)
Sets the value of the nomeTabela property.

Parameters:
value - allowed object is StTabelasDiagnostico

getCodigoDiagnostico

public java.lang.String getCodigoDiagnostico()
Gets the value of the codigoDiagnostico property.

Returns:
possible object is String

setCodigoDiagnostico

public void setCodigoDiagnostico(java.lang.String value)
Sets the value of the codigoDiagnostico property.

Parameters:
value - allowed object is String

getDescricaoDiagnostico

public javax.xml.bind.JAXBElement<java.lang.String> getDescricaoDiagnostico()
Gets the value of the descricaoDiagnostico property.

Returns:
possible object is JAXBElement<String>

setDescricaoDiagnostico

public void setDescricaoDiagnostico(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the descricaoDiagnostico property.

Parameters:
value - allowed object is JAXBElement<String>