Package it.sogei.ttstobaccomanufacturer
Class Risposta
java.lang.Object
it.sogei.ttstobaccomanufacturer.Risposta
Java class for Risposta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Risposta"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IUT"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="esito" type="{http://ws.sogei.it/output/}esitoType"/> <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="dataRegistrazione" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
protected XMLGregorianCalendar
protected EsitoType
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getData()
Gets the value of the data property.Gets the value of the dataRegistrazione property.getEsito()
Gets the value of the esito property.getIUT()
Gets the value of the iut property.void
setData
(byte[] value) Sets the value of the data property.void
Sets the value of the dataRegistrazione property.void
Sets the value of the esito property.void
Sets the value of the iut property.
-
Field Details
-
iut
-
esito
-
data
protected byte[] data -
dataRegistrazione
-
-
Constructor Details
-
Risposta
public Risposta()
-
-
Method Details
-
getIUT
Gets the value of the iut property.- Returns:
- possible object is
String
-
setIUT
Sets the value of the iut property.- Parameters:
value
- allowed object isString
-
getEsito
Gets the value of the esito property.- Returns:
- possible object is
EsitoType
-
setEsito
Sets the value of the esito property.- Parameters:
value
- allowed object isEsitoType
-
getData
public byte[] getData()Gets the value of the data property.- Returns:
- possible object is byte[]
-
setData
public void setData(byte[] value) Sets the value of the data property.- Parameters:
value
- allowed object is byte[]
-
getDataRegistrazione
Gets the value of the dataRegistrazione property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDataRegistrazione
Sets the value of the dataRegistrazione property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-