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

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

public class SourceIdC
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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Hash hash
           
protected  ID id
           
protected  java.lang.String path
           
 
Constructor Summary
SourceIdC()
           
 
Method Summary
 Hash getHash()
          Gets the value of the hash property.
 ID getID()
          Gets the value of the id property.
 java.lang.String getPath()
          Gets the value of the path property.
 void setHash(Hash value)
          Sets the value of the hash property.
 void setID(ID value)
          Sets the value of the id property.
 void setPath(java.lang.String value)
          Sets the value of the path 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
Constructor Detail

SourceIdC

public SourceIdC()
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