public class GetContentStreamResponse extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contentStream" type="{http://docs.oasis-open.org/ns/cmis/messaging/200908/}cmisContentStreamType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CmisContentStreamType |
contentStream |
| Constructor and Description |
|---|
GetContentStreamResponse() |
| Modifier and Type | Method and Description |
|---|---|
CmisContentStreamType |
getContentStream()
Ruft den Wert der contentStream-Eigenschaft ab.
|
void |
setContentStream(CmisContentStreamType value)
Legt den Wert der contentStream-Eigenschaft fest.
|
protected CmisContentStreamType contentStream
public CmisContentStreamType getContentStream()
CmisContentStreamTypepublic void setContentStream(CmisContentStreamType value)
value - allowed object is
CmisContentStreamTypeCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.