public class CmisRenditionType extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected BigInteger |
height |
protected String |
kind |
protected BigInteger |
length |
protected String |
mimetype |
protected String |
renditionDocumentId |
protected String |
streamId |
protected String |
title |
protected BigInteger |
width |
| Constructor and Description |
|---|
CmisRenditionType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
BigInteger |
getHeight()
Gets the value of the height property.
|
String |
getKind()
Gets the value of the kind property.
|
BigInteger |
getLength()
Gets the value of the length property.
|
String |
getMimetype()
Gets the value of the mimetype property.
|
String |
getRenditionDocumentId()
Gets the value of the renditionDocumentId property.
|
String |
getStreamId()
Gets the value of the streamId property.
|
String |
getTitle()
Gets the value of the title property.
|
BigInteger |
getWidth()
Gets the value of the width property.
|
void |
setHeight(BigInteger value)
Sets the value of the height property.
|
void |
setKind(String value)
Sets the value of the kind property.
|
void |
setLength(BigInteger value)
Sets the value of the length property.
|
void |
setMimetype(String value)
Sets the value of the mimetype property.
|
void |
setRenditionDocumentId(String value)
Sets the value of the renditionDocumentId property.
|
void |
setStreamId(String value)
Sets the value of the streamId property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setWidth(BigInteger value)
Sets the value of the width property.
|
protected String streamId
protected String mimetype
protected BigInteger length
protected String kind
protected String title
protected BigInteger height
protected BigInteger width
protected String renditionDocumentId
public String getStreamId()
Stringpublic void setStreamId(String value)
value - allowed object is
Stringpublic String getMimetype()
Stringpublic void setMimetype(String value)
value - allowed object is
Stringpublic BigInteger getLength()
BigIntegerpublic void setLength(BigInteger value)
value - allowed object is
BigIntegerpublic String getKind()
Stringpublic void setKind(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic String getRenditionDocumentId()
Stringpublic void setRenditionDocumentId(String value)
value - allowed object is
Stringpublic List<Object> getAny()
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-2012 The Apache Software Foundation. All Rights Reserved.