br.gov.ans.padroes.tiss.schemas
Class CtDadosProcedimento.RelacaoGlosa

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtDadosProcedimento.RelacaoGlosa
Enclosing class:
CtDadosProcedimento

public static class CtDadosProcedimento.RelacaoGlosa
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tipoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" maxOccurs="unbounded"/>
         <element name="valorGlosa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<CtMotivoGlosa> tipoGlosa
           
protected  java.lang.Double valorGlosa
           
 
Constructor Summary
CtDadosProcedimento.RelacaoGlosa()
           
 
Method Summary
 java.util.List<CtMotivoGlosa> getTipoGlosa()
          Gets the value of the tipoGlosa property.
 java.lang.Double getValorGlosa()
          Gets the value of the valorGlosa property.
 void setValorGlosa(java.lang.Double value)
          Sets the value of the valorGlosa property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipoGlosa

protected java.util.List<CtMotivoGlosa> tipoGlosa

valorGlosa

protected java.lang.Double valorGlosa
Constructor Detail

CtDadosProcedimento.RelacaoGlosa

public CtDadosProcedimento.RelacaoGlosa()
Method Detail

getTipoGlosa

public java.util.List<CtMotivoGlosa> getTipoGlosa()
Gets the value of the tipoGlosa 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 tipoGlosa property.

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

    getTipoGlosa().add(newItem);
 

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


getValorGlosa

public java.lang.Double getValorGlosa()
Gets the value of the valorGlosa property.

Returns:
possible object is Double

setValorGlosa

public void setValorGlosa(java.lang.Double value)
Sets the value of the valorGlosa property.

Parameters:
value - allowed object is Double