org.opencrx.kernel.generic.cci2
Interface Pictured

All Known Subinterfaces:
AbstractBuildingUnit, AbstractBuildingUnit, Asset, Asset, Building, Building, BuildingComplex, BuildingComplex, BuildingUnit, BuildingUnit, Contact, Contact, Facility, Facility, Pictured, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddress, PostalAddressable, PostalAddressable, Product, Product
All Known Implementing Classes:
Asset, Building, BuildingComplex, BuildingUnit, Contact, Facility, PostalAddress, PostalAddress, PostalAddress, PostalAddress, Product

public interface Pictured

Abstract class Pictured


Method Summary
 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.
 

Method Detail

getPicture

Media getPicture()
Retrieves the value for the reference picture.

Returns:
The – possibly null – value for this reference.

setPicture

void setPicture(Media picture)
Sets a new value for the reference picture.

Parameters:
picture - The non-null new value for this reference.

getPictureContent

byte[] getPictureContent()
Retrieves the possibly null value for the optional attribute pictureContent.

Returns:
The possibly null value for attribute pictureContent.

getPictureContentMimeType

String getPictureContentMimeType()
Retrieves the possibly null value for the optional attribute pictureContentMimeType.

Returns:
The possibly null value for attribute pictureContentMimeType.

getPictureContentName

String getPictureContentName()
Retrieves the possibly null value for the optional attribute pictureContentName.

Returns:
The possibly null value for attribute pictureContentName.


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.