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 |
|---|---|
ComplexDataType |
getComplexValue() |
String |
getName() |
String |
getSimpleValue() |
void |
setComplexValue(ComplexDataType complexValue) |
void |
setName(String name) |
void |
setSimpleValue(String simpleValue) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, 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)
Copyright © 2013 Alfresco. All rights reserved.