|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtMotivoGlosa
public class CtMotivoGlosa
Java class for ct_motivoGlosa complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_motivoGlosa">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codigoGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tipoGlosa"/>
<element name="descricaoGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_descricaoGlosa"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
codigoGlosa
|
protected java.lang.String |
descricaoGlosa
|
| Constructor Summary | |
|---|---|
CtMotivoGlosa()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCodigoGlosa()
Gets the value of the codigoGlosa property. |
java.lang.String |
getDescricaoGlosa()
Gets the value of the descricaoGlosa property. |
void |
setCodigoGlosa(java.lang.String value)
Sets the value of the codigoGlosa property. |
void |
setDescricaoGlosa(java.lang.String value)
Sets the value of the descricaoGlosa 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 codigoGlosa
protected java.lang.String descricaoGlosa
| Constructor Detail |
|---|
public CtMotivoGlosa()
| Method Detail |
|---|
public java.lang.String getCodigoGlosa()
Stringpublic void setCodigoGlosa(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescricaoGlosa()
Stringpublic void setDescricaoGlosa(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||