br.gov.ans.padroes.tiss.schemas.v20201
Class CtCabecalhoGuia

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtCabecalhoGuia
Direct Known Subclasses:
CtReciboCancelaGuia.GuiasCanceladas.DadosGuia

public class CtCabecalhoGuia
extends java.lang.Object

Java class for ct_cabecalhoGuia complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_cabecalhoGuia">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoFontePagadora">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_registroANS"/>
                   <element name="cnpjFontePagadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="dataEmissaoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
         <element name="numeroGuiaPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_numeroGuia"/>
         <element name="numeroGuiaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_numeroGuia" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtCabecalhoGuia.IdentificacaoFontePagadora
          Java class for anonymous complex type.
 
Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataEmissaoGuia
           
protected  CtCabecalhoGuia.IdentificacaoFontePagadora identificacaoFontePagadora
           
protected  java.lang.String numeroGuiaOperadora
           
protected  java.lang.String numeroGuiaPrestador
           
 
Constructor Summary
CtCabecalhoGuia()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataEmissaoGuia()
          Gets the value of the dataEmissaoGuia property.
 CtCabecalhoGuia.IdentificacaoFontePagadora getIdentificacaoFontePagadora()
          Gets the value of the identificacaoFontePagadora property.
 java.lang.String getNumeroGuiaOperadora()
          Gets the value of the numeroGuiaOperadora property.
 java.lang.String getNumeroGuiaPrestador()
          Gets the value of the numeroGuiaPrestador property.
 void setDataEmissaoGuia(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataEmissaoGuia property.
 void setIdentificacaoFontePagadora(CtCabecalhoGuia.IdentificacaoFontePagadora value)
          Sets the value of the identificacaoFontePagadora 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoFontePagadora

protected CtCabecalhoGuia.IdentificacaoFontePagadora identificacaoFontePagadora

dataEmissaoGuia

protected javax.xml.datatype.XMLGregorianCalendar dataEmissaoGuia

numeroGuiaPrestador

protected java.lang.String numeroGuiaPrestador

numeroGuiaOperadora

protected java.lang.String numeroGuiaOperadora
Constructor Detail

CtCabecalhoGuia

public CtCabecalhoGuia()
Method Detail

getIdentificacaoFontePagadora

public CtCabecalhoGuia.IdentificacaoFontePagadora getIdentificacaoFontePagadora()
Gets the value of the identificacaoFontePagadora property.

Returns:
possible object is CtCabecalhoGuia.IdentificacaoFontePagadora

setIdentificacaoFontePagadora

public void setIdentificacaoFontePagadora(CtCabecalhoGuia.IdentificacaoFontePagadora value)
Sets the value of the identificacaoFontePagadora property.

Parameters:
value - allowed object is CtCabecalhoGuia.IdentificacaoFontePagadora

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

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

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