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>
Modifier and Type | Field and Description |
---|---|
protected String |
claveVehicular |
protected String |
placa |
protected String |
rfcpf |
protected String |
version |
Constructor and Description |
---|
PFintegranteCoordinado() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String version
protected String claveVehicular
protected String placa
protected String rfcpf
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getClaveVehicular()
String
public void setClaveVehicular(String value)
value
- allowed object is
String
public String getPlaca()
String
public void setPlaca(String value)
value
- allowed object is
String
public String getRFCPF()
String
Copyright © 2010–2018. All rights reserved.