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

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

public class CtPeriodoProcessamento
extends java.lang.Object

Java class for ct_periodoProcessamento complex type.

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

 <complexType name="ct_periodoProcessamento">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataFinal
           
protected  javax.xml.datatype.XMLGregorianCalendar dataInicial
           
 
Constructor Summary
CtPeriodoProcessamento()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataFinal()
          Gets the value of the dataFinal property.
 javax.xml.datatype.XMLGregorianCalendar getDataInicial()
          Gets the value of the dataInicial 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataInicial

protected javax.xml.datatype.XMLGregorianCalendar dataInicial

dataFinal

protected javax.xml.datatype.XMLGregorianCalendar dataFinal
Constructor Detail

CtPeriodoProcessamento

public CtPeriodoProcessamento()
Method Detail

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