org.xcmis.restatom.abdera
Class UriTemplateTypeElement

java.lang.Object
  extended by org.apache.abdera.model.ElementWrapper
      extended by org.apache.abdera.model.ExtensibleElementWrapper
          extended by org.xcmis.restatom.abdera.UriTemplateTypeElement
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable<org.apache.abdera.model.Element>, org.apache.abdera.model.Base, org.apache.abdera.model.Element, org.apache.abdera.model.ExtensibleElement

public class UriTemplateTypeElement
extends org.apache.abdera.model.ExtensibleElementWrapper

Version:
$Id: UriTemplateTypeElement.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Andrey Parfonov

Constructor Summary
UriTemplateTypeElement(org.apache.abdera.model.Element internal)
          Instantiates a new uri template type element.
UriTemplateTypeElement(org.apache.abdera.factory.Factory factory, javax.xml.namespace.QName qname)
          Instantiates a new uri template type element.
 
Method Summary
 void build(CmisUriTemplateType template)
          Builds the element.
 CmisUriTemplateType getCmisTemplate()
          Gets the cmis template.
 java.lang.String getMediatype()
          Gets the mediatype.
 java.lang.String getTemplate()
          Gets the template.
protected  java.lang.String getText(javax.xml.namespace.QName elName)
          Gets the text.
 java.lang.String getType()
          Gets the type.
 
Methods inherited from class org.apache.abdera.model.ExtensibleElementWrapper
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getExtInternal, getMustPreserveWhitespace, getSimpleExtension, getSimpleExtension, setMustPreserveWhitespace
 
Methods inherited from class org.apache.abdera.model.ElementWrapper
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.model.Element
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setText
 
Methods inherited from interface org.apache.abdera.model.Base
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

UriTemplateTypeElement

public UriTemplateTypeElement(org.apache.abdera.model.Element internal)
Instantiates a new uri template type element.

Parameters:
internal - the internal

UriTemplateTypeElement

public UriTemplateTypeElement(org.apache.abdera.factory.Factory factory,
                              javax.xml.namespace.QName qname)
Instantiates a new uri template type element.

Parameters:
factory - the factory
qname - the qname
Method Detail

getTemplate

public java.lang.String getTemplate()
Gets the template.

Returns:
the template

getType

public java.lang.String getType()
Gets the type.

Returns:
the type

getMediatype

public java.lang.String getMediatype()
Gets the mediatype.

Returns:
the mediatype

getCmisTemplate

public CmisUriTemplateType getCmisTemplate()
Gets the cmis template.

Returns:
the cmis template

build

public void build(CmisUriTemplateType template)
Builds the element.

Parameters:
template - the template

getText

protected java.lang.String getText(javax.xml.namespace.QName elName)
Gets the text.

Parameters:
elName - the el name
Returns:
the text


Copyright © 2011 eXo Platform SAS. All Rights Reserved.