Package it.sogei.ttstobaccomanufacturer
Class Richiesta.Data
java.lang.Object
it.sogei.ttstobaccomanufacturer.Richiesta.Data
- Enclosing class:
- Richiesta
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="xml" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="dichiarante"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="([A-Z]{6}[0-9]{2}[A-Z]{1}[0-9]{2}[A-Z]{1}[0-9]{3}[A-Z]{1}|[0-9]{11})"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dichiarante property.byte[]
getXml()
Gets the value of the xml property.void
setDichiarante
(String value) Sets the value of the dichiarante property.void
setXml
(byte[] value) Sets the value of the xml property.
-
Field Details
-
xml
protected byte[] xml -
dichiarante
-
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getXml
public byte[] getXml()Gets the value of the xml property.- Returns:
- possible object is byte[]
-
setXml
public void setXml(byte[] value) Sets the value of the xml property.- Parameters:
value
- allowed object is byte[]
-
getDichiarante
Gets the value of the dichiarante property.- Returns:
- possible object is
String
-
setDichiarante
Sets the value of the dichiarante property.- Parameters:
value
- allowed object isString
-