|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CabecalhoTransacao.IdentificacaoTransacao
public static class CabecalhoTransacao.IdentificacaoTransacao
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tipoTransacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tipoTransacao"/>
<element name="sequencialTransacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_inteiro12"/>
<element name="dataRegistroTransacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
<element name="horaRegistroTransacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_hora"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
dataRegistroTransacao
|
protected java.lang.String |
horaRegistroTransacao
|
protected java.math.BigInteger |
sequencialTransacao
|
protected StTipoTransacao |
tipoTransacao
|
| Constructor Summary | |
|---|---|
CabecalhoTransacao.IdentificacaoTransacao()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDataRegistroTransacao()
Gets the value of the dataRegistroTransacao property. |
java.lang.String |
getHoraRegistroTransacao()
Gets the value of the horaRegistroTransacao property. |
java.math.BigInteger |
getSequencialTransacao()
Gets the value of the sequencialTransacao property. |
StTipoTransacao |
getTipoTransacao()
Gets the value of the tipoTransacao property. |
void |
setDataRegistroTransacao(java.lang.String value)
Sets the value of the dataRegistroTransacao property. |
void |
setHoraRegistroTransacao(java.lang.String value)
Sets the value of the horaRegistroTransacao property. |
void |
setSequencialTransacao(java.math.BigInteger value)
Sets the value of the sequencialTransacao property. |
void |
setTipoTransacao(StTipoTransacao value)
Sets the value of the tipoTransacao property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StTipoTransacao tipoTransacao
protected java.math.BigInteger sequencialTransacao
protected java.lang.String dataRegistroTransacao
protected java.lang.String horaRegistroTransacao
| Constructor Detail |
|---|
public CabecalhoTransacao.IdentificacaoTransacao()
| Method Detail |
|---|
public StTipoTransacao getTipoTransacao()
StTipoTransacaopublic void setTipoTransacao(StTipoTransacao value)
value - allowed object is
StTipoTransacaopublic java.math.BigInteger getSequencialTransacao()
BigIntegerpublic void setSequencialTransacao(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDataRegistroTransacao()
Stringpublic void setDataRegistroTransacao(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHoraRegistroTransacao()
Stringpublic void setHoraRegistroTransacao(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||