public static class Certificadodedestruccion.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="NumPedImp" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="40"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="Fecha" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="Aduana" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
aduana |
protected XMLGregorianCalendar |
fecha |
protected String |
numPedImp |
Constructor and Description |
---|
InformacionAduanera() |
Modifier and Type | Method and Description |
---|---|
String |
getAduana()
Gets the value of the aduana property.
|
XMLGregorianCalendar |
getFecha()
Gets the value of the fecha property.
|
String |
getNumPedImp()
Gets the value of the numPedImp property.
|
void |
setAduana(String value)
Sets the value of the aduana property.
|
void |
setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.
|
void |
setNumPedImp(String value)
Sets the value of the numPedImp property.
|
protected String numPedImp
protected XMLGregorianCalendar fecha
protected String aduana
public String getNumPedImp()
String
public void setNumPedImp(String value)
value
- allowed object is
String
public XMLGregorianCalendar getFecha()
XMLGregorianCalendar
public void setFecha(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getAduana()
String
Copyright © 2010–2018. All rights reserved.