|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.SourceIdC
public class SourceIdC
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 |
---|
protected ID id
protected java.lang.String path
protected Hash hash
Constructor Detail |
---|
public SourceIdC()
Method Detail |
---|
public ID getID()
ID
public void setID(ID value)
value
- allowed object is
ID
public java.lang.String getPath()
String
public void setPath(java.lang.String value)
value
- allowed object is
String
public Hash getHash()
Hash
public void setHash(Hash value)
value
- allowed object is
Hash
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |