|
||||||||||
| 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.CtSolicitacaoStatusProtocolo
public class CtSolicitacaoStatusProtocolo
Java class for ct_solicitacaoStatusProtocolo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_solicitacaoStatusProtocolo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registroANS" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_registroANS"/>
<element name="dadosPrestador" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_contratado"/>
<element name="dataSolicitacao" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
<element name="detalheProtocolo">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_protocolo" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtSolicitacaoStatusProtocolo.DetalheProtocolo
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CtContratado |
dadosPrestador
|
protected java.lang.String |
dataSolicitacao
|
protected CtSolicitacaoStatusProtocolo.DetalheProtocolo |
detalheProtocolo
|
protected java.lang.String |
registroANS
|
| Constructor Summary | |
|---|---|
CtSolicitacaoStatusProtocolo()
|
|
| Method Summary | |
|---|---|
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
java.lang.String |
getDataSolicitacao()
Gets the value of the dataSolicitacao property. |
CtSolicitacaoStatusProtocolo.DetalheProtocolo |
getDetalheProtocolo()
Gets the value of the detalheProtocolo property. |
java.lang.String |
getRegistroANS()
Gets the value of the registroANS property. |
void |
setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property. |
void |
setDataSolicitacao(java.lang.String value)
Sets the value of the dataSolicitacao property. |
void |
setDetalheProtocolo(CtSolicitacaoStatusProtocolo.DetalheProtocolo value)
Sets the value of the detalheProtocolo property. |
void |
setRegistroANS(java.lang.String value)
Sets the value of the registroANS property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String registroANS
protected CtContratado dadosPrestador
protected java.lang.String dataSolicitacao
protected CtSolicitacaoStatusProtocolo.DetalheProtocolo detalheProtocolo
| Constructor Detail |
|---|
public CtSolicitacaoStatusProtocolo()
| Method Detail |
|---|
public java.lang.String getRegistroANS()
Stringpublic void setRegistroANS(java.lang.String value)
value - allowed object is
Stringpublic CtContratado getDadosPrestador()
CtContratadopublic void setDadosPrestador(CtContratado value)
value - allowed object is
CtContratadopublic java.lang.String getDataSolicitacao()
Stringpublic void setDataSolicitacao(java.lang.String value)
value - allowed object is
Stringpublic CtSolicitacaoStatusProtocolo.DetalheProtocolo getDetalheProtocolo()
CtSolicitacaoStatusProtocolo.DetalheProtocolopublic void setDetalheProtocolo(CtSolicitacaoStatusProtocolo.DetalheProtocolo value)
value - allowed object is
CtSolicitacaoStatusProtocolo.DetalheProtocolo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||