Package it.sogei.interopservice
Class Risposta
java.lang.Object
it.sogei.interopservice.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" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="esito" type="{http://output.ws.sogei.it}EsitoType" minOccurs="0"/>
<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 XMLGregorianCalendarprotected EsitoTypeprotected 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.voidsetData(byte[] value) Sets the value of the data property.voidSets the value of the dataRegistrazione property.voidSets the value of the esito property.voidSets 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
-