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

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

public class CtObitoInternacao
extends java.lang.Object

Java class for ct_obitoInternacao complex type.

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

 <complexType name="ct_obitoInternacao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CID" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnostico"/>
         <element name="numeroDeclaracao">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="7"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtDiagnostico cid
           
protected  java.lang.String numeroDeclaracao
           
 
Constructor Summary
CtObitoInternacao()
           
 
Method Summary
 CtDiagnostico getCID()
          Gets the value of the cid property.
 java.lang.String getNumeroDeclaracao()
          Gets the value of the numeroDeclaracao property.
 void setCID(CtDiagnostico value)
          Sets the value of the cid property.
 void setNumeroDeclaracao(java.lang.String value)
          Sets the value of the numeroDeclaracao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cid

protected CtDiagnostico cid

numeroDeclaracao

protected java.lang.String numeroDeclaracao
Constructor Detail

CtObitoInternacao

public CtObitoInternacao()
Method Detail

getCID

public CtDiagnostico getCID()
Gets the value of the cid property.

Returns:
possible object is CtDiagnostico

setCID

public void setCID(CtDiagnostico value)
Sets the value of the cid property.

Parameters:
value - allowed object is CtDiagnostico

getNumeroDeclaracao

public java.lang.String getNumeroDeclaracao()
Gets the value of the numeroDeclaracao property.

Returns:
possible object is String

setNumeroDeclaracao

public void setNumeroDeclaracao(java.lang.String value)
Sets the value of the numeroDeclaracao property.

Parameters:
value - allowed object is String