mx.bigdata.sat.cfd.v22.schema
Class Comprobante.Emisor.RegimenFiscal
java.lang.Object
mx.bigdata.sat.cfd.v22.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
regimen
protected String regimen
Comprobante.Emisor.RegimenFiscal
public Comprobante.Emisor.RegimenFiscal()
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.