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 QNameCOMPLEX_TYPEprotected StringdisplayNamestatic ItemNameF_DISPLAY_NAMEstatic ItemNameF_NAMEstatic ItemNameF_NUMBERprotected Stringnameprotected Integernumber
-
Constructor Summary
Constructors Constructor Description WorkItemEscalationLevelType()Creates a newWorkItemEscalationLevelTypeinstance.WorkItemEscalationLevelType(WorkItemEscalationLevelType o)Creates a newWorkItemEscalationLevelTypeinstance by deeply copying a givenWorkItemEscalationLevelTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)WorkItemEscalationLevelTypeclone()Creates and returns a deep copy of this object.WorkItemEscalationLevelTypedisplayName(String value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)StringgetDisplayName()Gets the value of the displayName property.StringgetName()Gets the value of the name property.IntegergetNumber()Gets the value of the number property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)WorkItemEscalationLevelTypename(String value)WorkItemEscalationLevelTypenumber(Integer value)voidsetDisplayName(String value)Sets the value of the displayName property.voidsetName(String value)Sets the value of the name property.voidsetNumber(Integer value)Sets the value of the number property.StringtoString()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 newWorkItemEscalationLevelTypeinstance.
-
WorkItemEscalationLevelType
public WorkItemEscalationLevelType(WorkItemEscalationLevelType o)
Creates a newWorkItemEscalationLevelTypeinstance by deeply copying a givenWorkItemEscalationLevelTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public WorkItemEscalationLevelType clone()
Creates and returns a deep copy of this object.
-
-