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 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 QNameCOMPLEX_TYPEprotected StringdisplayNamestatic ItemNameF_DISPLAY_NAMEstatic ItemNameF_NAMEstatic ItemNameF_TYPEprotected Stringnameprotected WorkItemEventCauseTypeTypetype
-
Constructor Summary
Constructors Constructor Description WorkItemEventCauseInformationType()WorkItemEventCauseInformationType(WorkItemEventCauseInformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)WorkItemEventCauseInformationTypeclone()WorkItemEventCauseInformationTypedisplayName(String value)booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetDisplayName()StringgetName()WorkItemEventCauseTypeTypegetType()inthashCode(StructuredHashCodeStrategy strategy)WorkItemEventCauseInformationTypename(String value)voidsetDisplayName(String value)voidsetName(String value)voidsetType(WorkItemEventCauseTypeType value)WorkItemEventCauseInformationTypetype(WorkItemEventCauseTypeType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
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:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public WorkItemEventCauseInformationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-