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

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

public class CtOutrasDespesasRevisao
extends java.lang.Object

Java class for ct_outrasDespesasRevisao complex type.

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

 <complexType name="ct_outrasDespesasRevisao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence>
           <element name="itensDespesas" maxOccurs="unbounded">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="tipoDespesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_outrasDespesas"/>
                     <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
                     <element name="despesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
                     <element name="reducaoAcrescimo" minOccurs="0">
                       <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                           <totalDigits value="5"/>
                           <fractionDigits value="2"/>
                         </restriction>
                       </simpleType>
                     </element>
                     <element name="quantidade">
                       <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                           <totalDigits value="5"/>
                           <fractionDigits value="2"/>
                         </restriction>
                       </simpleType>
                     </element>
                     <element name="valorUnitario" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
                     <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
                     <element name="justificativa">
                       <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <maxLength value="500"/>
                         </restriction>
                       </simpleType>
                     </element>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
         <element name="totalGeralOutrasDespesas" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtOutrasDespesasRevisao.ItensDespesas
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<CtOutrasDespesasRevisao.ItensDespesas> itensDespesas
           
protected  java.lang.Double totalGeralOutrasDespesas
           
 
Constructor Summary
CtOutrasDespesasRevisao()
           
 
Method Summary
 java.util.List<CtOutrasDespesasRevisao.ItensDespesas> getItensDespesas()
          Gets the value of the itensDespesas property.
 java.lang.Double getTotalGeralOutrasDespesas()
          Gets the value of the totalGeralOutrasDespesas property.
 void setTotalGeralOutrasDespesas(java.lang.Double value)
          Sets the value of the totalGeralOutrasDespesas property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itensDespesas

protected java.util.List<CtOutrasDespesasRevisao.ItensDespesas> itensDespesas

totalGeralOutrasDespesas

protected java.lang.Double totalGeralOutrasDespesas
Constructor Detail

CtOutrasDespesasRevisao

public CtOutrasDespesasRevisao()
Method Detail

getItensDespesas

public java.util.List<CtOutrasDespesasRevisao.ItensDespesas> getItensDespesas()
Gets the value of the itensDespesas 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 itensDespesas property.

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

    getItensDespesas().add(newItem);
 

Objects of the following type(s) are allowed in the list CtOutrasDespesasRevisao.ItensDespesas


getTotalGeralOutrasDespesas

public java.lang.Double getTotalGeralOutrasDespesas()
Gets the value of the totalGeralOutrasDespesas property.

Returns:
possible object is Double

setTotalGeralOutrasDespesas

public void setTotalGeralOutrasDespesas(java.lang.Double value)
Sets the value of the totalGeralOutrasDespesas property.

Parameters:
value - allowed object is Double