|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.jaxb.CmisRenditionType
public class CmisRenditionType
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 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 Summary | |
---|---|
CmisRenditionType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String streamId
protected String mimetype
protected BigInteger length
protected String kind
protected String title
protected BigInteger height
protected BigInteger width
protected String renditionDocumentId
protected List<Object> any
Constructor Detail |
---|
public CmisRenditionType()
Method Detail |
---|
public String getStreamId()
String
public void setStreamId(String value)
value
- allowed object is
String
public String getMimetype()
String
public void setMimetype(String value)
value
- allowed object is
String
public BigInteger getLength()
BigInteger
public void setLength(BigInteger value)
value
- allowed object is
BigInteger
public String getKind()
String
public void setKind(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public BigInteger getHeight()
BigInteger
public void setHeight(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getWidth()
BigInteger
public void setWidth(BigInteger value)
value
- allowed object is
BigInteger
public String getRenditionDocumentId()
String
public void setRenditionDocumentId(String value)
value
- allowed object is
String
public 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
Element
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |