public class CmisProperty extends Object
Java-Klasse für cmisProperty complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="cmisProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisUndefinedAttribute"/>
<attribute name="propertyDefinitionId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="localName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="queryName" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
localName |
protected String |
propertyDefinitionId |
protected String |
queryName |
| Constructor and Description |
|---|
CmisProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Ruft den Wert der displayName-Eigenschaft ab.
|
String |
getLocalName()
Ruft den Wert der localName-Eigenschaft ab.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
String |
getPropertyDefinitionId()
Ruft den Wert der propertyDefinitionId-Eigenschaft ab.
|
String |
getQueryName()
Ruft den Wert der queryName-Eigenschaft ab.
|
void |
setDisplayName(String value)
Legt den Wert der displayName-Eigenschaft fest.
|
void |
setLocalName(String value)
Legt den Wert der localName-Eigenschaft fest.
|
void |
setPropertyDefinitionId(String value)
Legt den Wert der propertyDefinitionId-Eigenschaft fest.
|
void |
setQueryName(String value)
Legt den Wert der queryName-Eigenschaft fest.
|
protected String propertyDefinitionId
protected String localName
protected String displayName
protected String queryName
public String getPropertyDefinitionId()
Stringpublic void setPropertyDefinitionId(String value)
value - allowed object is
Stringpublic String getLocalName()
Stringpublic void setLocalName(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is
Stringpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.