net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.decoration100
Interface MenuItem

All Known Implementing Classes:
MenuItemImpl

public interface MenuItem

A menu item.

Java class for MenuItem complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MenuItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="item" type="{http://maven.apache.org/DECORATION/1.0.0}MenuItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="collapse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getDescription()
          Gets the value of the description property.
 String getHref()
          Gets the value of the href property.
 MenuItem[] getItem()
           
 MenuItem getItem(int idx)
           
 int getItemLength()
           
 String getName()
          Gets the value of the name property.
 String getRef()
          Gets the value of the ref property.
 boolean isCollapse()
          Gets the value of the collapse property.
 void setCollapse(Boolean value)
          Sets the value of the collapse property.
 void setDescription(String value)
          Sets the value of the description property.
 void setHref(String value)
          Sets the value of the href property.
 MenuItem setItem(int idx, MenuItem value)
           
 void setItem(MenuItem[] values)
           
 void setName(String value)
          Sets the value of the name property.
 void setRef(String value)
          Sets the value of the ref property.
 

Method Detail

getDescription

String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getItem

MenuItem[] getItem()
Returns:
array of MenuItem

getItem

MenuItem getItem(int idx)
Returns:
one of MenuItem

getItemLength

int getItemLength()

setItem

void setItem(MenuItem[] values)
Parameters:
values - allowed objects are MenuItem

setItem

MenuItem setItem(int idx,
                 MenuItem value)
Parameters:
value - allowed object is MenuItem

isCollapse

boolean isCollapse()
Gets the value of the collapse property.

Returns:
possible object is Boolean

setCollapse

void setCollapse(Boolean value)
Sets the value of the collapse property.

Parameters:
value - allowed object is Boolean

getRef

String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getHref

String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.