|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.xsd.PiuInfo
public class PiuInfo
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 |
---|
protected MetadatiInterni metadatiInterni
protected MetadatiEsterni metadatiEsterni
protected java.lang.String xmlSchema
Constructor Detail |
---|
public PiuInfo()
Method Detail |
---|
public MetadatiInterni getMetadatiInterni()
MetadatiInterni
public void setMetadatiInterni(MetadatiInterni value)
value
- allowed object is
MetadatiInterni
public MetadatiEsterni getMetadatiEsterni()
MetadatiEsterni
public void setMetadatiEsterni(MetadatiEsterni value)
value
- allowed object is
MetadatiEsterni
public java.lang.String getXMLSchema()
String
public void setXMLSchema(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |