|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.pfic.schema.PFintegranteCoordinado
public class PFintegranteCoordinado
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 |
|---|
protected String version
protected String claveVehicular
protected String placa
protected String rfcpf
| Constructor Detail |
|---|
public PFintegranteCoordinado()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getClaveVehicular()
Stringpublic void setClaveVehicular(String value)
value - allowed object is
Stringpublic String getPlaca()
Stringpublic void setPlaca(String value)
value - allowed object is
Stringpublic String getRFCPF()
Stringpublic void setRFCPF(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||