org.opencrx.kernel.base.cci2
Interface ExportProfile

All Known Subinterfaces:
ExportProfile, ExportProfile, ExportProfile
All Known Implementing Classes:
ExportProfile

public interface ExportProfile

Abstract class ExportProfile


Method Summary
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
 String getExportParams()
          Retrieves the possibly null value for the optional attribute exportParams.
 List<String> getForClass()
          Retrieves a list containing all the elements for the attribute forClass.
 short getLocale()
          Retrieves the value for the attribute locale.
 String getMimeType()
          Retrieves the possibly null value for the optional attribute mimeType.
 String getName()
          Retrieves the value for the attribute name.
 Document getTemplate()
          Retrieves the value for the reference template.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setExportParams(String exportParams)
          Sets a new value for the attribute exportParams.
 void setForClass(String... forClass)
          Clears forClass and adds the given value(s).
 void setLocale(short locale)
          Sets a new value for the attribute locale.
 void setMimeType(String mimeType)
          Sets a new value for the attribute mimeType.
 void setName(String name)
          Sets a new value for the attribute name.
 void setTemplate(Document template)
          Sets a new value for the reference template.
 

Method Detail

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getExportParams

String getExportParams()
Retrieves the possibly null value for the optional attribute exportParams.

Returns:
The possibly null value for attribute exportParams.

setExportParams

void setExportParams(String exportParams)
Sets a new value for the attribute exportParams.

Parameters:
exportParams - The possibly null new value for attribute exportParams.

getForClass

List<String> getForClass()
Retrieves a list containing all the elements for the attribute forClass.

Returns:
A list containing all elements for this attribute.

setForClass

void setForClass(String... forClass)
Clears forClass and adds the given value(s).

This method is equivalent to

   list.clear();
   for(java.lang.String e : attributeName){
     list.add(e);
   }
 

Parameters:
forClass - value(s) to be added to forClass

getLocale

short getLocale()
Retrieves the value for the attribute locale.

Returns:
The non-null value for attribute locale.

setLocale

void setLocale(short locale)
Sets a new value for the attribute locale.

Parameters:
locale - The non-null new value for attribute locale.

getMimeType

String getMimeType()
Retrieves the possibly null value for the optional attribute mimeType.

Returns:
The possibly null value for attribute mimeType.

setMimeType

void setMimeType(String mimeType)
Sets a new value for the attribute mimeType.

Parameters:
mimeType - The possibly null new value for attribute mimeType.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.

getTemplate

Document getTemplate()
Retrieves the value for the reference template.

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

setTemplate

void setTemplate(Document template)
Sets a new value for the reference template.

Parameters:
template - The new – possibly null – value for this reference.


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