mx.bigdata.sat.cfdi.v32.schema
Class Comprobante.Emisor.RegimenFiscal

java.lang.Object
  extended by mx.bigdata.sat.cfdi.v32.schema.Comprobante.Emisor.RegimenFiscal
All Implemented Interfaces:
Serializable
Enclosing class:
Comprobante.Emisor

public static class Comprobante.Emisor.RegimenFiscal
extends Object
implements Serializable

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="Regimen" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String regimen
           
 
Constructor Summary
Comprobante.Emisor.RegimenFiscal()
           
 
Method Summary
 String getRegimen()
          Gets the value of the regimen property.
 void setRegimen(String value)
          Sets the value of the regimen property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

regimen

protected String regimen
Constructor Detail

Comprobante.Emisor.RegimenFiscal

public Comprobante.Emisor.RegimenFiscal()
Method Detail

getRegimen

public String getRegimen()
Gets the value of the regimen property.

Returns:
possible object is String

setRegimen

public void setRegimen(String value)
Sets the value of the regimen property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.