mx.bigdata.sat.cfdi.v32.schema
Class Comprobante.Conceptos.Concepto.CuentaPredial
java.lang.Object
mx.bigdata.sat.cfdi.v32.schema.Comprobante.Conceptos.Concepto.CuentaPredial
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Comprobante.Conceptos.Concepto
public static class Comprobante.Conceptos.Concepto.CuentaPredial
- 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="numero" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
</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 |
numero
protected String numero
Comprobante.Conceptos.Concepto.CuentaPredial
public Comprobante.Conceptos.Concepto.CuentaPredial()
getNumero
public String getNumero()
- Gets the value of the numero property.
- Returns:
- possible object is
String
setNumero
public void setNumero(String value)
- Sets the value of the numero property.
- Parameters:
value - allowed object is
String
Copyright © 2010-2013. All Rights Reserved.