org.opencrx.application.shop1.cci2
Interface DocumentT

All Known Subinterfaces:
DocumentT

public interface DocumentT


Nested Class Summary
static class DocumentT.Member
          The structure's members
 
Method Summary
 byte[] getContent()
          Retrieves the value for the optional structure field content.
 Integer getContentLanguage()
          Retrieves the value for the optional structure field contentLanguage.
 String getContentMimeType()
          Retrieves the value for the optional structure field contentMimeType.
 String getContentName()
          Retrieves the value for the optional structure field contentName.
 String getName()
          Retrieves the value for the optional structure field name.
 String getTitle()
          Retrieves the value for the optional structure field title.
 

Method Detail

getContent

byte[] getContent()
Retrieves the value for the optional structure field content.

Returns:
The possibly null value for structure field content.

getContentLanguage

Integer getContentLanguage()
Retrieves the value for the optional structure field contentLanguage.

Returns:
The possibly null value for structure field contentLanguage.

getContentMimeType

String getContentMimeType()
Retrieves the value for the optional structure field contentMimeType.

Returns:
The possibly null value for structure field contentMimeType.

getContentName

String getContentName()
Retrieves the value for the optional structure field contentName.

Returns:
The possibly null value for structure field contentName.

getName

String getName()
Retrieves the value for the optional structure field name.

Returns:
The possibly null value for structure field name.

getTitle

String getTitle()
Retrieves the value for the optional structure field title.

Returns:
The possibly null value for structure field title.


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