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

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

public class CtSituacaoInicial
extends java.lang.Object

Java class for ct_situacaoInicial complex type.

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

 <complexType name="ct_situacaoInicial">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="situacaoClinica" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_situacaoClinica"/>
         <element name="doencaPeriodontal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/>
         <element name="alteracaoTecidoMole" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/>
         <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean alteracaoTecidoMole
           
protected  java.lang.Boolean doencaPeriodontal
           
protected  java.lang.String observacao
           
protected  CtSituacaoClinica situacaoClinica
           
 
Constructor Summary
CtSituacaoInicial()
           
 
Method Summary
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 CtSituacaoClinica getSituacaoClinica()
          Gets the value of the situacaoClinica property.
 java.lang.Boolean isAlteracaoTecidoMole()
          Gets the value of the alteracaoTecidoMole property.
 java.lang.Boolean isDoencaPeriodontal()
          Gets the value of the doencaPeriodontal property.
 void setAlteracaoTecidoMole(java.lang.Boolean value)
          Sets the value of the alteracaoTecidoMole property.
 void setDoencaPeriodontal(java.lang.Boolean value)
          Sets the value of the doencaPeriodontal property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 void setSituacaoClinica(CtSituacaoClinica value)
          Sets the value of the situacaoClinica property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

situacaoClinica

protected CtSituacaoClinica situacaoClinica

doencaPeriodontal

protected java.lang.Boolean doencaPeriodontal

alteracaoTecidoMole

protected java.lang.Boolean alteracaoTecidoMole

observacao

protected java.lang.String observacao
Constructor Detail

CtSituacaoInicial

public CtSituacaoInicial()
Method Detail

getSituacaoClinica

public CtSituacaoClinica getSituacaoClinica()
Gets the value of the situacaoClinica property.

Returns:
possible object is CtSituacaoClinica

setSituacaoClinica

public void setSituacaoClinica(CtSituacaoClinica value)
Sets the value of the situacaoClinica property.

Parameters:
value - allowed object is CtSituacaoClinica

isDoencaPeriodontal

public java.lang.Boolean isDoencaPeriodontal()
Gets the value of the doencaPeriodontal property.

Returns:
possible object is Boolean

setDoencaPeriodontal

public void setDoencaPeriodontal(java.lang.Boolean value)
Sets the value of the doencaPeriodontal property.

Parameters:
value - allowed object is Boolean

isAlteracaoTecidoMole

public java.lang.Boolean isAlteracaoTecidoMole()
Gets the value of the alteracaoTecidoMole property.

Returns:
possible object is Boolean

setAlteracaoTecidoMole

public void setAlteracaoTecidoMole(java.lang.Boolean value)
Sets the value of the alteracaoTecidoMole property.

Parameters:
value - allowed object is Boolean

getObservacao

public java.lang.String getObservacao()
Gets the value of the observacao property.

Returns:
possible object is String

setObservacao

public void setObservacao(java.lang.String value)
Sets the value of the observacao property.

Parameters:
value - allowed object is String