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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtMotivoGlosa
Direct Known Subclasses:
CabecalhoTransacao.FalhaNegocio

public class CtMotivoGlosa
extends java.lang.Object

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}st_tipoGlosa"/>
         <element name="descricaoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}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

codigoGlosa

protected java.lang.String codigoGlosa

descricaoGlosa

protected java.lang.String descricaoGlosa
Constructor Detail

CtMotivoGlosa

public CtMotivoGlosa()
Method Detail

getCodigoGlosa

public java.lang.String getCodigoGlosa()
Gets the value of the codigoGlosa property.

Returns:
possible object is String

setCodigoGlosa

public void setCodigoGlosa(java.lang.String value)
Sets the value of the codigoGlosa property.

Parameters:
value - allowed object is String

getDescricaoGlosa

public java.lang.String getDescricaoGlosa()
Gets the value of the descricaoGlosa property.

Returns:
possible object is String

setDescricaoGlosa

public void setDescricaoGlosa(java.lang.String value)
Sets the value of the descricaoGlosa property.

Parameters:
value - allowed object is String