|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.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/v20201}st_tipoTransacao"/>
<element name="sequencialTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_inteiro12"/>
<element name="dataRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
<element name="horaRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_hora"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dataRegistroTransacao
|
protected javax.xml.datatype.XMLGregorianCalendar |
horaRegistroTransacao
|
protected java.math.BigInteger |
sequencialTransacao
|
protected StTipoTransacao |
tipoTransacao
|
| Constructor Summary | |
|---|---|
CabecalhoTransacao.IdentificacaoTransacao()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDataRegistroTransacao()
Gets the value of the dataRegistroTransacao property. |
javax.xml.datatype.XMLGregorianCalendar |
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(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRegistroTransacao property. |
void |
setHoraRegistroTransacao(javax.xml.datatype.XMLGregorianCalendar 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 javax.xml.datatype.XMLGregorianCalendar dataRegistroTransacao
protected javax.xml.datatype.XMLGregorianCalendar 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 javax.xml.datatype.XMLGregorianCalendar getDataRegistroTransacao()
XMLGregorianCalendarpublic void setDataRegistroTransacao(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getHoraRegistroTransacao()
XMLGregorianCalendarpublic void setHoraRegistroTransacao(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||