public class CmisTypeMutabilityCapabilitiesType extends Object
Java-Klasse für cmisTypeMutabilityCapabilitiesType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="cmisTypeMutabilityCapabilitiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="create" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="update" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="delete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected boolean |
create |
protected boolean |
delete |
protected boolean |
update |
| Constructor and Description |
|---|
CmisTypeMutabilityCapabilitiesType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
boolean |
isCreate()
Ruft den Wert der create-Eigenschaft ab.
|
boolean |
isDelete()
Ruft den Wert der delete-Eigenschaft ab.
|
boolean |
isUpdate()
Ruft den Wert der update-Eigenschaft ab.
|
void |
setCreate(boolean value)
Legt den Wert der create-Eigenschaft fest.
|
void |
setDelete(boolean value)
Legt den Wert der delete-Eigenschaft fest.
|
void |
setUpdate(boolean value)
Legt den Wert der update-Eigenschaft fest.
|
protected boolean create
protected boolean update
protected boolean delete
public boolean isCreate()
public void setCreate(boolean value)
public boolean isUpdate()
public void setUpdate(boolean value)
public boolean isDelete()
public void setDelete(boolean value)
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.