Class WorkItemEscalationLevelType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEscalationLevelType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class WorkItemEscalationLevelType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Description of an escalation level the processing is at.Java class for WorkItemEscalationLevelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemEscalationLevelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="number" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected String
displayName
static ItemName
F_DISPLAY_NAME
static ItemName
F_NAME
static ItemName
F_NUMBER
protected String
name
protected Integer
number
-
Constructor Summary
Constructors Constructor Description WorkItemEscalationLevelType()
Creates a newWorkItemEscalationLevelType
instance.WorkItemEscalationLevelType(WorkItemEscalationLevelType o)
Creates a newWorkItemEscalationLevelType
instance by deeply copying a givenWorkItemEscalationLevelType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
WorkItemEscalationLevelType
clone()
Creates and returns a deep copy of this object.WorkItemEscalationLevelType
displayName(String value)
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
getDisplayName()
Gets the value of the displayName property.String
getName()
Gets the value of the name property.Integer
getNumber()
Gets the value of the number property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
WorkItemEscalationLevelType
name(String value)
WorkItemEscalationLevelType
number(Integer value)
void
setDisplayName(String value)
Sets the value of the displayName property.void
setName(String value)
Sets the value of the name property.void
setNumber(Integer value)
Sets the value of the number property.String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
number
protected Integer number
-
name
protected String name
-
displayName
protected String displayName
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NUMBER
public static final ItemName F_NUMBER
-
F_NAME
public static final ItemName F_NAME
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
-
Constructor Detail
-
WorkItemEscalationLevelType
public WorkItemEscalationLevelType()
Creates a newWorkItemEscalationLevelType
instance.
-
WorkItemEscalationLevelType
public WorkItemEscalationLevelType(WorkItemEscalationLevelType o)
Creates a newWorkItemEscalationLevelType
instance by deeply copying a givenWorkItemEscalationLevelType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getNumber
public Integer getNumber()
Gets the value of the number property.- Returns:
- possible object is
Integer
-
setNumber
public void setNumber(Integer value)
Sets the value of the number property.- Parameters:
value
- allowed object isInteger
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDisplayName
public String getDisplayName()
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
public void setDisplayName(String value)
Sets the value of the displayName property.- Parameters:
value
- allowed object isString
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
number
public WorkItemEscalationLevelType number(Integer value)
-
name
public WorkItemEscalationLevelType name(String value)
-
displayName
public WorkItemEscalationLevelType displayName(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public WorkItemEscalationLevelType clone()
Creates and returns a deep copy of this object.
-
-