public static class Comprobante.CfdiRelacionados.CfdiRelacionado 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="UUID" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="36"/> <whiteSpace value="collapse"/> <pattern value="[a-f0-9A-F]{8}-[a-f0-9A-F]{4}-[a-f0-9A-F]{4}-[a-f0-9A-F]{4}-[a-f0-9A-F]{12}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CfdiRelacionado() |
Modifier and Type | Method and Description |
---|---|
String |
getUUID()
Gets the value of the uuid property.
|
void |
setUUID(String value)
Sets the value of the uuid property.
|
protected String uuid
Copyright © 2010–2018. All rights reserved.