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>
Constructor and Description |
---|
RegimenFiscal() |
Modifier and Type | Method and Description |
---|---|
String |
getRegimen()
Gets the value of the regimen property.
|
void |
setRegimen(String value)
Sets the value of the regimen property.
|
protected String regimen
Copyright © 2010–2018. All rights reserved.