Class Risposta

java.lang.Object
it.sogei.ttstobaccomanufacturer.Risposta

public class Risposta extends Object

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 Details

  • Constructor Details

    • Risposta

      public Risposta()
  • Method Details

    • getIUT

      public String getIUT()
      Gets the value of the iut property.
      Returns:
      possible object is String
    • setIUT

      public void setIUT(String value)
      Sets the value of the iut property.
      Parameters:
      value - allowed object is String
    • getEsito

      public EsitoType getEsito()
      Gets the value of the esito property.
      Returns:
      possible object is EsitoType
    • setEsito

      public void setEsito(EsitoType value)
      Sets the value of the esito property.
      Parameters:
      value - allowed object is EsitoType
    • 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

      public XMLGregorianCalendar getDataRegistrazione()
      Gets the value of the dataRegistrazione property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDataRegistrazione

      public void setDataRegistrazione(XMLGregorianCalendar value)
      Sets the value of the dataRegistrazione property.
      Parameters:
      value - allowed object is XMLGregorianCalendar