mx.bigdata.sat.common.donat.schema
Class Donatarias

java.lang.Object
  extended by mx.bigdata.sat.common.donat.schema.Donatarias

public class Donatarias
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="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.1" />
       <attribute name="noAutorizacion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fechaAutorizacion" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
       <attribute name="leyenda" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar fechaAutorizacion
           
protected  String leyenda
           
protected  String noAutorizacion
           
protected  String version
           
 
Constructor Summary
Donatarias()
           
 
Method Summary
 XMLGregorianCalendar getFechaAutorizacion()
          Gets the value of the fechaAutorizacion property.
 String getLeyenda()
          Gets the value of the leyenda property.
 String getNoAutorizacion()
          Gets the value of the noAutorizacion property.
 String getVersion()
          Gets the value of the version property.
 void setFechaAutorizacion(XMLGregorianCalendar value)
          Sets the value of the fechaAutorizacion property.
 void setLeyenda(String value)
          Sets the value of the leyenda property.
 void setNoAutorizacion(String value)
          Sets the value of the noAutorizacion property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected String version

noAutorizacion

protected String noAutorizacion

fechaAutorizacion

protected XMLGregorianCalendar fechaAutorizacion

leyenda

protected String leyenda
Constructor Detail

Donatarias

public Donatarias()
Method Detail

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getNoAutorizacion

public String getNoAutorizacion()
Gets the value of the noAutorizacion property.

Returns:
possible object is String

setNoAutorizacion

public void setNoAutorizacion(String value)
Sets the value of the noAutorizacion property.

Parameters:
value - allowed object is String

getFechaAutorizacion

public XMLGregorianCalendar getFechaAutorizacion()
Gets the value of the fechaAutorizacion property.

Returns:
possible object is XMLGregorianCalendar

setFechaAutorizacion

public void setFechaAutorizacion(XMLGregorianCalendar value)
Sets the value of the fechaAutorizacion property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLeyenda

public String getLeyenda()
Gets the value of the leyenda property.

Returns:
possible object is String

setLeyenda

public void setLeyenda(String value)
Sets the value of the leyenda property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.