public class MetadataObject extends Object implements Serializable
| Constructor and Description |
|---|
MetadataObject()
Instantiates a new metadata object.
|
MetadataObject(List<TiffObject> objectList)
Instantiates a new metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
List<TiffObject> |
getObjectList()
Gets the object list.
|
String |
getPath()
Gets the path.
|
String |
getSchema()
Gets the path.
|
boolean |
isDublinCore()
Checks if is dublin core.
|
void |
setIsDublinCore(boolean isDC)
Sets the checks if is dublin core.
|
void |
setPath(String path)
Sets the path.
|
void |
setSchema(String schema)
Sets the path.
|
public MetadataObject(List<TiffObject> objectList)
objectList - the object listpublic MetadataObject()
public void setIsDublinCore(boolean isDC)
isDC - the new checks if is dublin corepublic void setPath(String path)
path - the new checks if is dublin corepublic String getSchema()
public void setSchema(String schema)
schema - the new checks if is dublin corepublic String getPath()
public boolean isDublinCore()
public List<TiffObject> getObjectList()
Copyright © 2015–2020. All rights reserved.