org.xcmis.restatom.abdera
Class PropertyIntegerElement

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

public class PropertyIntegerElement
extends PropertyElement<org.xcmis.spi.model.impl.IntegerProperty>

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

Constructor Summary
PropertyIntegerElement(org.apache.abdera.model.Element internal)
          Instantiates a new property integer element.
PropertyIntegerElement(org.apache.abdera.factory.Factory factory, QName qname)
          Instantiates a new property integer element.
 
Method Summary
 void build(org.xcmis.spi.model.impl.IntegerProperty value)
          Builds the element.
 org.xcmis.spi.model.impl.IntegerProperty getProperty()
          Gets the property.
 
Methods inherited from class org.xcmis.restatom.abdera.PropertyElement
processPropertyElement
 
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

PropertyIntegerElement

public PropertyIntegerElement(org.apache.abdera.model.Element internal)
Instantiates a new property integer element.

Parameters:
internal - the internal

PropertyIntegerElement

public PropertyIntegerElement(org.apache.abdera.factory.Factory factory,
                              QName qname)
Instantiates a new property integer element.

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

build

public void build(org.xcmis.spi.model.impl.IntegerProperty value)
Builds the element.

Overrides:
build in class PropertyElement<org.xcmis.spi.model.impl.IntegerProperty>
Parameters:
value - the property

getProperty

public org.xcmis.spi.model.impl.IntegerProperty getProperty()
Gets the property.

Specified by:
getProperty in class PropertyElement<org.xcmis.spi.model.impl.IntegerProperty>
Returns:
the property


Copyright © 2011 eXo Platform SAS. All Rights Reserved.