public interface Media
extends org.openmdx.base.cci2.BasicObject
Media| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.BinaryLargeObject |
getContent()
Retrieves a binary large object value for the attribute
content. |
Long |
getContentLength()
Retrieves the possibly null value for the optional attribute
contentLength. |
String |
getContentMimeType()
Retrieves the possibly null value for the optional attribute
contentMimeType. |
String |
getContentName()
Retrieves the possibly null value for the optional attribute
contentName. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
void |
setContent(org.w3c.cci2.BinaryLargeObject content)
Sets a new binary value for the attribute
content |
void |
setContentMimeType(String contentMimeType)
Sets a new value for the attribute
contentMimeType. |
void |
setContentName(String contentName)
Sets a new value for the attribute
contentName. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
org.w3c.cci2.BinaryLargeObject getContent()
content.void setContent(org.w3c.cci2.BinaryLargeObject content)
contentcontent - A BinaryLargeObject containing the value for this attribute.Long getContentLength()
contentLength.contentLength.String getContentMimeType()
contentMimeType.contentMimeType.void setContentMimeType(String contentMimeType)
contentMimeType.contentMimeType - The possibly null new value for attribute contentMimeType.String getContentName()
contentName.contentName.void setContentName(String contentName)
contentName.contentName - The possibly null new value for attribute contentName.String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.