public class MenuItemHeaderType extends AbstractMenuItemType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for MenuItemHeaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MenuItemHeaderType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/gui/admin-1}AbstractMenuItemType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_NAME |
protected String |
name |
behaviour, F_BEHAVIOUR
Constructor and Description |
---|
MenuItemHeaderType()
Creates a new
MenuItemHeaderType instance. |
MenuItemHeaderType(MenuItemHeaderType o)
Creates a new
MenuItemHeaderType instance by deeply copying a given MenuItemHeaderType instance. |
Modifier and Type | Method and Description |
---|---|
MenuItemHeaderType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setName(String value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getBehaviour, setBehaviour
protected String name
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public MenuItemHeaderType()
MenuItemHeaderType
instance.public MenuItemHeaderType(MenuItemHeaderType o)
MenuItemHeaderType
instance by deeply copying a given MenuItemHeaderType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String toString()
toString
in class AbstractMenuItemType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class AbstractMenuItemType
public int hashCode()
hashCode
in class AbstractMenuItemType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class AbstractMenuItemType
public boolean equals(Object object)
equals
in class AbstractMenuItemType
public MenuItemHeaderType clone()
clone
in class AbstractMenuItemType
Copyright © 2014 Evolveum. All rights reserved.