public class UpdatePianoTerapeuticoDemRequest
extends java.lang.Object
Classe Java per updatePianoTerapeuticoDemRequest complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="updatePianoTerapeuticoDemRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nomeFileAllegato">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="6"/>
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="argomento">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[a-zA-Z]+"/>
</restriction>
</simpleType>
</element>
<element name="pinCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="documento" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="cfMedico" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="16"/>
<pattern value="[a-zA-Z]{6}[0-9 L M N P Q R S T U V]{2}[a-zA-Z]{1}[0-9 L M N P Q R S T U V]{2}[a-zA-Z]{1}[0-9 L M N P Q R S T U V]{3}[a-zA-Z]{1}|[0-9]{11}"/>
</restriction>
</simpleType>
</element>
<element name="codRegione" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="3"/>
<pattern value="[a-zA-Z0-9]+"/>
</restriction>
</simpleType>
</element>
<element name="codASLAo" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="3"/>
<pattern value="[a-zA-Z0-9]+"/>
</restriction>
</simpleType>
</element>
<element name="codStruttura" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="10"/>
<pattern value="[a-zA-Z]*"/>
</restriction>
</simpleType>
</element>
<element name="codSpecializzazione" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<pattern value="[a-zA-Z0-9]+"/>
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="tipoOperazione" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="0|1"/>
</restriction>
</simpleType>
</element>
<element name="numProtocollo" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[a-zA-Z0-9]*"/>
<maxLength value="256"/>
</restriction>
</simpleType>
</element>
<element name="opzioniRequest" type="{http://www.nsisr.puglia.it/Schemas/}opzioniType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
argomento |
protected java.lang.String |
cfMedico |
protected java.lang.String |
codASLAo |
protected java.lang.String |
codRegione |
protected java.lang.String |
codSpecializzazione |
protected java.lang.String |
codStruttura |
protected byte[] |
documento |
protected java.lang.String |
nomeFileAllegato |
protected java.lang.String |
numProtocollo |
protected java.util.List<OpzioniType> |
opzioniRequest |
protected java.lang.String |
pinCode |
protected java.lang.String |
tipoOperazione |
| Constructor and Description |
|---|
UpdatePianoTerapeuticoDemRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArgomento()
Recupera il valore della proprietà argomento.
|
java.lang.String |
getCfMedico()
Recupera il valore della proprietà cfMedico.
|
java.lang.String |
getCodASLAo()
Recupera il valore della proprietà codASLAo.
|
java.lang.String |
getCodRegione()
Recupera il valore della proprietà codRegione.
|
java.lang.String |
getCodSpecializzazione()
Recupera il valore della proprietà codSpecializzazione.
|
java.lang.String |
getCodStruttura()
Recupera il valore della proprietà codStruttura.
|
byte[] |
getDocumento()
Recupera il valore della proprietà documento.
|
java.lang.String |
getNomeFileAllegato()
Recupera il valore della proprietà nomeFileAllegato.
|
java.lang.String |
getNumProtocollo()
Recupera il valore della proprietà numProtocollo.
|
java.util.List<OpzioniType> |
getOpzioniRequest()
Gets the value of the opzioniRequest property.
|
java.lang.String |
getPinCode()
Recupera il valore della proprietà pinCode.
|
java.lang.String |
getTipoOperazione()
Recupera il valore della proprietà tipoOperazione.
|
void |
setArgomento(java.lang.String value)
Imposta il valore della proprietà argomento.
|
void |
setCfMedico(java.lang.String value)
Imposta il valore della proprietà cfMedico.
|
void |
setCodASLAo(java.lang.String value)
Imposta il valore della proprietà codASLAo.
|
void |
setCodRegione(java.lang.String value)
Imposta il valore della proprietà codRegione.
|
void |
setCodSpecializzazione(java.lang.String value)
Imposta il valore della proprietà codSpecializzazione.
|
void |
setCodStruttura(java.lang.String value)
Imposta il valore della proprietà codStruttura.
|
void |
setDocumento(byte[] value)
Imposta il valore della proprietà documento.
|
void |
setNomeFileAllegato(java.lang.String value)
Imposta il valore della proprietà nomeFileAllegato.
|
void |
setNumProtocollo(java.lang.String value)
Imposta il valore della proprietà numProtocollo.
|
void |
setPinCode(java.lang.String value)
Imposta il valore della proprietà pinCode.
|
void |
setTipoOperazione(java.lang.String value)
Imposta il valore della proprietà tipoOperazione.
|
protected java.lang.String nomeFileAllegato
protected java.lang.String argomento
protected java.lang.String pinCode
protected byte[] documento
protected java.lang.String cfMedico
protected java.lang.String codRegione
protected java.lang.String codASLAo
protected java.lang.String codStruttura
protected java.lang.String codSpecializzazione
protected java.lang.String tipoOperazione
protected java.lang.String numProtocollo
protected java.util.List<OpzioniType> opzioniRequest
public java.lang.String getNomeFileAllegato()
Stringpublic void setNomeFileAllegato(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArgomento()
Stringpublic void setArgomento(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPinCode()
Stringpublic void setPinCode(java.lang.String value)
value - allowed object is
Stringpublic byte[] getDocumento()
public void setDocumento(byte[] value)
value - allowed object is
byte[]public java.lang.String getCfMedico()
Stringpublic void setCfMedico(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodRegione()
Stringpublic void setCodRegione(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodASLAo()
Stringpublic void setCodASLAo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodStruttura()
Stringpublic void setCodStruttura(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodSpecializzazione()
Stringpublic void setCodSpecializzazione(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTipoOperazione()
Stringpublic void setTipoOperazione(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumProtocollo()
Stringpublic void setNumProtocollo(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<OpzioniType> getOpzioniRequest()
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 set method for the opzioniRequest property.
For example, to add a new item, do as follows:
getOpzioniRequest().add(newItem);
Objects of the following type(s) are allowed in the list
OpzioniType