|
||||||||||
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 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 |
---|
protected java.lang.String streamId
protected java.lang.String mimetype
protected java.math.BigInteger length
protected java.lang.String kind
protected java.lang.String title
protected java.math.BigInteger height
protected java.math.BigInteger width
protected java.lang.String renditionDocumentId
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public CmisRenditionType()
Method Detail |
---|
public java.lang.String getStreamId()
String
public void setStreamId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMimetype()
String
public void setMimetype(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getLength()
BigInteger
public void setLength(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getKind()
String
public void setKind(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getHeight()
BigInteger
public void setHeight(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getWidth()
BigInteger
public void setWidth(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getRenditionDocumentId()
String
public void setRenditionDocumentId(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |