|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}st_tipoTransacao"/> <element name="sequencialTransacao" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="dataRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/> <element name="horaRegistroTransacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="falhaNegocio" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa"> <sequence> <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}ct_identificacaoPrestador"/> <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/> </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}ct_identificacaoPrestador"/> <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="versaoPadrao" type="{http://www.ans.gov.br/padroes/tiss/schemas}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.IdentificacaoTransacao
public void setIdentificacaoTransacao(CabecalhoTransacao.IdentificacaoTransacao value)
value
- allowed object is
CabecalhoTransacao.IdentificacaoTransacao
public CabecalhoTransacao.FalhaNegocio getFalhaNegocio()
CabecalhoTransacao.FalhaNegocio
public void setFalhaNegocio(CabecalhoTransacao.FalhaNegocio value)
value
- allowed object is
CabecalhoTransacao.FalhaNegocio
public CabecalhoTransacao.Origem getOrigem()
CabecalhoTransacao.Origem
public void setOrigem(CabecalhoTransacao.Origem value)
value
- allowed object is
CabecalhoTransacao.Origem
public CabecalhoTransacao.Destino getDestino()
CabecalhoTransacao.Destino
public void setDestino(CabecalhoTransacao.Destino value)
value
- allowed object is
CabecalhoTransacao.Destino
public java.lang.String getVersaoPadrao()
String
public 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 |