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

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

public class CtObitoNeonatal
extends java.lang.Object

Java class for ct_obitoNeonatal complex type.

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

 <complexType name="ct_obitoNeonatal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="qtdeobitoPrecoce" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidadeObito" minOccurs="0"/>
         <element name="qtdeobitoTardio" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidadeObito" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger qtdeobitoPrecoce
           
protected  java.math.BigInteger qtdeobitoTardio
           
 
Constructor Summary
CtObitoNeonatal()
           
 
Method Summary
 java.math.BigInteger getQtdeobitoPrecoce()
          Gets the value of the qtdeobitoPrecoce property.
 java.math.BigInteger getQtdeobitoTardio()
          Gets the value of the qtdeobitoTardio property.
 void setQtdeobitoPrecoce(java.math.BigInteger value)
          Sets the value of the qtdeobitoPrecoce property.
 void setQtdeobitoTardio(java.math.BigInteger value)
          Sets the value of the qtdeobitoTardio property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qtdeobitoPrecoce

protected java.math.BigInteger qtdeobitoPrecoce

qtdeobitoTardio

protected java.math.BigInteger qtdeobitoTardio
Constructor Detail

CtObitoNeonatal

public CtObitoNeonatal()
Method Detail

getQtdeobitoPrecoce

public java.math.BigInteger getQtdeobitoPrecoce()
Gets the value of the qtdeobitoPrecoce property.

Returns:
possible object is BigInteger

setQtdeobitoPrecoce

public void setQtdeobitoPrecoce(java.math.BigInteger value)
Sets the value of the qtdeobitoPrecoce property.

Parameters:
value - allowed object is BigInteger

getQtdeobitoTardio

public java.math.BigInteger getQtdeobitoTardio()
Gets the value of the qtdeobitoTardio property.

Returns:
possible object is BigInteger

setQtdeobitoTardio

public void setQtdeobitoTardio(java.math.BigInteger value)
Sets the value of the qtdeobitoTardio property.

Parameters:
value - allowed object is BigInteger