public class CmisExtensionFeatureType extends Object
Java-Klasse für cmisExtensionFeatureType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="cmisExtensionFeatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="commonName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="versionLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="featureData" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisExtensionFeatureKeyValuePair" maxOccurs="unbounded" 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 String |
commonName |
protected String |
description |
protected List<CmisExtensionFeatureKeyValuePair> |
featureData |
protected String |
id |
protected String |
url |
protected String |
versionLabel |
| Constructor and Description |
|---|
CmisExtensionFeatureType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getCommonName()
Ruft den Wert der commonName-Eigenschaft ab.
|
String |
getDescription()
Ruft den Wert der description-Eigenschaft ab.
|
List<CmisExtensionFeatureKeyValuePair> |
getFeatureData()
Gets the value of the featureData property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getUrl()
Ruft den Wert der url-Eigenschaft ab.
|
String |
getVersionLabel()
Ruft den Wert der versionLabel-Eigenschaft ab.
|
void |
setCommonName(String value)
Legt den Wert der commonName-Eigenschaft fest.
|
void |
setDescription(String value)
Legt den Wert der description-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setUrl(String value)
Legt den Wert der url-Eigenschaft fest.
|
void |
setVersionLabel(String value)
Legt den Wert der versionLabel-Eigenschaft fest.
|
protected String id
protected String url
protected String commonName
protected String versionLabel
protected String description
protected List<CmisExtensionFeatureKeyValuePair> featureData
public void setId(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getCommonName()
Stringpublic void setCommonName(String value)
value - allowed object is
Stringpublic String getVersionLabel()
Stringpublic void setVersionLabel(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<CmisExtensionFeatureKeyValuePair> getFeatureData()
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 featureData property.
For example, to add a new item, do as follows:
getFeatureData().add(newItem);
Objects of the following type(s) are allowed in the list
CmisExtensionFeatureKeyValuePair
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
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.