public class

AssociatedMenuConfiguration

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.metadata.AssociatedMenuConfiguration

Class Overview

Java class for AssociatedMenuConfiguration complex type.

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

 <complexType name="AssociatedMenuConfiguration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Behavior" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AssociatedMenuBehavior" minOccurs="0"/>
         <element name="Group" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AssociatedMenuGroup" minOccurs="0"/>
         <element name="Label" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
         <element name="Order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AssociatedMenuBehavior behavior
protected AssociatedMenuGroup group
protected Label label
protected Integer order
Public Constructors
AssociatedMenuConfiguration()
Public Methods
AssociatedMenuBehavior getBehavior()
Gets the value of the behavior property.
AssociatedMenuGroup getGroup()
Gets the value of the group property.
Label getLabel()
Gets the value of the label property.
Integer getOrder()
Gets the value of the order property.
void setBehavior(AssociatedMenuBehavior value)
Sets the value of the behavior property.
void setGroup(AssociatedMenuGroup value)
Sets the value of the group property.
void setLabel(Label value)
Sets the value of the label property.
void setOrder(Integer value)
Sets the value of the order property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AssociatedMenuBehavior behavior

protected AssociatedMenuGroup group

protected Label label

protected Integer order

Public Constructors

public AssociatedMenuConfiguration ()

Public Methods

public AssociatedMenuBehavior getBehavior ()

Gets the value of the behavior property.

Returns

public AssociatedMenuGroup getGroup ()

Gets the value of the group property.

Returns

public Label getLabel ()

Gets the value of the label property.

Returns
  • possible object is Label

public Integer getOrder ()

Gets the value of the order property.

Returns
  • possible object is Integer

public void setBehavior (AssociatedMenuBehavior value)

Sets the value of the behavior property.

Parameters
value Allowed object is AssociatedMenuBehavior

public void setGroup (AssociatedMenuGroup value)

Sets the value of the group property.

Parameters
value Allowed object is AssociatedMenuGroup

public void setLabel (Label value)

Sets the value of the label property.

Parameters
value Allowed object is Label

public void setOrder (Integer value)

Sets the value of the order property.

Parameters
value Allowed object is Integer