Class Richiesta.Data

java.lang.Object
it.sogei.ttstobaccomanufacturer.Richiesta.Data
Enclosing class:
Richiesta

public static class Richiesta.Data 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">
       <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 Details

    • xml

      protected byte[] xml
    • dichiarante

      protected String 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

      public String getDichiarante()
      Gets the value of the dichiarante property.
      Returns:
      possible object is String
    • setDichiarante

      public void setDichiarante(String value)
      Sets the value of the dichiarante property.
      Parameters:
      value - allowed object is String