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

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

public class CmisRenditionType
extends java.lang.Object

Java class for cmisRenditionType complex type.

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

 <complexType name="cmisRenditionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="streamId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="length" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="kind" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="renditionDocumentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.math.BigInteger height
           
protected  java.lang.String kind
           
protected  java.math.BigInteger length
           
protected  java.lang.String mimetype
           
protected  java.lang.String renditionDocumentId
           
protected  java.lang.String streamId
           
protected  java.lang.String title
           
protected  java.math.BigInteger width
           
 
Constructor Summary
CmisRenditionType()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.math.BigInteger getHeight()
          Gets the value of the height property.
 java.lang.String getKind()
          Gets the value of the kind property.
 java.math.BigInteger getLength()
          Gets the value of the length property.
 java.lang.String getMimetype()
          Gets the value of the mimetype property.
 java.lang.String getRenditionDocumentId()
          Gets the value of the renditionDocumentId property.
 java.lang.String getStreamId()
          Gets the value of the streamId property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.math.BigInteger getWidth()
          Gets the value of the width property.
 void setHeight(java.math.BigInteger value)
          Sets the value of the height property.
 void setKind(java.lang.String value)
          Sets the value of the kind property.
 void setLength(java.math.BigInteger value)
          Sets the value of the length property.
 void setMimetype(java.lang.String value)
          Sets the value of the mimetype property.
 void setRenditionDocumentId(java.lang.String value)
          Sets the value of the renditionDocumentId property.
 void setStreamId(java.lang.String value)
          Sets the value of the streamId property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setWidth(java.math.BigInteger value)
          Sets the value of the width property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streamId

protected java.lang.String streamId

mimetype

protected java.lang.String mimetype

length

protected java.math.BigInteger length

kind

protected java.lang.String kind

title

protected java.lang.String title

height

protected java.math.BigInteger height

width

protected java.math.BigInteger width

renditionDocumentId

protected java.lang.String renditionDocumentId

any

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

CmisRenditionType

public CmisRenditionType()
Method Detail

getStreamId

public java.lang.String getStreamId()
Gets the value of the streamId property.

Returns:
possible object is String

setStreamId

public void setStreamId(java.lang.String value)
Sets the value of the streamId property.

Parameters:
value - allowed object is String

getMimetype

public java.lang.String getMimetype()
Gets the value of the mimetype property.

Returns:
possible object is String

setMimetype

public void setMimetype(java.lang.String value)
Sets the value of the mimetype property.

Parameters:
value - allowed object is String

getLength

public java.math.BigInteger getLength()
Gets the value of the length property.

Returns:
possible object is BigInteger

setLength

public void setLength(java.math.BigInteger value)
Sets the value of the length property.

Parameters:
value - allowed object is BigInteger

getKind

public java.lang.String getKind()
Gets the value of the kind property.

Returns:
possible object is String

setKind

public void setKind(java.lang.String value)
Sets the value of the kind property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getHeight

public java.math.BigInteger getHeight()
Gets the value of the height property.

Returns:
possible object is BigInteger

setHeight

public void setHeight(java.math.BigInteger value)
Sets the value of the height property.

Parameters:
value - allowed object is BigInteger

getWidth

public java.math.BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setWidth

public void setWidth(java.math.BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

getRenditionDocumentId

public java.lang.String getRenditionDocumentId()
Gets the value of the renditionDocumentId property.

Returns:
possible object is String

setRenditionDocumentId

public void setRenditionDocumentId(java.lang.String value)
Sets the value of the renditionDocumentId property.

Parameters:
value - allowed object is String

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



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