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

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

public class ExternalMetadata
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">
       <sequence>
         <element ref="{}ID"/>
         <element ref="{}Path" minOccurs="0"/>
         <element ref="{}Hash"/>
         <element ref="{}PreviousHash" minOccurs="0"/>
         <element ref="{}MoreInfo" minOccurs="0"/>
       </sequence>
       <attribute name="encoding" default="binary">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="7bit"/>
             <enumeration value="8bit"/>
             <enumeration value="binary"/>
             <enumeration value="base64"/>
             <enumeration value="quotedprintable"/>
             <enumeration value="xtoken"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="extension" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String encoding
           
protected  java.lang.String extension
           
protected  java.lang.String format
           
protected  Hash hash
           
protected  ID id
           
protected  MoreInfo moreInfo
           
protected  java.lang.String path
           
protected  PreviousHash previousHash
           
 
Constructor Summary
ExternalMetadata()
           
 
Method Summary
 java.lang.String getEncoding()
          Gets the value of the encoding property.
 java.lang.String getExtension()
          Gets the value of the extension property.
 java.lang.String getFormat()
          Gets the value of the format property.
 Hash getHash()
          Gets the value of the hash property.
 ID getID()
          Gets the value of the id property.
 MoreInfo getMoreInfo()
          Gets the value of the moreInfo property.
 java.lang.String getPath()
          Gets the value of the path property.
 PreviousHash getPreviousHash()
          Gets the value of the previousHash property.
 void setEncoding(java.lang.String value)
          Sets the value of the encoding property.
 void setExtension(java.lang.String value)
          Sets the value of the extension property.
 void setFormat(java.lang.String value)
          Sets the value of the format property.
 void setHash(Hash value)
          Sets the value of the hash property.
 void setID(ID value)
          Sets the value of the id property.
 void setMoreInfo(MoreInfo value)
          Sets the value of the moreInfo property.
 void setPath(java.lang.String value)
          Sets the value of the path property.
 void setPreviousHash(PreviousHash value)
          Sets the value of the previousHash property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected ID id

path

protected java.lang.String path

hash

protected Hash hash

previousHash

protected PreviousHash previousHash

moreInfo

protected MoreInfo moreInfo

encoding

protected java.lang.String encoding

extension

protected java.lang.String extension

format

protected java.lang.String format
Constructor Detail

ExternalMetadata

public ExternalMetadata()
Method Detail

getID

public ID getID()
Gets the value of the id property.

Returns:
possible object is ID

setID

public void setID(ID value)
Sets the value of the id property.

Parameters:
value - allowed object is ID

getPath

public java.lang.String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(java.lang.String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getHash

public Hash getHash()
Gets the value of the hash property.

Returns:
possible object is Hash

setHash

public void setHash(Hash value)
Sets the value of the hash property.

Parameters:
value - allowed object is Hash

getPreviousHash

public PreviousHash getPreviousHash()
Gets the value of the previousHash property.

Returns:
possible object is PreviousHash

setPreviousHash

public void setPreviousHash(PreviousHash value)
Sets the value of the previousHash property.

Parameters:
value - allowed object is PreviousHash

getMoreInfo

public MoreInfo getMoreInfo()
Gets the value of the moreInfo property.

Returns:
possible object is MoreInfo

setMoreInfo

public void setMoreInfo(MoreInfo value)
Sets the value of the moreInfo property.

Parameters:
value - allowed object is MoreInfo

getEncoding

public java.lang.String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(java.lang.String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String

getExtension

public java.lang.String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

setExtension

public void setExtension(java.lang.String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String

getFormat

public java.lang.String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(java.lang.String value)
Sets the value of the format property.

Parameters:
value - allowed object is String