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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.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/v20201}ct_contratado"/>
         <element name="dataSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
         <element name="tipoDemonstrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_tipoDemonstrativo"/>
         <choice>
           <sequence>
             <element name="dataInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
             <element name="dataFinal" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data" minOccurs="0"/>
           </sequence>
           <element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_protocolo"/>
         </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.lang.String numeroProtocolo
           
protected  java.lang.String tipoDemonstrativo
           
 
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.lang.String getNumeroProtocolo()
          Gets the value of the numeroProtocolo property.
 java.lang.String getTipoDemonstrativo()
          Gets the value of the tipoDemonstrativo 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.lang.String value)
          Sets the value of the numeroProtocolo property.
 void setTipoDemonstrativo(java.lang.String value)
          Sets the value of the tipoDemonstrativo 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

dataSolicitacao

protected javax.xml.datatype.XMLGregorianCalendar dataSolicitacao

tipoDemonstrativo

protected java.lang.String tipoDemonstrativo

dataInicial

protected javax.xml.datatype.XMLGregorianCalendar dataInicial

dataFinal

protected javax.xml.datatype.XMLGregorianCalendar dataFinal

numeroProtocolo

protected java.lang.String 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

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

getTipoDemonstrativo

public java.lang.String getTipoDemonstrativo()
Gets the value of the tipoDemonstrativo property.

Returns:
possible object is String

setTipoDemonstrativo

public void setTipoDemonstrativo(java.lang.String value)
Sets the value of the tipoDemonstrativo 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.lang.String getNumeroProtocolo()
Gets the value of the numeroProtocolo property.

Returns:
possible object is String

setNumeroProtocolo

public void setNumeroProtocolo(java.lang.String value)
Sets the value of the numeroProtocolo property.

Parameters:
value - allowed object is String