org.xcmis.restatom.types
Class CmisContentType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mediatype
protected String mediatype
base64
protected String base64
CmisContentType
public CmisContentType()
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 © 2011 eXo Platform SAS. All Rights Reserved.