mx.bigdata.sat.common.terceros.schema
Class PorCuentadeTerceros.CuentaPredial

java.lang.Object
  extended by mx.bigdata.sat.common.terceros.schema.PorCuentadeTerceros.CuentaPredial
Enclosing class:
PorCuentadeTerceros

public static class PorCuentadeTerceros.CuentaPredial
extends Object

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>
 


Field Summary
protected  String numero
           
 
Constructor Summary
PorCuentadeTerceros.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

PorCuentadeTerceros.CuentaPredial

public PorCuentadeTerceros.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.