package org.alfresco.repo.cmis.ws;
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.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
/**
*
Java class for cmisPropertyHtml complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="cmisPropertyHtml">
* <complexContent>
* <extension base="{http://www.cmis.org/2008/05}cmisProperty">
* <sequence>
* <any/>
* </sequence>
* <attribute ref="{http://www.cmis.org/2008/05}propertyType default="html""/>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "cmisPropertyHtml", propOrder = {
"any"
})
public class CmisPropertyHtml
extends CmisProperty
{
@XmlAnyElement(lax = true)
protected List