public class CustomProperty extends BaseElement
| Modifier and Type | Field and Description |
|---|---|
protected ComplexDataType |
complexValue |
protected String |
name |
protected String |
simpleValue |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CustomProperty() |
| Modifier and Type | Method and Description |
|---|---|
CustomProperty |
clone() |
ComplexDataType |
getComplexValue() |
String |
getName() |
String |
getSimpleValue() |
void |
setComplexValue(ComplexDataType complexValue) |
void |
setName(String name) |
void |
setSimpleValue(String simpleValue) |
void |
setValues(CustomProperty otherProperty) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String name
protected String simpleValue
protected ComplexDataType complexValue
public String getName()
public void setName(String name)
public String getSimpleValue()
public void setSimpleValue(String simpleValue)
public ComplexDataType getComplexValue()
public void setComplexValue(ComplexDataType complexValue)
public CustomProperty clone()
clone in class BaseElementpublic void setValues(CustomProperty otherProperty)
Copyright © 2016 Alfresco. All rights reserved.