|
||||||||||
| 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.CtCabecalhoSolicitacao
public class CtCabecalhoSolicitacao
Java class for ct_cabecalhoSolicitacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_cabecalhoSolicitacao">
<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="dataEmissaoGuia" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data" minOccurs="0"/>
<element name="numeroGuiaOperadora" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_numeroGuia" minOccurs="0"/>
<element name="numeroGuiaPrestador" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_numeroGuia"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
dataEmissaoGuia
|
protected java.lang.String |
numeroGuiaOperadora
|
protected java.lang.String |
numeroGuiaPrestador
|
protected java.lang.String |
registroANS
|
| Constructor Summary | |
|---|---|
CtCabecalhoSolicitacao()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDataEmissaoGuia()
Gets the value of the dataEmissaoGuia property. |
java.lang.String |
getNumeroGuiaOperadora()
Gets the value of the numeroGuiaOperadora property. |
java.lang.String |
getNumeroGuiaPrestador()
Gets the value of the numeroGuiaPrestador property. |
java.lang.String |
getRegistroANS()
Gets the value of the registroANS property. |
void |
setDataEmissaoGuia(java.lang.String value)
Sets the value of the dataEmissaoGuia property. |
void |
setNumeroGuiaOperadora(java.lang.String value)
Sets the value of the numeroGuiaOperadora property. |
void |
setNumeroGuiaPrestador(java.lang.String value)
Sets the value of the numeroGuiaPrestador 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 java.lang.String dataEmissaoGuia
protected java.lang.String numeroGuiaOperadora
protected java.lang.String numeroGuiaPrestador
| Constructor Detail |
|---|
public CtCabecalhoSolicitacao()
| Method Detail |
|---|
public java.lang.String getRegistroANS()
Stringpublic void setRegistroANS(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataEmissaoGuia()
Stringpublic void setDataEmissaoGuia(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumeroGuiaOperadora()
Stringpublic void setNumeroGuiaOperadora(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumeroGuiaPrestador()
Stringpublic void setNumeroGuiaPrestador(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 | |||||||||