public class ObjectInfo extends Object implements Serializable
<xs:complexType xmlns:ns="http://ns.dataone.org/service/types/v1" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObjectInfo">
<xs:sequence>
<xs:element type="ns:Identifier" name="identifier" minOccurs="1" maxOccurs="1"/>
<xs:element type="ns:ObjectFormatIdentifier" name="formatId"/>
<xs:element type="ns:Checksum" name="checksum" minOccurs="1" maxOccurs="1"/>
<xs:element type="xs:dateTime" name="dateSysMetadataModified"/>
<xs:element type="xs:long" name="size"/>
</xs:sequence>
</xs:complexType>
| Constructor and Description |
|---|
ObjectInfo() |
| Modifier and Type | Method and Description |
|---|---|
Checksum |
getChecksum()
Get the 'checksum' element value.
|
Date |
getDateSysMetadataModified()
Get the 'dateSysMetadataModified' element value.
|
ObjectFormatIdentifier |
getFormatId()
Get the 'formatId' element value.
|
Identifier |
getIdentifier()
Get the 'identifier' element value.
|
BigInteger |
getSize()
Get the 'size' element value.
|
void |
setChecksum(Checksum checksum)
Set the 'checksum' element value.
|
void |
setDateSysMetadataModified(Date dateSysMetadataModified)
Set the 'dateSysMetadataModified' element value.
|
void |
setFormatId(ObjectFormatIdentifier formatId)
Set the 'formatId' element value.
|
void |
setIdentifier(Identifier identifier)
Set the 'identifier' element value.
|
void |
setSize(BigInteger size)
Set the 'size' element value.
|
public Identifier getIdentifier()
public void setIdentifier(Identifier identifier)
identifier - public ObjectFormatIdentifier getFormatId()
public void setFormatId(ObjectFormatIdentifier formatId)
formatId - public Checksum getChecksum()
public void setChecksum(Checksum checksum)
checksum - public Date getDateSysMetadataModified()
public void setDateSysMetadataModified(Date dateSysMetadataModified)
dateSysMetadataModified - public BigInteger getSize()
public void setSize(BigInteger size)
size - Copyright © 2014. All Rights Reserved.