mx.bigdata.sat.cfd.v22.schema
Class Comprobante.Conceptos.Concepto.CuentaPredial

java.lang.Object
  extended by mx.bigdata.sat.cfd.v22.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

Field Summary
protected  String numero
           
 
Constructor Summary
Comprobante.Conceptos.Concepto.CuentaPredial()
           
 
Method Summary
 String getNumero()
          Gets the value of the numero property.
 void setNumero(String value)
          Sets the value of the numero property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numero

protected String numero
Constructor Detail

Comprobante.Conceptos.Concepto.CuentaPredial

public Comprobante.Conceptos.Concepto.CuentaPredial()
Method Detail

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.