public interface PvdiParser
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getExpiryDate()
Returns the expiration date of the VDI
|
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> |
getFieldValueMap()
The method returns all field value descriptions in a map object.
|
java.lang.String |
getFractal()
The method returns the fractals that the VDI belongs to.
|
java.lang.String |
getIdentifier()
Returns the identifier of the VDI
|
java.util.List<java.lang.String> |
getKeywordList()
The method returns all the keywords that describe the VDI.
|
java.util.List<org.iso.mpeg.mxm.tEngine.relTE.schemahandler.relr.License> |
getLicenseList()
Returns a list containing all the licenses that are embedded in the VDI.
|
java.util.List<org.iso.mpeg.mxm.tEngine.securityTE.schemahandler.dsig.Signature> |
getSignatureList()
Returns a list containing all the signatures that are embedded in the VDI.
|
java.util.Date |
getStartDate()
Returns the start validity date of the VDI
|
java.util.List<org.iso.mpeg.mxm.tEngine.digitalitemTE.schemahandler.didl_msx.StructuredData> |
getStructuredDataList()
Returns a list of all the structured data descriptors of the VDI.
|
java.util.List<java.lang.String> |
getTagList()
The method returns all the tags that describe the VDI.
|
java.lang.String getFractal()
java.util.List<java.lang.String> getKeywordList()
java.util.List<java.lang.String> getTagList()
java.util.Map<java.lang.String,java.util.List<java.lang.Object>> getFieldValueMap()
java.util.List<org.iso.mpeg.mxm.tEngine.digitalitemTE.schemahandler.didl_msx.StructuredData> getStructuredDataList()
java.lang.String getIdentifier()
java.util.List<org.iso.mpeg.mxm.tEngine.relTE.schemahandler.relr.License> getLicenseList()
java.util.Date getStartDate()
java.util.Date getExpiryDate()
java.util.List<org.iso.mpeg.mxm.tEngine.securityTE.schemahandler.dsig.Signature> getSignatureList()