org.xcmis.messaging
Class CheckIn

java.lang.Object
  extended by org.xcmis.messaging.CheckIn

public class CheckIn
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="objectId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="major" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPropertiesType" minOccurs="0"/>
         <element name="contentStream" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisContentStreamType" minOccurs="0"/>
         <element name="checkinComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="policies" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="addACEs" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlListType" minOccurs="0"/>
         <element name="removeACEs" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisAccessControlListType" minOccurs="0"/>
         <element name="extension" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisExtensionType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<CmisAccessControlListType> addACEs
           
protected  JAXBElement<String> checkinComment
           
protected  JAXBElement<CmisContentStreamType> contentStream
           
protected  JAXBElement<CmisExtensionType> extension
           
protected  JAXBElement<Boolean> major
           
protected  String objectId
           
protected  List<String> policies
           
protected  JAXBElement<CmisPropertiesType> properties
           
protected  JAXBElement<CmisAccessControlListType> removeACEs
           
protected  String repositoryId
           
 
Constructor Summary
CheckIn()
           
 
Method Summary
 JAXBElement<CmisAccessControlListType> getAddACEs()
          Gets the value of the addACEs property.
 JAXBElement<String> getCheckinComment()
          Gets the value of the checkinComment property.
 JAXBElement<CmisContentStreamType> getContentStream()
          Gets the value of the contentStream property.
 JAXBElement<CmisExtensionType> getExtension()
          Gets the value of the extension property.
 JAXBElement<Boolean> getMajor()
          Gets the value of the major property.
 String getObjectId()
          Gets the value of the objectId property.
 List<String> getPolicies()
          Gets the value of the policies property.
 JAXBElement<CmisPropertiesType> getProperties()
          Gets the value of the properties property.
 JAXBElement<CmisAccessControlListType> getRemoveACEs()
          Gets the value of the removeACEs property.
 String getRepositoryId()
          Gets the value of the repositoryId property.
 void setAddACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the addACEs property.
 void setCheckinComment(JAXBElement<String> value)
          Sets the value of the checkinComment property.
 void setContentStream(JAXBElement<CmisContentStreamType> value)
          Sets the value of the contentStream property.
 void setExtension(JAXBElement<CmisExtensionType> value)
          Sets the value of the extension property.
 void setMajor(JAXBElement<Boolean> value)
          Sets the value of the major property.
 void setObjectId(String value)
          Sets the value of the objectId property.
 void setProperties(JAXBElement<CmisPropertiesType> value)
          Sets the value of the properties property.
 void setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
          Sets the value of the removeACEs property.
 void setRepositoryId(String value)
          Sets the value of the repositoryId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

protected String repositoryId

objectId

protected String objectId

major

protected JAXBElement<Boolean> major

properties

protected JAXBElement<CmisPropertiesType> properties

contentStream

protected JAXBElement<CmisContentStreamType> contentStream

checkinComment

protected JAXBElement<String> checkinComment

policies

protected List<String> policies

addACEs

protected JAXBElement<CmisAccessControlListType> addACEs

removeACEs

protected JAXBElement<CmisAccessControlListType> removeACEs

extension

protected JAXBElement<CmisExtensionType> extension
Constructor Detail

CheckIn

public CheckIn()
Method Detail

getRepositoryId

public String getRepositoryId()
Gets the value of the repositoryId property.

Returns:
possible object is String

setRepositoryId

public void setRepositoryId(String value)
Sets the value of the repositoryId property.

Parameters:
value - allowed object is String

getObjectId

public String getObjectId()
Gets the value of the objectId property.

Returns:
possible object is String

setObjectId

public void setObjectId(String value)
Sets the value of the objectId property.

Parameters:
value - allowed object is String

getMajor

public JAXBElement<Boolean> getMajor()
Gets the value of the major property.

Returns:
possible object is JAXBElement<Boolean>

setMajor

public void setMajor(JAXBElement<Boolean> value)
Sets the value of the major property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getProperties

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

Returns:
possible object is JAXBElement<CmisPropertiesType>

setProperties

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

Parameters:
value - allowed object is JAXBElement<CmisPropertiesType>

getContentStream

public JAXBElement<CmisContentStreamType> getContentStream()
Gets the value of the contentStream property.

Returns:
possible object is JAXBElement<CmisContentStreamType>

setContentStream

public void setContentStream(JAXBElement<CmisContentStreamType> value)
Sets the value of the contentStream property.

Parameters:
value - allowed object is JAXBElement<CmisContentStreamType>

getCheckinComment

public JAXBElement<String> getCheckinComment()
Gets the value of the checkinComment property.

Returns:
possible object is JAXBElement<String>

setCheckinComment

public void setCheckinComment(JAXBElement<String> value)
Sets the value of the checkinComment property.

Parameters:
value - allowed object is JAXBElement<String>

getPolicies

public List<String> getPolicies()
Gets the value of the policies 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 policies property.

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

    getPolicies().add(newItem);
 

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


getAddACEs

public JAXBElement<CmisAccessControlListType> getAddACEs()
Gets the value of the addACEs property.

Returns:
possible object is JAXBElement<CmisAccessControlListType>

setAddACEs

public void setAddACEs(JAXBElement<CmisAccessControlListType> value)
Sets the value of the addACEs property.

Parameters:
value - allowed object is JAXBElement<CmisAccessControlListType>

getRemoveACEs

public JAXBElement<CmisAccessControlListType> getRemoveACEs()
Gets the value of the removeACEs property.

Returns:
possible object is JAXBElement<CmisAccessControlListType>

setRemoveACEs

public void setRemoveACEs(JAXBElement<CmisAccessControlListType> value)
Sets the value of the removeACEs property.

Parameters:
value - allowed object is JAXBElement<CmisAccessControlListType>

getExtension

public JAXBElement<CmisExtensionType> getExtension()
Gets the value of the extension property.

Returns:
possible object is JAXBElement<CmisExtensionType>

setExtension

public void setExtension(JAXBElement<CmisExtensionType> value)
Sets the value of the extension property.

Parameters:
value - allowed object is JAXBElement<CmisExtensionType>


Copyright © 2010 eXo Platform SAS. All Rights Reserved.