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

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

public class CtSolicitacaoDemonstrativoPagamento
extends java.lang.Object

Java class for ct_solicitacaoDemonstrativoPagamento complex type.

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

 <complexType name="ct_solicitacaoDemonstrativoPagamento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/>
         <element name="dataSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="tipoDemostrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoDemonstrativo"/>
         <choice>
           <sequence>
             <element name="dataInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
             <element name="dataFinal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data" minOccurs="0"/>
           </sequence>
           <element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_inteiro12"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtContratado dadosPrestador
           
protected  javax.xml.datatype.XMLGregorianCalendar dataFinal
           
protected  javax.xml.datatype.XMLGregorianCalendar dataInicial
           
protected  javax.xml.datatype.XMLGregorianCalendar dataSolicitacao
           
protected  java.math.BigInteger numeroProtocolo
           
protected  java.lang.String registroANS
           
protected  java.lang.String tipoDemostrativo
           
 
Constructor Summary
CtSolicitacaoDemonstrativoPagamento()
           
 
Method Summary
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 javax.xml.datatype.XMLGregorianCalendar getDataFinal()
          Gets the value of the dataFinal property.
 javax.xml.datatype.XMLGregorianCalendar getDataInicial()
          Gets the value of the dataInicial property.
 javax.xml.datatype.XMLGregorianCalendar getDataSolicitacao()
          Gets the value of the dataSolicitacao property.
 java.math.BigInteger getNumeroProtocolo()
          Gets the value of the numeroProtocolo property.
 java.lang.String getRegistroANS()
          Gets the value of the registroANS property.
 java.lang.String getTipoDemostrativo()
          Gets the value of the tipoDemostrativo property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setDataFinal(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataFinal property.
 void setDataInicial(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataInicial property.
 void setDataSolicitacao(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataSolicitacao property.
 void setNumeroProtocolo(java.math.BigInteger value)
          Sets the value of the numeroProtocolo property.
 void setRegistroANS(java.lang.String value)
          Sets the value of the registroANS property.
 void setTipoDemostrativo(java.lang.String value)
          Sets the value of the tipoDemostrativo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dadosPrestador

protected CtContratado dadosPrestador

registroANS

protected java.lang.String registroANS

dataSolicitacao

protected javax.xml.datatype.XMLGregorianCalendar dataSolicitacao

tipoDemostrativo

protected java.lang.String tipoDemostrativo

dataInicial

protected javax.xml.datatype.XMLGregorianCalendar dataInicial

dataFinal

protected javax.xml.datatype.XMLGregorianCalendar dataFinal

numeroProtocolo

protected java.math.BigInteger numeroProtocolo
Constructor Detail

CtSolicitacaoDemonstrativoPagamento

public CtSolicitacaoDemonstrativoPagamento()
Method Detail

getDadosPrestador

public CtContratado getDadosPrestador()
Gets the value of the dadosPrestador property.

Returns:
possible object is CtContratado

setDadosPrestador

public void setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property.

Parameters:
value - allowed object is CtContratado

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

getDataSolicitacao

public javax.xml.datatype.XMLGregorianCalendar getDataSolicitacao()
Gets the value of the dataSolicitacao property.

Returns:
possible object is XMLGregorianCalendar

setDataSolicitacao

public void setDataSolicitacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataSolicitacao property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTipoDemostrativo

public java.lang.String getTipoDemostrativo()
Gets the value of the tipoDemostrativo property.

Returns:
possible object is String

setTipoDemostrativo

public void setTipoDemostrativo(java.lang.String value)
Sets the value of the tipoDemostrativo property.

Parameters:
value - allowed object is String

getDataInicial

public javax.xml.datatype.XMLGregorianCalendar getDataInicial()
Gets the value of the dataInicial property.

Returns:
possible object is XMLGregorianCalendar

setDataInicial

public void setDataInicial(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataInicial property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDataFinal

public javax.xml.datatype.XMLGregorianCalendar getDataFinal()
Gets the value of the dataFinal property.

Returns:
possible object is XMLGregorianCalendar

setDataFinal

public void setDataFinal(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataFinal property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNumeroProtocolo

public java.math.BigInteger getNumeroProtocolo()
Gets the value of the numeroProtocolo property.

Returns:
possible object is BigInteger

setNumeroProtocolo

public void setNumeroProtocolo(java.math.BigInteger value)
Sets the value of the numeroProtocolo property.

Parameters:
value - allowed object is BigInteger