public static class Comprobante.Conceptos.Concepto.InformacionAduanera 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="NumeroPedimento" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="21"/> <pattern value="[0-9]{2} [0-9]{2} [0-9]{4} [0-9]{7}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
numeroPedimento |
Constructor and Description |
---|
InformacionAduanera() |
Modifier and Type | Method and Description |
---|---|
String |
getNumeroPedimento()
Gets the value of the numeroPedimento property.
|
void |
setNumeroPedimento(String value)
Sets the value of the numeroPedimento property.
|
Copyright © 2010–2018. All rights reserved.