|
||||||||||
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()
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
public PreviousHash getPreviousHash()
PreviousHash
public void setPreviousHash(PreviousHash value)
value
- allowed object is
PreviousHash
public MoreInfo getMoreInfo()
MoreInfo
public void setMoreInfo(MoreInfo value)
value
- allowed object is
MoreInfo
public java.lang.String getEncoding()
String
public void setEncoding(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExtension()
String
public void setExtension(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormat()
String
public 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 |