public class CmisNewTypeSettableAttributes extends Object
Java-Klasse für cmisNewTypeSettableAttributes complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="cmisNewTypeSettableAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="localName" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="localNamespace" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="queryName" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="creatable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="fileable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="queryable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="fulltextIndexed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="includedInSupertypeQuery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="controllablePolicy" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="controllableACL" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
controllableACL |
protected boolean |
controllablePolicy |
protected boolean |
creatable |
protected boolean |
description |
protected boolean |
displayName |
protected boolean |
fileable |
protected boolean |
fulltextIndexed |
protected boolean |
id |
protected boolean |
includedInSupertypeQuery |
protected boolean |
localName |
protected boolean |
localNamespace |
protected boolean |
queryable |
protected boolean |
queryName |
| Constructor and Description |
|---|
CmisNewTypeSettableAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isControllableACL()
Ruft den Wert der controllableACL-Eigenschaft ab.
|
boolean |
isControllablePolicy()
Ruft den Wert der controllablePolicy-Eigenschaft ab.
|
boolean |
isCreatable()
Ruft den Wert der creatable-Eigenschaft ab.
|
boolean |
isDescription()
Ruft den Wert der description-Eigenschaft ab.
|
boolean |
isDisplayName()
Ruft den Wert der displayName-Eigenschaft ab.
|
boolean |
isFileable()
Ruft den Wert der fileable-Eigenschaft ab.
|
boolean |
isFulltextIndexed()
Ruft den Wert der fulltextIndexed-Eigenschaft ab.
|
boolean |
isId()
Ruft den Wert der id-Eigenschaft ab.
|
boolean |
isIncludedInSupertypeQuery()
Ruft den Wert der includedInSupertypeQuery-Eigenschaft ab.
|
boolean |
isLocalName()
Ruft den Wert der localName-Eigenschaft ab.
|
boolean |
isLocalNamespace()
Ruft den Wert der localNamespace-Eigenschaft ab.
|
boolean |
isQueryable()
Ruft den Wert der queryable-Eigenschaft ab.
|
boolean |
isQueryName()
Ruft den Wert der queryName-Eigenschaft ab.
|
void |
setControllableACL(boolean value)
Legt den Wert der controllableACL-Eigenschaft fest.
|
void |
setControllablePolicy(boolean value)
Legt den Wert der controllablePolicy-Eigenschaft fest.
|
void |
setCreatable(boolean value)
Legt den Wert der creatable-Eigenschaft fest.
|
void |
setDescription(boolean value)
Legt den Wert der description-Eigenschaft fest.
|
void |
setDisplayName(boolean value)
Legt den Wert der displayName-Eigenschaft fest.
|
void |
setFileable(boolean value)
Legt den Wert der fileable-Eigenschaft fest.
|
void |
setFulltextIndexed(boolean value)
Legt den Wert der fulltextIndexed-Eigenschaft fest.
|
void |
setId(boolean value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setIncludedInSupertypeQuery(boolean value)
Legt den Wert der includedInSupertypeQuery-Eigenschaft fest.
|
void |
setLocalName(boolean value)
Legt den Wert der localName-Eigenschaft fest.
|
void |
setLocalNamespace(boolean value)
Legt den Wert der localNamespace-Eigenschaft fest.
|
void |
setQueryable(boolean value)
Legt den Wert der queryable-Eigenschaft fest.
|
void |
setQueryName(boolean value)
Legt den Wert der queryName-Eigenschaft fest.
|
protected boolean id
protected boolean localName
protected boolean localNamespace
protected boolean displayName
protected boolean queryName
protected boolean description
protected boolean creatable
protected boolean fileable
protected boolean queryable
protected boolean fulltextIndexed
protected boolean includedInSupertypeQuery
protected boolean controllablePolicy
protected boolean controllableACL
public boolean isId()
public void setId(boolean value)
public boolean isLocalName()
public void setLocalName(boolean value)
public boolean isLocalNamespace()
public void setLocalNamespace(boolean value)
public boolean isDisplayName()
public void setDisplayName(boolean value)
public boolean isQueryName()
public void setQueryName(boolean value)
public boolean isDescription()
public void setDescription(boolean value)
public boolean isCreatable()
public void setCreatable(boolean value)
public boolean isFileable()
public void setFileable(boolean value)
public boolean isQueryable()
public void setQueryable(boolean value)
public boolean isFulltextIndexed()
public void setFulltextIndexed(boolean value)
public boolean isIncludedInSupertypeQuery()
public void setIncludedInSupertypeQuery(boolean value)
public boolean isControllablePolicy()
public void setControllablePolicy(boolean value)
public boolean isControllableACL()
public void setControllableACL(boolean value)
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.