Class CustomAsyncUpdateSourceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CustomAsyncUpdateSourceType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class CustomAsyncUpdateSourceType extends AsyncUpdateSourceType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Custom message source provided by a Java class.Java class for CustomAsyncUpdateSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomAsyncUpdateSourceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateSourceType"> <sequence> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
className, description, documentation, F_CLASS_NAME, F_DESCRIPTION, F_DOCUMENTATION, F_NAME, name
-
-
Constructor Summary
Constructors Constructor Description CustomAsyncUpdateSourceType()Creates a newCustomAsyncUpdateSourceTypeinstance.CustomAsyncUpdateSourceType(CustomAsyncUpdateSourceType o)Creates a newCustomAsyncUpdateSourceTypeinstance by deeply copying a givenCustomAsyncUpdateSourceTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)CustomAsyncUpdateSourceTypeclassName(String value)CustomAsyncUpdateSourceTypeclone()Creates and returns a deep copy of this object.CustomAsyncUpdateSourceTypedescription(String value)CustomAsyncUpdateSourceTypedocumentation(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)inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)CustomAsyncUpdateSourceTypename(String value)StringtoString()Generates a String representation of the contents of this type.-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
getClassName, getDescription, getDocumentation, getName, setClassName, setDescription, setDocumentation, setName
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
CustomAsyncUpdateSourceType
public CustomAsyncUpdateSourceType()
Creates a newCustomAsyncUpdateSourceTypeinstance.
-
CustomAsyncUpdateSourceType
public CustomAsyncUpdateSourceType(CustomAsyncUpdateSourceType o)
Creates a newCustomAsyncUpdateSourceTypeinstance by deeply copying a givenCustomAsyncUpdateSourceTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
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- Overrides:
toStringin classAsyncUpdateSourceType
-
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- Overrides:
hashCodein classAsyncUpdateSourceType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAsyncUpdateSourceType
-
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- Overrides:
equalsin classAsyncUpdateSourceType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAsyncUpdateSourceType
-
name
public CustomAsyncUpdateSourceType name(String value)
- Overrides:
namein classAsyncUpdateSourceType
-
description
public CustomAsyncUpdateSourceType description(String value)
- Overrides:
descriptionin classAsyncUpdateSourceType
-
documentation
public CustomAsyncUpdateSourceType documentation(String value)
- Overrides:
documentationin classAsyncUpdateSourceType
-
className
public CustomAsyncUpdateSourceType className(String value)
- Overrides:
classNamein classAsyncUpdateSourceType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAsyncUpdateSourceType
-
clone
public CustomAsyncUpdateSourceType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAsyncUpdateSourceType- Returns:
- A deep copy of this object.
-
-