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

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

public class CtTabela
extends java.lang.Object

Java class for ct_tabela complex type.

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

 <complexType name="ct_tabela">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="codigo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoTabela"/>
         <element name="tipoTabela" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tabela"/>
         <element name="descricao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricaoTabela" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String codigo
           
protected  javax.xml.bind.JAXBElement<java.lang.String> descricao
           
protected  java.lang.String tipoTabela
           
 
Constructor Summary
CtTabela()
           
 
Method Summary
 java.lang.String getCodigo()
          Gets the value of the codigo property.
 javax.xml.bind.JAXBElement<java.lang.String> getDescricao()
          Gets the value of the descricao property.
 java.lang.String getTipoTabela()
          Gets the value of the tipoTabela property.
 void setCodigo(java.lang.String value)
          Sets the value of the codigo property.
 void setDescricao(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the descricao property.
 void setTipoTabela(java.lang.String value)
          Sets the value of the tipoTabela property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codigo

protected java.lang.String codigo

tipoTabela

protected java.lang.String tipoTabela

descricao

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

CtTabela

public CtTabela()
Method Detail

getCodigo

public java.lang.String getCodigo()
Gets the value of the codigo property.

Returns:
possible object is String

setCodigo

public void setCodigo(java.lang.String value)
Sets the value of the codigo property.

Parameters:
value - allowed object is String

getTipoTabela

public java.lang.String getTipoTabela()
Gets the value of the tipoTabela property.

Returns:
possible object is String

setTipoTabela

public void setTipoTabela(java.lang.String value)
Sets the value of the tipoTabela property.

Parameters:
value - allowed object is String

getDescricao

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

Returns:
possible object is JAXBElement<String>

setDescricao

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

Parameters:
value - allowed object is JAXBElement<String>