|
||||||||||
| 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
public class CabecalhoTransacao
Java class for cabecalhoTransacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cabecalhoTransacao">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificacaoTransacao">
<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>
</element>
<element name="falhaNegocio" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_motivoGlosa">
<sequence>
<element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_observacao" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="origem">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoPrestadorExecutante"/>
<element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_registroANS"/>
<element name="cnpjPagador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="destino">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoPrestadorExecutante"/>
<element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_registroANS"/>
<element name="cnpjPagador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="versaoPadrao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_versao"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CabecalhoTransacao.Destino
Java class for anonymous complex type. |
static class |
CabecalhoTransacao.FalhaNegocio
Java class for anonymous complex type. |
static class |
CabecalhoTransacao.IdentificacaoTransacao
Java class for anonymous complex type. |
static class |
CabecalhoTransacao.Origem
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CabecalhoTransacao.Destino |
destino
|
protected CabecalhoTransacao.FalhaNegocio |
falhaNegocio
|
protected CabecalhoTransacao.IdentificacaoTransacao |
identificacaoTransacao
|
protected CabecalhoTransacao.Origem |
origem
|
protected java.lang.String |
versaoPadrao
|
| Constructor Summary | |
|---|---|
CabecalhoTransacao()
|
|
| Method Summary | |
|---|---|
CabecalhoTransacao.Destino |
getDestino()
Gets the value of the destino property. |
CabecalhoTransacao.FalhaNegocio |
getFalhaNegocio()
Gets the value of the falhaNegocio property. |
CabecalhoTransacao.IdentificacaoTransacao |
getIdentificacaoTransacao()
Gets the value of the identificacaoTransacao property. |
CabecalhoTransacao.Origem |
getOrigem()
Gets the value of the origem property. |
java.lang.String |
getVersaoPadrao()
Gets the value of the versaoPadrao property. |
void |
setDestino(CabecalhoTransacao.Destino value)
Sets the value of the destino property. |
void |
setFalhaNegocio(CabecalhoTransacao.FalhaNegocio value)
Sets the value of the falhaNegocio property. |
void |
setIdentificacaoTransacao(CabecalhoTransacao.IdentificacaoTransacao value)
Sets the value of the identificacaoTransacao property. |
void |
setOrigem(CabecalhoTransacao.Origem value)
Sets the value of the origem property. |
void |
setVersaoPadrao(java.lang.String value)
Sets the value of the versaoPadrao property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CabecalhoTransacao.IdentificacaoTransacao identificacaoTransacao
protected CabecalhoTransacao.FalhaNegocio falhaNegocio
protected CabecalhoTransacao.Origem origem
protected CabecalhoTransacao.Destino destino
protected java.lang.String versaoPadrao
| Constructor Detail |
|---|
public CabecalhoTransacao()
| Method Detail |
|---|
public CabecalhoTransacao.IdentificacaoTransacao getIdentificacaoTransacao()
CabecalhoTransacao.IdentificacaoTransacaopublic void setIdentificacaoTransacao(CabecalhoTransacao.IdentificacaoTransacao value)
value - allowed object is
CabecalhoTransacao.IdentificacaoTransacaopublic CabecalhoTransacao.FalhaNegocio getFalhaNegocio()
CabecalhoTransacao.FalhaNegociopublic void setFalhaNegocio(CabecalhoTransacao.FalhaNegocio value)
value - allowed object is
CabecalhoTransacao.FalhaNegociopublic CabecalhoTransacao.Origem getOrigem()
CabecalhoTransacao.Origempublic void setOrigem(CabecalhoTransacao.Origem value)
value - allowed object is
CabecalhoTransacao.Origempublic CabecalhoTransacao.Destino getDestino()
CabecalhoTransacao.Destinopublic void setDestino(CabecalhoTransacao.Destino value)
value - allowed object is
CabecalhoTransacao.Destinopublic java.lang.String getVersaoPadrao()
Stringpublic void setVersaoPadrao(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 | |||||||||