public class DescriptorType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for DescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="menu" type="{http://midpoint.evolveum.com/xml/ns/public/gui/admin-1}MenuType" minOccurs="0"/>
<element name="packagesToScan" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_MENU |
static QName |
F_PACKAGES_TO_SCAN |
protected MenuType |
menu |
protected List<String> |
packagesToScan |
| Constructor and Description |
|---|
DescriptorType()
Creates a new
DescriptorType instance. |
DescriptorType(DescriptorType o)
Creates a new
DescriptorType instance by deeply copying a given DescriptorType instance. |
| Modifier and Type | Method and Description |
|---|---|
DescriptorType |
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) |
MenuType |
getMenu()
Gets the value of the menu property.
|
List<String> |
getPackagesToScan()
Gets the value of the packagesToScan property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMenu(MenuType value)
Sets the value of the menu property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected MenuType menu
public static final QName COMPLEX_TYPE
public static final QName F_MENU
public static final QName F_PACKAGES_TO_SCAN
public DescriptorType()
DescriptorType instance.public DescriptorType(DescriptorType o)
DescriptorType instance by deeply copying a given DescriptorType instance.o - The instance to copy.NullPointerException - if o is null.public MenuType getMenu()
MenuTypepublic void setMenu(MenuType value)
value - allowed object is
MenuTypepublic List<String> getPackagesToScan()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the packagesToScan property.
For example, to add a new item, do as follows:
getPackagesToScan().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String toString()
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.HashCodepublic 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.Equalspublic DescriptorType clone()
Copyright © 2016 Evolveum. All rights reserved.