|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtObitoNeonatal
public class CtObitoNeonatal
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 |
---|
protected java.math.BigInteger qtdeobitoPrecoce
protected java.math.BigInteger qtdeobitoTardio
Constructor Detail |
---|
public CtObitoNeonatal()
Method Detail |
---|
public java.math.BigInteger getQtdeobitoPrecoce()
BigInteger
public void setQtdeobitoPrecoce(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getQtdeobitoTardio()
BigInteger
public void setQtdeobitoTardio(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |