|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.tiss.ws.tipos.tisssolicitacaoprocedimento.WsAutorizacaoProcedimento
public class WsAutorizacaoProcedimento
Java class for ws_autorizacaoProcedimento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ws_autorizacaoProcedimento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cabecalho" type="{http://www.ans.gov.br/padroes/tiss/schemas}cabecalhoTransacao"/> <element name="autorizacaoServico" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_autorizacaoProcedimento"> <sequence> <element name="totalOdonto" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="totalvalor" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="totalFranquiaCoparticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="totalquantidadeUS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ct_diariaProrrogacaoAutorizada" minOccurs="0"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diariaProrrogacao"> <sequence> <element name="tipoAcomodacaoAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoAcomodacao" minOccurs="0"/> <element name="quantidadeAutorizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="motivoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
WsAutorizacaoProcedimento.AutorizacaoServico
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected java.util.List<WsAutorizacaoProcedimento.AutorizacaoServico> |
autorizacaoServico
|
protected CabecalhoTransacao |
cabecalho
|
protected java.lang.String |
hash
|
Constructor Summary | |
---|---|
WsAutorizacaoProcedimento()
|
Method Summary | |
---|---|
java.util.List<WsAutorizacaoProcedimento.AutorizacaoServico> |
getAutorizacaoServico()
Gets the value of the autorizacaoServico property. |
CabecalhoTransacao |
getCabecalho()
Gets the value of the cabecalho property. |
java.lang.String |
getHash()
Gets the value of the hash property. |
void |
setCabecalho(CabecalhoTransacao value)
Sets the value of the cabecalho property. |
void |
setHash(java.lang.String value)
Sets the value of the hash property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CabecalhoTransacao cabecalho
protected java.util.List<WsAutorizacaoProcedimento.AutorizacaoServico> autorizacaoServico
protected java.lang.String hash
Constructor Detail |
---|
public WsAutorizacaoProcedimento()
Method Detail |
---|
public CabecalhoTransacao getCabecalho()
CabecalhoTransacao
public void setCabecalho(CabecalhoTransacao value)
value
- allowed object is
CabecalhoTransacao
public java.util.List<WsAutorizacaoProcedimento.AutorizacaoServico> getAutorizacaoServico()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the autorizacaoServico property.
For example, to add a new item, do as follows:
getAutorizacaoServico().add(newItem);
Objects of the following type(s) are allowed in the list
WsAutorizacaoProcedimento.AutorizacaoServico
public java.lang.String getHash()
String
public void setHash(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 |