org.xcmis.restatom.types
Class CmisUriTemplateType

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

public class CmisUriTemplateType
extends java.lang.Object

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

Field Summary
protected  java.lang.String mediatype
           
protected  java.lang.String template
           
protected  java.lang.String type
           
 
Constructor Summary
CmisUriTemplateType()
           
 
Method Summary
 java.lang.String getMediatype()
          Gets the value of the mediatype property.
 java.lang.String getTemplate()
          Gets the value of the template property.
 java.lang.String getType()
          Gets the value of the type property.
 void setMediatype(java.lang.String value)
          Sets the value of the mediatype property.
 void setTemplate(java.lang.String value)
          Sets the value of the template property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

protected java.lang.String template

type

protected java.lang.String type

mediatype

protected java.lang.String mediatype
Constructor Detail

CmisUriTemplateType

public CmisUriTemplateType()
Method Detail

getTemplate

public java.lang.String getTemplate()
Gets the value of the template property.

Returns:
String template

setTemplate

public void setTemplate(java.lang.String value)
Sets the value of the template property.

Parameters:
value - String value

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
string type

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - string value

getMediatype

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

Returns:
string media type

setMediatype

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

Parameters:
value - string value


Copyright © 2011 eXo Platform SAS. All Rights Reserved.