br.gov.ans.padroes.tiss.schemas
Class CtCabecalhoSolicitacao

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtCabecalhoSolicitacao

public class CtCabecalhoSolicitacao
extends java.lang.Object

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}st_registroANS"/>
         <element name="dataEmissaoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data" minOccurs="0"/>
         <element name="numeroGuiaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroGuia" minOccurs="0"/>
         <element name="numeroGuiaPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroGuia"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataEmissaoGuia
           
protected  java.lang.String numeroGuiaOperadora
           
protected  java.lang.String numeroGuiaPrestador
           
protected  java.lang.String registroANS
           
 
Constructor Summary
CtCabecalhoSolicitacao()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar 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(javax.xml.datatype.XMLGregorianCalendar 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

registroANS

protected java.lang.String registroANS

dataEmissaoGuia

protected javax.xml.datatype.XMLGregorianCalendar dataEmissaoGuia

numeroGuiaOperadora

protected java.lang.String numeroGuiaOperadora

numeroGuiaPrestador

protected java.lang.String numeroGuiaPrestador
Constructor Detail

CtCabecalhoSolicitacao

public CtCabecalhoSolicitacao()
Method Detail

getRegistroANS

public java.lang.String getRegistroANS()
Gets the value of the registroANS property.

Returns:
possible object is String

setRegistroANS

public void setRegistroANS(java.lang.String value)
Sets the value of the registroANS property.

Parameters:
value - allowed object is String

getDataEmissaoGuia

public javax.xml.datatype.XMLGregorianCalendar getDataEmissaoGuia()
Gets the value of the dataEmissaoGuia property.

Returns:
possible object is XMLGregorianCalendar

setDataEmissaoGuia

public void setDataEmissaoGuia(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataEmissaoGuia property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNumeroGuiaOperadora

public java.lang.String getNumeroGuiaOperadora()
Gets the value of the numeroGuiaOperadora property.

Returns:
possible object is String

setNumeroGuiaOperadora

public void setNumeroGuiaOperadora(java.lang.String value)
Sets the value of the numeroGuiaOperadora property.

Parameters:
value - allowed object is String

getNumeroGuiaPrestador

public java.lang.String getNumeroGuiaPrestador()
Gets the value of the numeroGuiaPrestador property.

Returns:
possible object is String

setNumeroGuiaPrestador

public void setNumeroGuiaPrestador(java.lang.String value)
Sets the value of the numeroGuiaPrestador property.

Parameters:
value - allowed object is String