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

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

public class CtDadosLote
extends java.lang.Object

Java class for ct_dadosLote complex type.

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

 <complexType name="ct_dadosLote">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroLote">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dataEnvioLote" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="numeroProtocolo">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="valorProtocolo" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorGlosaProtocolo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="codigoGlosaProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoGlosa" maxOccurs="unbounded" minOccurs="0"/>
         <element name="guia">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dadosGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_dadosGuia" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDadosLote.Guia
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<java.lang.String> codigoGlosaProtocolo
           
protected  javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
           
protected  CtDadosLote.Guia guia
           
protected  java.lang.String numeroLote
           
protected  java.lang.String numeroProtocolo
           
protected  java.lang.Double valorGlosaProtocolo
           
protected  double valorProtocolo
           
 
Constructor Summary
CtDadosLote()
           
 
Method Summary
 java.util.List<java.lang.String> getCodigoGlosaProtocolo()
          Gets the value of the codigoGlosaProtocolo property.
 javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
          Gets the value of the dataEnvioLote property.
 CtDadosLote.Guia getGuia()
          Gets the value of the guia property.
 java.lang.String getNumeroLote()
          Gets the value of the numeroLote property.
 java.lang.String getNumeroProtocolo()
          Gets the value of the numeroProtocolo property.
 java.lang.Double getValorGlosaProtocolo()
          Gets the value of the valorGlosaProtocolo property.
 double getValorProtocolo()
          Gets the value of the valorProtocolo property.
 void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataEnvioLote property.
 void setGuia(CtDadosLote.Guia value)
          Sets the value of the guia property.
 void setNumeroLote(java.lang.String value)
          Sets the value of the numeroLote property.
 void setNumeroProtocolo(java.lang.String value)
          Sets the value of the numeroProtocolo property.
 void setValorGlosaProtocolo(java.lang.Double value)
          Sets the value of the valorGlosaProtocolo property.
 void setValorProtocolo(double value)
          Sets the value of the valorProtocolo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroLote

protected java.lang.String numeroLote

dataEnvioLote

protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote

numeroProtocolo

protected java.lang.String numeroProtocolo

valorProtocolo

protected double valorProtocolo

valorGlosaProtocolo

protected java.lang.Double valorGlosaProtocolo

codigoGlosaProtocolo

protected java.util.List<java.lang.String> codigoGlosaProtocolo

guia

protected CtDadosLote.Guia guia
Constructor Detail

CtDadosLote

public CtDadosLote()
Method Detail

getNumeroLote

public java.lang.String getNumeroLote()
Gets the value of the numeroLote property.

Returns:
possible object is String

setNumeroLote

public void setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property.

Parameters:
value - allowed object is String

getDataEnvioLote

public javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
Gets the value of the dataEnvioLote property.

Returns:
possible object is XMLGregorianCalendar

setDataEnvioLote

public void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataEnvioLote 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

getValorProtocolo

public double getValorProtocolo()
Gets the value of the valorProtocolo property.


setValorProtocolo

public void setValorProtocolo(double value)
Sets the value of the valorProtocolo property.


getValorGlosaProtocolo

public java.lang.Double getValorGlosaProtocolo()
Gets the value of the valorGlosaProtocolo property.

Returns:
possible object is Double

setValorGlosaProtocolo

public void setValorGlosaProtocolo(java.lang.Double value)
Sets the value of the valorGlosaProtocolo property.

Parameters:
value - allowed object is Double

getCodigoGlosaProtocolo

public java.util.List<java.lang.String> getCodigoGlosaProtocolo()
Gets the value of the codigoGlosaProtocolo property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the codigoGlosaProtocolo property.

For example, to add a new item, do as follows:

    getCodigoGlosaProtocolo().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getGuia

public CtDadosLote.Guia getGuia()
Gets the value of the guia property.

Returns:
possible object is CtDadosLote.Guia

setGuia

public void setGuia(CtDadosLote.Guia value)
Sets the value of the guia property.

Parameters:
value - allowed object is CtDadosLote.Guia