mx.bigdata.sat.cfd.schema
Class TInformacionAduanera

java.lang.Object
  extended by mx.bigdata.sat.cfd.schema.TInformacionAduanera
All Implemented Interfaces:
Serializable

public class TInformacionAduanera
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

numero

protected String numero

fecha

protected XMLGregorianCalendar fecha

aduana

protected String aduana
Constructor Detail

TInformacionAduanera

public TInformacionAduanera()
Method Detail

getNumero

public String getNumero()
Gets the value of the numero property.

Returns:
possible object is String

setNumero

public void setNumero(String value)
Sets the value of the numero property.

Parameters:
value - allowed object is String

getFecha

public XMLGregorianCalendar getFecha()
Gets the value of the fecha property.

Returns:
possible object is XMLGregorianCalendar

setFecha

public void setFecha(XMLGregorianCalendar value)
Sets the value of the fecha property.

Parameters:
value - allowed object is XMLGregorianCalendar

getAduana

public String getAduana()
Gets the value of the aduana property.

Returns:
possible object is String

setAduana

public void setAduana(String value)
Sets the value of the aduana property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.