public class TInformacionAduanera extends Object implements Serializable
Java class for t_InformacionAduanera complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="t_InformacionAduanera"> <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"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <attribute name="fecha" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}date"> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> <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 |
numero |
Constructor and Description |
---|
TInformacionAduanera() |
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 |
getNumero()
Gets the value of the numero property.
|
void |
setAduana(String value)
Sets the value of the aduana property.
|
void |
setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.
|
void |
setNumero(String value)
Sets the value of the numero property.
|
protected String numero
protected XMLGregorianCalendar fecha
protected String aduana
public String getNumero()
String
public void setNumero(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.