package org.alfresco.repo.cmis.ws; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAnyElement; import javax.xml.bind.annotation.XmlType; import org.w3c.dom.Element; /** *
Java class for cmisPropertyInteger complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType name="cmisPropertyInteger">
* <complexContent>
* <extension base="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisProperty">
* <sequence>
* <element name="value" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
* <any/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cmisPropertyInteger", namespace = "http://docs.oasis-open.org/ns/cmis/core/200908/", propOrder = {
"value",
"any"
})
public class CmisPropertyInteger
extends CmisProperty
{
protected List