org.xcmis.restatom.types
Class CmisContentType

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

public class CmisContentType
extends java.lang.Object

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

Field Summary
protected  java.lang.String base64
           
protected  java.lang.String mediatype
           
 
Constructor Summary
CmisContentType()
           
 
Method Summary
 java.lang.String getBase64()
          Gets the value of the base64 property.
 java.lang.String getMediatype()
          Gets the value of the mediatype property.
 void setBase64(java.lang.String value)
          Sets the value of the base64 property.
 void setMediatype(java.lang.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 java.lang.String mediatype

base64

protected java.lang.String base64
Constructor Detail

CmisContentType

public CmisContentType()
Method Detail

getMediatype

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

Returns:
media type string

setMediatype

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

Parameters:
value - String value

getBase64

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

Returns:
string value

setBase64

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

Parameters:
value - String


Copyright © 2011 eXo Platform SAS. All Rights Reserved.