public static class Comprobante.Conceptos.Concepto.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"> <minLength value="1"/> <maxLength value="150"/> <whiteSpace value="collapse"/> <pattern value="[0-9]{1,150}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CuentaPredial() |
Modifier and Type | Method and Description |
---|---|
String |
getNumero()
Gets the value of the numero property.
|
void |
setNumero(String value)
Sets the value of the numero property.
|
protected String numero
Copyright © 2010–2018. All rights reserved.