org.xcmis.restatom.types
Class CmisUriTemplateType

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

public class CmisUriTemplateType
extends Object

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

Field Summary
protected  String mediatype
           
protected  String template
           
protected  String type
           
 
Constructor Summary
CmisUriTemplateType()
           
 
Method Summary
 String getMediatype()
          Gets the value of the mediatype property.
 String getTemplate()
          Gets the value of the template property.
 String getType()
          Gets the value of the type property.
 void setMediatype(String value)
          Sets the value of the mediatype property.
 void setTemplate(String value)
          Sets the value of the template property.
 void setType(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 String template

type

protected String type

mediatype

protected String mediatype
Constructor Detail

CmisUriTemplateType

public CmisUriTemplateType()
Method Detail

getTemplate

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

Returns:
String template

setTemplate

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

Parameters:
value - String value

getType

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

Returns:
string type

setType

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

Parameters:
value - string value

getMediatype

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

Returns:
string media type

setMediatype

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

Parameters:
value - string value


Copyright © 2011 eXo Platform SAS. All Rights Reserved.