it.sistematica.isharedoc.model.xml.mail.signature.xsd
Class PiuInfo

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.xsd.PiuInfo

public class PiuInfo
extends java.lang.Object

Java class for PiuInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PiuInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.digitPa.gov.it/protocollo/}MetadatiInterni"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}MetadatiEsterni"/>
       </choice>
       <attribute name="XMLSchema" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  MetadatiEsterni metadatiEsterni
           
protected  MetadatiInterni metadatiInterni
           
protected  java.lang.String xmlSchema
           
 
Constructor Summary
PiuInfo()
           
 
Method Summary
 MetadatiEsterni getMetadatiEsterni()
          Gets the value of the metadatiEsterni property.
 MetadatiInterni getMetadatiInterni()
          Gets the value of the metadatiInterni property.
 java.lang.String getXMLSchema()
          Gets the value of the xmlSchema property.
 void setMetadatiEsterni(MetadatiEsterni value)
          Sets the value of the metadatiEsterni property.
 void setMetadatiInterni(MetadatiInterni value)
          Sets the value of the metadatiInterni property.
 void setXMLSchema(java.lang.String value)
          Sets the value of the xmlSchema property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadatiInterni

protected MetadatiInterni metadatiInterni

metadatiEsterni

protected MetadatiEsterni metadatiEsterni

xmlSchema

protected java.lang.String xmlSchema
Constructor Detail

PiuInfo

public PiuInfo()
Method Detail

getMetadatiInterni

public MetadatiInterni getMetadatiInterni()
Gets the value of the metadatiInterni property.

Returns:
possible object is MetadatiInterni

setMetadatiInterni

public void setMetadatiInterni(MetadatiInterni value)
Sets the value of the metadatiInterni property.

Parameters:
value - allowed object is MetadatiInterni

getMetadatiEsterni

public MetadatiEsterni getMetadatiEsterni()
Gets the value of the metadatiEsterni property.

Returns:
possible object is MetadatiEsterni

setMetadatiEsterni

public void setMetadatiEsterni(MetadatiEsterni value)
Sets the value of the metadatiEsterni property.

Parameters:
value - allowed object is MetadatiEsterni

getXMLSchema

public java.lang.String getXMLSchema()
Gets the value of the xmlSchema property.

Returns:
possible object is String

setXMLSchema

public void setXMLSchema(java.lang.String value)
Sets the value of the xmlSchema property.

Parameters:
value - allowed object is String