public static class NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC 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"> <sequence> <element name="DatosAdquirienteCopSC" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Nombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="254"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoPaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="ApellidoMaterno"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="200"/> </restriction> </simpleType> </attribute> <attribute name="RFC" use="required" type="{http://www.sat.gob.mx/notariospublicos}t_RFC" /> <attribute name="CURP" type="{http://www.sat.gob.mx/notariospublicos}t_CURP" /> <attribute name="Porcentaje" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> <minInclusive value="0.00"/> <maxInclusive value="100.00"/> <fractionDigits value="2"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC.DatosAdquirienteCopSC
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC.DatosAdquirienteCopSC> |
datosAdquirienteCopSC |
Constructor and Description |
---|
DatosAdquirientesCopSC() |
Modifier and Type | Method and Description |
---|---|
List<NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC.DatosAdquirienteCopSC> |
getDatosAdquirienteCopSC()
Gets the value of the datosAdquirienteCopSC property.
|
protected List<NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC.DatosAdquirienteCopSC> datosAdquirienteCopSC
public List<NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC.DatosAdquirienteCopSC> getDatosAdquirienteCopSC()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the datosAdquirienteCopSC property.
For example, to add a new item, do as follows:
getDatosAdquirienteCopSC().add(newItem);
Objects of the following type(s) are allowed in the list
NotariosPublicos.DatosAdquiriente.DatosAdquirientesCopSC.DatosAdquirienteCopSC
Copyright © 2010–2018. All rights reserved.