public static class ComercioExterior.Receptor 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="Curp" type="{http://www.sat.gob.mx/ComercioExterior}t_CURP" /> <attribute name="NumRegIdTrib" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="6"/> <maxLength value="40"/> <whiteSpace value="collapse"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
curp |
protected String |
numRegIdTrib |
Constructor and Description |
---|
Receptor() |
Modifier and Type | Method and Description |
---|---|
String |
getCurp()
Gets the value of the curp property.
|
String |
getNumRegIdTrib()
Gets the value of the numRegIdTrib property.
|
void |
setCurp(String value)
Sets the value of the curp property.
|
void |
setNumRegIdTrib(String value)
Sets the value of the numRegIdTrib property.
|
public String getCurp()
String
public void setCurp(String value)
value
- allowed object is
String
public String getNumRegIdTrib()
String
Copyright © 2010–2018. All rights reserved.