org.xcmis.messaging
Class GetTypeChildren

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

public class GetTypeChildren
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="typeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="includePropertyDefinitions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="maxItems" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="skipCount" type="{http://www.w3.org/2001/XMLSchema}integer" 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<CmisExtensionType> extension
           
protected  JAXBElement<Boolean> includePropertyDefinitions
           
protected  JAXBElement<BigInteger> maxItems
           
protected  String repositoryId
           
protected  JAXBElement<BigInteger> skipCount
           
protected  JAXBElement<String> typeId
           
 
Constructor Summary
GetTypeChildren()
           
 
Method Summary
 JAXBElement<CmisExtensionType> getExtension()
          Gets the value of the extension property.
 JAXBElement<Boolean> getIncludePropertyDefinitions()
          Gets the value of the includePropertyDefinitions property.
 JAXBElement<BigInteger> getMaxItems()
          Gets the value of the maxItems property.
 String getRepositoryId()
          Gets the value of the repositoryId property.
 JAXBElement<BigInteger> getSkipCount()
          Gets the value of the skipCount property.
 JAXBElement<String> getTypeId()
          Gets the value of the typeId property.
 void setExtension(JAXBElement<CmisExtensionType> value)
          Sets the value of the extension property.
 void setIncludePropertyDefinitions(JAXBElement<Boolean> value)
          Sets the value of the includePropertyDefinitions property.
 void setMaxItems(JAXBElement<BigInteger> value)
          Sets the value of the maxItems property.
 void setRepositoryId(String value)
          Sets the value of the repositoryId property.
 void setSkipCount(JAXBElement<BigInteger> value)
          Sets the value of the skipCount property.
 void setTypeId(JAXBElement<String> value)
          Sets the value of the typeId 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

typeId

protected JAXBElement<String> typeId

includePropertyDefinitions

protected JAXBElement<Boolean> includePropertyDefinitions

maxItems

protected JAXBElement<BigInteger> maxItems

skipCount

protected JAXBElement<BigInteger> skipCount

extension

protected JAXBElement<CmisExtensionType> extension
Constructor Detail

GetTypeChildren

public GetTypeChildren()
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

getTypeId

public JAXBElement<String> getTypeId()
Gets the value of the typeId property.

Returns:
possible object is JAXBElement<String>

setTypeId

public void setTypeId(JAXBElement<String> value)
Sets the value of the typeId property.

Parameters:
value - allowed object is JAXBElement<String>

getIncludePropertyDefinitions

public JAXBElement<Boolean> getIncludePropertyDefinitions()
Gets the value of the includePropertyDefinitions property.

Returns:
possible object is JAXBElement<Boolean>

setIncludePropertyDefinitions

public void setIncludePropertyDefinitions(JAXBElement<Boolean> value)
Sets the value of the includePropertyDefinitions property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getMaxItems

public JAXBElement<BigInteger> getMaxItems()
Gets the value of the maxItems property.

Returns:
possible object is JAXBElement<BigInteger>

setMaxItems

public void setMaxItems(JAXBElement<BigInteger> value)
Sets the value of the maxItems property.

Parameters:
value - allowed object is JAXBElement<BigInteger>

getSkipCount

public JAXBElement<BigInteger> getSkipCount()
Gets the value of the skipCount property.

Returns:
possible object is JAXBElement<BigInteger>

setSkipCount

public void setSkipCount(JAXBElement<BigInteger> value)
Sets the value of the skipCount property.

Parameters:
value - allowed object is JAXBElement<BigInteger>

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 © 2011 eXo Platform SAS. All Rights Reserved.