it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc
Class MoreInfo

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.MoreInfo

public class MoreInfo
extends java.lang.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">
       <choice>
         <element ref="{}EmbeddMetadata"/>
         <element ref="{}ExternalMetadata"/>
       </choice>
       <attribute name="XMLScheme" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String embeddMetadata
           
protected  ExternalMetadata externalMetadata
           
protected  java.lang.String xmlScheme
           
 
Constructor Summary
MoreInfo()
           
 
Method Summary
 java.lang.String getEmbeddMetadata()
          Gets the value of the embeddMetadata property.
 ExternalMetadata getExternalMetadata()
          Gets the value of the externalMetadata property.
 java.lang.String getXMLScheme()
          Gets the value of the xmlScheme property.
 void setEmbeddMetadata(java.lang.String value)
          Sets the value of the embeddMetadata property.
 void setExternalMetadata(ExternalMetadata value)
          Sets the value of the externalMetadata property.
 void setXMLScheme(java.lang.String value)
          Sets the value of the xmlScheme property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

embeddMetadata

protected java.lang.String embeddMetadata

externalMetadata

protected ExternalMetadata externalMetadata

xmlScheme

protected java.lang.String xmlScheme
Constructor Detail

MoreInfo

public MoreInfo()
Method Detail

getEmbeddMetadata

public java.lang.String getEmbeddMetadata()
Gets the value of the embeddMetadata property.

Returns:
possible object is String

setEmbeddMetadata

public void setEmbeddMetadata(java.lang.String value)
Sets the value of the embeddMetadata property.

Parameters:
value - allowed object is String

getExternalMetadata

public ExternalMetadata getExternalMetadata()
Gets the value of the externalMetadata property.

Returns:
possible object is ExternalMetadata

setExternalMetadata

public void setExternalMetadata(ExternalMetadata value)
Sets the value of the externalMetadata property.

Parameters:
value - allowed object is ExternalMetadata

getXMLScheme

public java.lang.String getXMLScheme()
Gets the value of the xmlScheme property.

Returns:
possible object is String

setXMLScheme

public void setXMLScheme(java.lang.String value)
Sets the value of the xmlScheme property.

Parameters:
value - allowed object is String