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

java.lang.Object
  extended by mx.bigdata.sat.common.leyendasfisc.schema.LeyendasFiscales.Leyenda
Enclosing class:
LeyendasFiscales

public static class LeyendasFiscales.Leyenda
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">
       <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>
 


Field Summary
protected  String disposicionFiscal
           
protected  String norma
           
protected  String textoLeyenda
           
 
Constructor Summary
LeyendasFiscales.Leyenda()
           
 
Method Summary
 String getDisposicionFiscal()
          Gets the value of the disposicionFiscal property.
 String getNorma()
          Gets the value of the norma property.
 String getTextoLeyenda()
          Gets the value of the textoLeyenda property.
 void setDisposicionFiscal(String value)
          Sets the value of the disposicionFiscal property.
 void setNorma(String value)
          Sets the value of the norma property.
 void setTextoLeyenda(String value)
          Sets the value of the textoLeyenda property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disposicionFiscal

protected String disposicionFiscal

norma

protected String norma

textoLeyenda

protected String textoLeyenda
Constructor Detail

LeyendasFiscales.Leyenda

public LeyendasFiscales.Leyenda()
Method Detail

getDisposicionFiscal

public String getDisposicionFiscal()
Gets the value of the disposicionFiscal property.

Returns:
possible object is String

setDisposicionFiscal

public void setDisposicionFiscal(String value)
Sets the value of the disposicionFiscal property.

Parameters:
value - allowed object is String

getNorma

public String getNorma()
Gets the value of the norma property.

Returns:
possible object is String

setNorma

public void setNorma(String value)
Sets the value of the norma property.

Parameters:
value - allowed object is String

getTextoLeyenda

public String getTextoLeyenda()
Gets the value of the textoLeyenda property.

Returns:
possible object is String

setTextoLeyenda

public void setTextoLeyenda(String value)
Sets the value of the textoLeyenda property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.