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

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

public class CtCabecalhoDemonstrativo
extends java.lang.Object

Java class for ct_cabecalhoDemonstrativo complex type.

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

 <complexType name="ct_cabecalhoDemonstrativo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroDemonstrativo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao20"/>
         <element name="dataEmissao" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataEmissao
           
protected  java.lang.String numeroDemonstrativo
           
 
Constructor Summary
CtCabecalhoDemonstrativo()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataEmissao()
          Gets the value of the dataEmissao property.
 java.lang.String getNumeroDemonstrativo()
          Gets the value of the numeroDemonstrativo property.
 void setDataEmissao(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataEmissao property.
 void setNumeroDemonstrativo(java.lang.String value)
          Sets the value of the numeroDemonstrativo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroDemonstrativo

protected java.lang.String numeroDemonstrativo

dataEmissao

protected javax.xml.datatype.XMLGregorianCalendar dataEmissao
Constructor Detail

CtCabecalhoDemonstrativo

public CtCabecalhoDemonstrativo()
Method Detail

getNumeroDemonstrativo

public java.lang.String getNumeroDemonstrativo()
Gets the value of the numeroDemonstrativo property.

Returns:
possible object is String

setNumeroDemonstrativo

public void setNumeroDemonstrativo(java.lang.String value)
Sets the value of the numeroDemonstrativo property.

Parameters:
value - allowed object is String

getDataEmissao

public javax.xml.datatype.XMLGregorianCalendar getDataEmissao()
Gets the value of the dataEmissao property.

Returns:
possible object is XMLGregorianCalendar

setDataEmissao

public void setDataEmissao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataEmissao property.

Parameters:
value - allowed object is XMLGregorianCalendar