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.
 List<String> getForClass()
          Retrieves a list containing all the elements for the attribute forClass.
 String getMimeType()
          Retrieves the possibly null value for the optional attribute mimeType.
 String getName()
          Retrieves the value for the attribute name.
 String getReferenceFilter()
          Retrieves the possibly null value for the optional attribute referenceFilter.
 Document getTemplate()
          Retrieves the value for the reference template.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setForClass(String... forClass)
          Clears forClass and adds the given value(s).
 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 setReferenceFilter(String referenceFilter)
          Sets a new value for the attribute referenceFilter.
 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.

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

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.

getReferenceFilter

String getReferenceFilter()
Retrieves the possibly null value for the optional attribute referenceFilter.

Returns:
The possibly null value for attribute referenceFilter.

setReferenceFilter

void setReferenceFilter(String referenceFilter)
Sets a new value for the attribute referenceFilter.

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

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 non-null new value for this reference.


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