Class WorkItemEventCauseInformationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.WorkItemEventCauseInformationType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class WorkItemEventCauseInformationType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
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()
WorkItemEventCauseInformationType(WorkItemEventCauseInformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
WorkItemEventCauseInformationType
clone()
WorkItemEventCauseInformationType
displayName(String value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
String
getDisplayName()
String
getName()
WorkItemEventCauseTypeType
getType()
int
hashCode(StructuredHashCodeStrategy strategy)
WorkItemEventCauseInformationType
name(String value)
void
setDisplayName(String value)
void
setName(String value)
void
setType(WorkItemEventCauseTypeType value)
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()
-
WorkItemEventCauseInformationType
public WorkItemEventCauseInformationType(WorkItemEventCauseInformationType other)
-
-
Method Detail
-
getType
public WorkItemEventCauseTypeType getType()
-
setType
public void setType(WorkItemEventCauseTypeType value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
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
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public WorkItemEventCauseInformationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-