public class CmisRenditionType extends Object
Java-Klasse für cmisRenditionType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der height-Eigenschaft ab.
|
String |
getKind()
Ruft den Wert der kind-Eigenschaft ab.
|
BigInteger |
getLength()
Ruft den Wert der length-Eigenschaft ab.
|
String |
getMimetype()
Ruft den Wert der mimetype-Eigenschaft ab.
|
String |
getRenditionDocumentId()
Ruft den Wert der renditionDocumentId-Eigenschaft ab.
|
String |
getStreamId()
Ruft den Wert der streamId-Eigenschaft ab.
|
String |
getTitle()
Ruft den Wert der title-Eigenschaft ab.
|
BigInteger |
getWidth()
Ruft den Wert der width-Eigenschaft ab.
|
void |
setHeight(BigInteger value)
Legt den Wert der height-Eigenschaft fest.
|
void |
setKind(String value)
Legt den Wert der kind-Eigenschaft fest.
|
void |
setLength(BigInteger value)
Legt den Wert der length-Eigenschaft fest.
|
void |
setMimetype(String value)
Legt den Wert der mimetype-Eigenschaft fest.
|
void |
setRenditionDocumentId(String value)
Legt den Wert der renditionDocumentId-Eigenschaft fest.
|
void |
setStreamId(String value)
Legt den Wert der streamId-Eigenschaft fest.
|
void |
setTitle(String value)
Legt den Wert der title-Eigenschaft fest.
|
void |
setWidth(BigInteger value)
Legt den Wert der width-Eigenschaft fest.
|
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
Element
Object
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.