org.apache.chemistry.opencmis.commons.impl.jaxb
Class CmisChangeEventType

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.jaxb.CmisChangeEventType

public class CmisChangeEventType
extends Object

Java class for cmisChangeEventType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="cmisChangeEventType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="changeType" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}enumTypeOfChanges"/>
         <element name="changeTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> any
           
protected  XMLGregorianCalendar changeTime
           
protected  EnumTypeOfChanges changeType
           
 
Constructor Summary
CmisChangeEventType()
           
 
Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 XMLGregorianCalendar getChangeTime()
          Gets the value of the changeTime property.
 EnumTypeOfChanges getChangeType()
          Gets the value of the changeType property.
 void setChangeTime(XMLGregorianCalendar value)
          Sets the value of the changeTime property.
 void setChangeType(EnumTypeOfChanges value)
          Sets the value of the changeType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeType

protected EnumTypeOfChanges changeType

changeTime

protected XMLGregorianCalendar changeTime

any

protected List<Object> any
Constructor Detail

CmisChangeEventType

public CmisChangeEventType()
Method Detail

getChangeType

public EnumTypeOfChanges getChangeType()
Gets the value of the changeType property.

Returns:
possible object is EnumTypeOfChanges

setChangeType

public void setChangeType(EnumTypeOfChanges value)
Sets the value of the changeType property.

Parameters:
value - allowed object is EnumTypeOfChanges

getChangeTime

public XMLGregorianCalendar getChangeTime()
Gets the value of the changeTime property.

Returns:
possible object is XMLGregorianCalendar

setChangeTime

public void setChangeTime(XMLGregorianCalendar value)
Sets the value of the changeTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getAny

public List<Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.