mx.bigdata.sat.common.pfic.schema
Class PFintegranteCoordinado

java.lang.Object
  extended by mx.bigdata.sat.common.pfic.schema.PFintegranteCoordinado

public class PFintegranteCoordinado
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}anySimpleType" fixed="1.0" />
       <attribute name="ClaveVehicular" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Placa" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <whiteSpace value="collapse"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="RFCPF" type="{http://www.sat.gob.mx/pfic}t_RFC" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String claveVehicular
           
protected  String placa
           
protected  String rfcpf
           
protected  String version
           
 
Constructor Summary
PFintegranteCoordinado()
           
 
Method Summary
 String getClaveVehicular()
          Gets the value of the claveVehicular property.
 String getPlaca()
          Gets the value of the placa property.
 String getRFCPF()
          Gets the value of the rfcpf property.
 String getVersion()
          Gets the value of the version property.
 void setClaveVehicular(String value)
          Sets the value of the claveVehicular property.
 void setPlaca(String value)
          Sets the value of the placa property.
 void setRFCPF(String value)
          Sets the value of the rfcpf 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

claveVehicular

protected String claveVehicular

placa

protected String placa

rfcpf

protected String rfcpf
Constructor Detail

PFintegranteCoordinado

public PFintegranteCoordinado()
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

getClaveVehicular

public String getClaveVehicular()
Gets the value of the claveVehicular property.

Returns:
possible object is String

setClaveVehicular

public void setClaveVehicular(String value)
Sets the value of the claveVehicular property.

Parameters:
value - allowed object is String

getPlaca

public String getPlaca()
Gets the value of the placa property.

Returns:
possible object is String

setPlaca

public void setPlaca(String value)
Sets the value of the placa property.

Parameters:
value - allowed object is String

getRFCPF

public String getRFCPF()
Gets the value of the rfcpf property.

Returns:
possible object is String

setRFCPF

public void setRFCPF(String value)
Sets the value of the rfcpf property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.