org.jaffa.components.navigation.domain
Interface ComponentAction
- All Known Implementing Classes:
- ComponentActionImpl
- public interface ComponentAction
Java content class for component-action complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="component-action">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="component-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="param" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="url-suffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getComponentName
public String getComponentName()
setComponentName
public void setComponentName(String value)
getUrlSuffix
public String getUrlSuffix()
setUrlSuffix
public void setUrlSuffix(String value)
getParam
public List getParam()
Copyright © 2002-2004 JAFFA Project.