@XStreamConverter(value=ExtensionConverter.class) public class Extension extends Object
Java class for extension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="extension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="displayLabel" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
content |
protected String |
displayLabel |
| Constructor and Description |
|---|
Extension() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getDisplayLabel()
Gets the value of the displayLabel property.
|
void |
setContent(List<Object> content) |
void |
setDisplayLabel(String value)
Sets the value of the displayLabel property.
|
protected String displayLabel
public Extension()
public List<Object> getContent()
set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
String
Objectpublic void setContent(List<Object> content)
public String getDisplayLabel()
Stringpublic void setDisplayLabel(String value)
value - allowed object is
StringCopyright © 2004–2015 The Kuali Foundation. All rights reserved.