Class WorkItemEventCauseInformationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventCauseInformationType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class WorkItemEventCauseInformationType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for WorkItemEventCauseInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemEventCauseInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkItemEventCauseTypeType" 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_TYPE
protected String
name
protected WorkItemEventCauseTypeType
type
-
Constructor Summary
Constructors Constructor Description WorkItemEventCauseInformationType()
Creates a newWorkItemEventCauseInformationType
instance.WorkItemEventCauseInformationType(WorkItemEventCauseInformationType o)
Creates a newWorkItemEventCauseInformationType
instance by deeply copying a givenWorkItemEventCauseInformationType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
WorkItemEventCauseInformationType
clone()
Creates and returns a deep copy of this object.WorkItemEventCauseInformationType
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.WorkItemEventCauseTypeType
getType()
Gets the value of the type property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
WorkItemEventCauseInformationType
name(String value)
void
setDisplayName(String value)
Sets the value of the displayName property.void
setName(String value)
Sets the value of the name property.void
setType(WorkItemEventCauseTypeType value)
Sets the value of the type property.String
toString()
Generates a String representation of the contents of this type.WorkItemEventCauseInformationType
type(WorkItemEventCauseTypeType value)
-
-
-
Field Detail
-
type
protected WorkItemEventCauseTypeType type
-
name
protected String name
-
displayName
protected String displayName
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TYPE
public static final ItemName F_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
-
Constructor Detail
-
WorkItemEventCauseInformationType
public WorkItemEventCauseInformationType()
Creates a newWorkItemEventCauseInformationType
instance.
-
WorkItemEventCauseInformationType
public WorkItemEventCauseInformationType(WorkItemEventCauseInformationType o)
Creates a newWorkItemEventCauseInformationType
instance by deeply copying a givenWorkItemEventCauseInformationType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getType
public WorkItemEventCauseTypeType getType()
Gets the value of the type property.- Returns:
- possible object is
WorkItemEventCauseTypeType
-
setType
public void setType(WorkItemEventCauseTypeType value)
Sets the value of the type property.- Parameters:
value
- allowed object isWorkItemEventCauseTypeType
-
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
-
type
public WorkItemEventCauseInformationType type(WorkItemEventCauseTypeType value)
-
name
public WorkItemEventCauseInformationType name(String value)
-
displayName
public WorkItemEventCauseInformationType displayName(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public WorkItemEventCauseInformationType clone()
Creates and returns a deep copy of this object.
-
-