mx.bigdata.sat.common.leyendasfisc.schema
Class LeyendasFiscales

java.lang.Object
  extended by mx.bigdata.sat.common.leyendasfisc.schema.LeyendasFiscales

public class LeyendasFiscales
extends 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="Leyenda" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="disposicionFiscal">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <whiteSpace value="collapse"/>
                       <minLength value="1"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="norma">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <whiteSpace value="collapse"/>
                       <minLength value="1"/>
                     </restriction>
                   </simpleType>
                 </attribute>
                 <attribute name="textoLeyenda" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <minLength value="1"/>
                       <whiteSpace value="collapse"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class LeyendasFiscales.Leyenda
          Java class for anonymous complex type.
 
Field Summary
protected  List<LeyendasFiscales.Leyenda> leyenda
           
protected  String version
           
 
Constructor Summary
LeyendasFiscales()
           
 
Method Summary
 List<LeyendasFiscales.Leyenda> getLeyenda()
          Gets the value of the leyenda property.
 String getVersion()
          Gets the value of the version property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leyenda

protected List<LeyendasFiscales.Leyenda> leyenda

version

protected String version
Constructor Detail

LeyendasFiscales

public LeyendasFiscales()
Method Detail

getLeyenda

public List<LeyendasFiscales.Leyenda> getLeyenda()
Gets the value of the leyenda 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 leyenda property.

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

    getLeyenda().add(newItem);
 

Objects of the following type(s) are allowed in the list LeyendasFiscales.Leyenda


getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.