|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtTabela
public class CtTabela
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 |
---|
protected java.lang.String codigo
protected java.lang.String tipoTabela
protected javax.xml.bind.JAXBElement<java.lang.String> descricao
Constructor Detail |
---|
public CtTabela()
Method Detail |
---|
public java.lang.String getCodigo()
String
public void setCodigo(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTipoTabela()
String
public void setTipoTabela(java.lang.String value)
value
- allowed object is
String
public javax.xml.bind.JAXBElement<java.lang.String> getDescricao()
JAXBElement
<
String
>
public void setDescricao(javax.xml.bind.JAXBElement<java.lang.String> value)
value
- allowed object is
JAXBElement
<
String
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |