public interface Pictured
Pictured| Modifier and Type | Method and Description |
|---|---|
Media |
getPicture()
Retrieves the value for the reference
picture. |
byte[] |
getPictureContent()
Retrieves the possibly null value for the optional attribute
pictureContent. |
String |
getPictureContentMimeType()
Retrieves the possibly null value for the optional attribute
pictureContentMimeType. |
String |
getPictureContentName()
Retrieves the possibly null value for the optional attribute
pictureContentName. |
void |
setPicture(Media picture)
Sets a new value for the reference
picture. |
Media getPicture()
picture.null – value for this reference.void setPicture(Media picture)
picture.picture - The new – possibly null – value for this reference.byte[] getPictureContent()
pictureContent.pictureContent.String getPictureContentMimeType()
pictureContentMimeType.pictureContentMimeType.String getPictureContentName()
pictureContentName.pictureContentName.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.