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

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

public class CmisObjectType
extends java.lang.Object

Java class for cmisObjectType complex type.

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

 <complexType name="cmisObjectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPropertiesType" minOccurs="0"/>
         <element name="allowableActions" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAllowableActionsType" minOccurs="0"/>
         <element name="relationship" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="changeEventInfo" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisChangeEventType" minOccurs="0"/>
         <element name="acl" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlListType" minOccurs="0"/>
         <element name="exactACL" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="policyIds" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisListOfIdsType" minOccurs="0"/>
         <element name="rendition" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisRenditionType" maxOccurs="unbounded" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CmisAccessControlListType acl
           
protected  CmisAllowableActionsType allowableActions
           
protected  java.util.List<java.lang.Object> any
           
protected  CmisChangeEventType changeEventInfo
           
protected  java.lang.Boolean exactACL
           
protected  CmisListOfIdsType policyIds
           
protected  CmisPropertiesType properties
           
protected  java.util.List<CmisObjectType> relationship
           
protected  java.util.List<CmisRenditionType> rendition
           
 
Constructor Summary
CmisObjectType()
           
 
Method Summary
 CmisAccessControlListType getAcl()
          Gets the value of the acl property.
 CmisAllowableActionsType getAllowableActions()
          Gets the value of the allowableActions property.
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 CmisChangeEventType getChangeEventInfo()
          Gets the value of the changeEventInfo property.
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 CmisListOfIdsType getPolicyIds()
          Gets the value of the policyIds property.
 CmisPropertiesType getProperties()
          Gets the value of the properties property.
 java.util.List<CmisObjectType> getRelationship()
          Gets the value of the relationship property.
 java.util.List<CmisRenditionType> getRendition()
          Gets the value of the rendition property.
 java.lang.Boolean isExactACL()
          Gets the value of the exactACL property.
 void setAcl(CmisAccessControlListType value)
          Sets the value of the acl property.
 void setAllowableActions(CmisAllowableActionsType value)
          Sets the value of the allowableActions property.
 void setChangeEventInfo(CmisChangeEventType value)
          Sets the value of the changeEventInfo property.
 void setExactACL(java.lang.Boolean value)
          Sets the value of the exactACL property.
 void setPolicyIds(CmisListOfIdsType value)
          Sets the value of the policyIds property.
 void setProperties(CmisPropertiesType value)
          Sets the value of the properties property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected CmisPropertiesType properties

allowableActions

protected CmisAllowableActionsType allowableActions

relationship

protected java.util.List<CmisObjectType> relationship

changeEventInfo

protected CmisChangeEventType changeEventInfo

acl

protected CmisAccessControlListType acl

exactACL

protected java.lang.Boolean exactACL

policyIds

protected CmisListOfIdsType policyIds

rendition

protected java.util.List<CmisRenditionType> rendition

any

protected java.util.List<java.lang.Object> any
Constructor Detail

CmisObjectType

public CmisObjectType()
Method Detail

getProperties

public CmisPropertiesType getProperties()
Gets the value of the properties property.

Returns:
possible object is CmisPropertiesType

setProperties

public void setProperties(CmisPropertiesType value)
Sets the value of the properties property.

Parameters:
value - allowed object is CmisPropertiesType

getAllowableActions

public CmisAllowableActionsType getAllowableActions()
Gets the value of the allowableActions property.

Returns:
possible object is CmisAllowableActionsType

setAllowableActions

public void setAllowableActions(CmisAllowableActionsType value)
Sets the value of the allowableActions property.

Parameters:
value - allowed object is CmisAllowableActionsType

getRelationship

public java.util.List<CmisObjectType> getRelationship()
Gets the value of the relationship 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 relationship property.

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

    getRelationship().add(newItem);
 

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


getChangeEventInfo

public CmisChangeEventType getChangeEventInfo()
Gets the value of the changeEventInfo property.

Returns:
possible object is CmisChangeEventType

setChangeEventInfo

public void setChangeEventInfo(CmisChangeEventType value)
Sets the value of the changeEventInfo property.

Parameters:
value - allowed object is CmisChangeEventType

getAcl

public CmisAccessControlListType getAcl()
Gets the value of the acl property.

Returns:
possible object is CmisAccessControlListType

setAcl

public void setAcl(CmisAccessControlListType value)
Sets the value of the acl property.

Parameters:
value - allowed object is CmisAccessControlListType

isExactACL

public java.lang.Boolean isExactACL()
Gets the value of the exactACL property.

Returns:
possible object is Boolean

setExactACL

public void setExactACL(java.lang.Boolean value)
Sets the value of the exactACL property.

Parameters:
value - allowed object is Boolean

getPolicyIds

public CmisListOfIdsType getPolicyIds()
Gets the value of the policyIds property.

Returns:
possible object is CmisListOfIdsType

setPolicyIds

public void setPolicyIds(CmisListOfIdsType value)
Sets the value of the policyIds property.

Parameters:
value - allowed object is CmisListOfIdsType

getRendition

public java.util.List<CmisRenditionType> getRendition()
Gets the value of the rendition 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 rendition property.

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

    getRendition().add(newItem);
 

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


getAny

public java.util.List<java.lang.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 Object Element


getOtherAttributes

public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null


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