mx.bigdata.sat.common.terceros.schema
Class PorCuentadeTerceros.CuentaPredial
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numero
protected String numero
PorCuentadeTerceros.CuentaPredial
public PorCuentadeTerceros.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.