public static class ComercioExterior.Propietario 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="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> <attribute name="ResidenciaFiscal" use="required" type="{http://www.sat.gob.mx/sitio_internet/cfd/catalogos}c_Pais" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
numRegIdTrib |
protected CPais |
residenciaFiscal |
Constructor and Description |
---|
Propietario() |
Modifier and Type | Method and Description |
---|---|
String |
getNumRegIdTrib()
Gets the value of the numRegIdTrib property.
|
CPais |
getResidenciaFiscal()
Gets the value of the residenciaFiscal property.
|
void |
setNumRegIdTrib(String value)
Sets the value of the numRegIdTrib property.
|
void |
setResidenciaFiscal(CPais value)
Sets the value of the residenciaFiscal property.
|
protected String numRegIdTrib
protected CPais residenciaFiscal
public String getNumRegIdTrib()
String
public void setNumRegIdTrib(String value)
value
- allowed object is
String
public CPais getResidenciaFiscal()
CPais
Copyright © 2010–2018. All rights reserved.