public class SetAspects extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="aspectsToAdd" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="aspectsToRemove" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="properties" type="{http://docs.oasis-open.org/ns/cmis/core/200908/}cmisPropertiesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
aspectsToAdd |
protected List<String> |
aspectsToRemove |
protected CmisPropertiesType |
properties |
| Constructor and Description |
|---|
SetAspects() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAspectsToAdd()
Gets the value of the aspectsToAdd property.
|
List<String> |
getAspectsToRemove()
Gets the value of the aspectsToRemove property.
|
CmisPropertiesType |
getProperties()
Gets the value of the properties property.
|
void |
setProperties(CmisPropertiesType value)
Sets the value of the properties property.
|
protected CmisPropertiesType properties
public List<String> getAspectsToAdd()
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 aspectsToAdd property.
For example, to add a new item, do as follows:
getAspectsToAdd().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getAspectsToRemove()
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 aspectsToRemove property.
For example, to add a new item, do as follows:
getAspectsToRemove().add(newItem);
Objects of the following type(s) are allowed in the list
String
public CmisPropertiesType getProperties()
CmisPropertiesTypepublic void setProperties(CmisPropertiesType value)
value - allowed object is
CmisPropertiesTypeCopyright © 2005–2014 Alfresco Software. All rights reserved.