Package it.sogei.ttstobaccomanufacturer
Class Richiesta
java.lang.Object
it.sogei.ttstobaccomanufacturer.Richiesta
Java class for Richiesta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Richiesta">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serviceId">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="welcomeTest"/>
<enumeration value="richiestaIUsingoli"/>
<enumeration value="richiestaIUaggregati"/>
<enumeration value="richiestaOperatoreEconomico"/>
<enumeration value="richiestaImpianto"/>
<enumeration value="richiestaMacchinario"/>
<enumeration value="richiestaRecall"/>
<enumeration value="rettificaOperatoreEconomico"/>
<enumeration value="rettificaImpianto"/>
<enumeration value="rettificaMacchinario"/>
</restriction>
</simpleType>
</element>
<element name="data" maxOccurs="unbounded">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Gets the value of the data property.Gets the value of the serviceId property.voidsetServiceId(String value) Sets the value of the serviceId property.
-
Field Details
-
serviceId
-
data
-
-
Constructor Details
-
Richiesta
public Richiesta()
-
-
Method Details
-
getServiceId
Gets the value of the serviceId property.- Returns:
- possible object is
String
-
setServiceId
Sets the value of the serviceId property.- Parameters:
value- allowed object isString
-
getData
Gets the value of the data property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the data property.For example, to add a new item, do as follows:
getData().add(newItem);Objects of the following type(s) are allowed in the list
Richiesta.Data
-