org.tolven.trim
Class AppMenu

java.lang.Object
  extended by org.tolven.trim.AppMenu
All Implemented Interfaces:
java.io.Serializable

public class AppMenu
extends java.lang.Object
implements java.io.Serializable

Java class for AppMenu complex type.

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

 <complexType name="AppMenu">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="forEach" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AppMenu()
           
 
Method Summary
 java.lang.String getForEach()
          Gets the value of the forEach property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setForEach(java.lang.String value)
          Sets the value of the forEach property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppMenu

public AppMenu()
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getForEach

public java.lang.String getForEach()
Gets the value of the forEach property.

Returns:
possible object is String

setForEach

public void setForEach(java.lang.String value)
Sets the value of the forEach property.

Parameters:
value - allowed object is String