|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.cfdi.schema.TInformacionAduanera
public class TInformacionAduanera
Tipo definido para expresar información aduanera
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>
| Field Summary | |
|---|---|
protected String |
aduana
|
protected XMLGregorianCalendar |
fecha
|
protected String |
numero
|
| Constructor Summary | |
|---|---|
TInformacionAduanera()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String numero
protected XMLGregorianCalendar fecha
protected String aduana
| Constructor Detail |
|---|
public TInformacionAduanera()
| Method Detail |
|---|
public String getNumero()
Stringpublic void setNumero(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getFecha()
XMLGregorianCalendarpublic void setFecha(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getAduana()
Stringpublic void setAduana(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||