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 QNameCOMPLEX_TYPEprotected StringdisplayNamestatic ItemNameF_DISPLAY_NAMEstatic ItemNameF_NAMEstatic ItemNameF_TYPEprotected Stringnameprotected WorkItemEventCauseTypeTypetype
-
Constructor Summary
Constructors Constructor Description WorkItemEventCauseInformationType()Creates a newWorkItemEventCauseInformationTypeinstance.WorkItemEventCauseInformationType(WorkItemEventCauseInformationType o)Creates a newWorkItemEventCauseInformationTypeinstance by deeply copying a givenWorkItemEventCauseInformationTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)WorkItemEventCauseInformationTypeclone()Creates and returns a deep copy of this object.WorkItemEventCauseInformationTypedisplayName(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.WorkItemEventCauseTypeTypegetType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)WorkItemEventCauseInformationTypename(String value)voidsetDisplayName(String value)Sets the value of the displayName property.voidsetName(String value)Sets the value of the name property.voidsetType(WorkItemEventCauseTypeType value)Sets the value of the type property.StringtoString()Generates a String representation of the contents of this type.WorkItemEventCauseInformationTypetype(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 newWorkItemEventCauseInformationTypeinstance.
-
WorkItemEventCauseInformationType
public WorkItemEventCauseInformationType(WorkItemEventCauseInformationType o)
Creates a newWorkItemEventCauseInformationTypeinstance by deeply copying a givenWorkItemEventCauseInformationTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
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
-
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
-
clone
public WorkItemEventCauseInformationType clone()
Creates and returns a deep copy of this object.
-
-