|
||||||||||
| 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.ExternalMetadata
public class ExternalMetadata
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 |
|---|
protected ID id
protected java.lang.String path
protected Hash hash
protected PreviousHash previousHash
protected MoreInfo moreInfo
protected java.lang.String encoding
protected java.lang.String extension
protected java.lang.String format
| Constructor Detail |
|---|
public ExternalMetadata()
| Method Detail |
|---|
public ID getID()
IDpublic void setID(ID value)
value - allowed object is
IDpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic Hash getHash()
Hashpublic void setHash(Hash value)
value - allowed object is
Hashpublic PreviousHash getPreviousHash()
PreviousHashpublic void setPreviousHash(PreviousHash value)
value - allowed object is
PreviousHashpublic MoreInfo getMoreInfo()
MoreInfopublic void setMoreInfo(MoreInfo value)
value - allowed object is
MoreInfopublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtension()
Stringpublic void setExtension(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFormat()
Stringpublic void setFormat(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 | |||||||||