org.xcmis.restatom.types
Class CmisContentType

java.lang.Object
  extended by org.xcmis.restatom.types.CmisContentType

public class CmisContentType
extends Object

Version:
$Id: CmisContentType.java 34360 2009-07-22 23:58:59Z sunman $
Author:
Alexey Zavizionov

Field Summary
protected  String base64
           
protected  String mediatype
           
 
Constructor Summary
CmisContentType()
           
 
Method Summary
 String getBase64()
          Gets the value of the base64 property.
 String getMediatype()
          Gets the value of the mediatype property.
 void setBase64(String value)
          Sets the value of the base64 property.
 void setMediatype(String value)
          Sets the value of the mediatype property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mediatype

protected String mediatype

base64

protected String base64
Constructor Detail

CmisContentType

public CmisContentType()
Method Detail

getMediatype

public String getMediatype()
Gets the value of the mediatype property.

Returns:
media type string

setMediatype

public void setMediatype(String value)
Sets the value of the mediatype property.

Parameters:
value - String value

getBase64

public String getBase64()
Gets the value of the base64 property.

Returns:
string value

setBase64

public void setBase64(String value)
Sets the value of the base64 property.

Parameters:
value - String


Copyright © 2010 eXo Platform SAS. All Rights Reserved.