public class PagoEnEspecie 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="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" /> <attribute name="CvePIC" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="25"/> <pattern value="[A-ZÑ&]{3}[0-9]{2}[0-1][0-9][0-3][0-9][A-Z0-9]?[A-Z0-9]?[0-9A-Z]-(18|19|20)\d\d(0[1-9]|1[012])(0[1-9]|[12][0-9]|3[01])-[0-9]{3}"/> </restriction> </simpleType> </attribute> <attribute name="FolioSolDon" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <length value="11"/> <pattern value="PE-[0-9]{2}-[0-9]{5}"/> </restriction> </simpleType> </attribute> <attribute name="PzaArtNombre" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="PzaArtTecn" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> <attribute name="PzaArtAProd" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[0-9]{4}"/> </restriction> </simpleType> </attribute> <attribute name="PzaArtDim" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
cvePIC |
protected String |
folioSolDon |
protected String |
pzaArtAProd |
protected String |
pzaArtDim |
protected String |
pzaArtNombre |
protected String |
pzaArtTecn |
protected String |
version |
Constructor and Description |
---|
PagoEnEspecie() |
Modifier and Type | Method and Description |
---|---|
String |
getCvePIC()
Gets the value of the cvePIC property.
|
String |
getFolioSolDon()
Gets the value of the folioSolDon property.
|
String |
getPzaArtAProd()
Gets the value of the pzaArtAProd property.
|
String |
getPzaArtDim()
Gets the value of the pzaArtDim property.
|
String |
getPzaArtNombre()
Gets the value of the pzaArtNombre property.
|
String |
getPzaArtTecn()
Gets the value of the pzaArtTecn property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCvePIC(String value)
Sets the value of the cvePIC property.
|
void |
setFolioSolDon(String value)
Sets the value of the folioSolDon property.
|
void |
setPzaArtAProd(String value)
Sets the value of the pzaArtAProd property.
|
void |
setPzaArtDim(String value)
Sets the value of the pzaArtDim property.
|
void |
setPzaArtNombre(String value)
Sets the value of the pzaArtNombre property.
|
void |
setPzaArtTecn(String value)
Sets the value of the pzaArtTecn property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String version
protected String cvePIC
protected String folioSolDon
protected String pzaArtNombre
protected String pzaArtTecn
protected String pzaArtAProd
protected String pzaArtDim
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getCvePIC()
String
public void setCvePIC(String value)
value
- allowed object is
String
public String getFolioSolDon()
String
public void setFolioSolDon(String value)
value
- allowed object is
String
public String getPzaArtNombre()
String
public void setPzaArtNombre(String value)
value
- allowed object is
String
public String getPzaArtTecn()
String
public void setPzaArtTecn(String value)
value
- allowed object is
String
public String getPzaArtAProd()
String
public void setPzaArtAProd(String value)
value
- allowed object is
String
public String getPzaArtDim()
String
Copyright © 2010–2018. All rights reserved.