|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}st_registroANS"/> <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/> <element name="dataSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}st_inteiro12" 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 javax.xml.datatype.XMLGregorianCalendar |
dataSolicitacao
|
protected CtSolicitacaoStatusProtocolo.DetalheProtocolo |
detalheProtocolo
|
protected java.lang.String |
registroANS
|
Constructor Summary | |
---|---|
CtSolicitacaoStatusProtocolo()
|
Method Summary | |
---|---|
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
javax.xml.datatype.XMLGregorianCalendar |
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(javax.xml.datatype.XMLGregorianCalendar 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 javax.xml.datatype.XMLGregorianCalendar dataSolicitacao
protected CtSolicitacaoStatusProtocolo.DetalheProtocolo detalheProtocolo
Constructor Detail |
---|
public CtSolicitacaoStatusProtocolo()
Method Detail |
---|
public java.lang.String getRegistroANS()
String
public void setRegistroANS(java.lang.String value)
value
- allowed object is
String
public CtContratado getDadosPrestador()
CtContratado
public void setDadosPrestador(CtContratado value)
value
- allowed object is
CtContratado
public javax.xml.datatype.XMLGregorianCalendar getDataSolicitacao()
XMLGregorianCalendar
public void setDataSolicitacao(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public CtSolicitacaoStatusProtocolo.DetalheProtocolo getDetalheProtocolo()
CtSolicitacaoStatusProtocolo.DetalheProtocolo
public 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 |