public class UserPasswordNotifierType extends GeneralNotifierType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for UserPasswordNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserPasswordNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}GeneralNotifierType"> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_SERIAL_VERSION_UID |
bodyExpression, F_BODY_EXPRESSION, F_HANDLER, F_RECIPIENT_EXPRESSION, F_SHOW_MODIFIED_VALUES, F_SHOW_TECHNICAL_INFORMATION, F_SUBJECT_EXPRESSION, F_SUBJECT_PREFIX, F_TRANSPORT, F_WATCH_AUXILIARY_ATTRIBUTES, handler, recipientExpression, showModifiedValues, showTechnicalInformation, subjectExpression, subjectPrefix, transport, watchAuxiliaryAttributes
description, F_DESCRIPTION, F_NAME, name
Constructor and Description |
---|
UserPasswordNotifierType()
Creates a new
UserPasswordNotifierType instance. |
UserPasswordNotifierType(UserPasswordNotifierType o)
Creates a new
UserPasswordNotifierType instance by deeply copying a given UserPasswordNotifierType instance. |
Modifier and Type | Method and Description |
---|---|
UserPasswordNotifierType |
clone()
Creates and returns a deep copy of this object.
|
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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
String |
toString()
Generates a String representation of the contents of this type.
|
getBodyExpression, getHandler, getRecipientExpression, getSubjectExpression, getSubjectPrefix, getTransport, isShowModifiedValues, isShowTechnicalInformation, isWatchAuxiliaryAttributes, setBodyExpression, setShowModifiedValues, setShowTechnicalInformation, setSubjectExpression, setSubjectPrefix, setWatchAuxiliaryAttributes
getDescription, getName, setDescription, setName
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_COMPLEX___TYPE
public UserPasswordNotifierType()
UserPasswordNotifierType
instance.public UserPasswordNotifierType(UserPasswordNotifierType o)
UserPasswordNotifierType
instance by deeply copying a given UserPasswordNotifierType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String toString()
toString
in class GeneralNotifierType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class GeneralNotifierType
public int hashCode()
hashCode
in class GeneralNotifierType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class GeneralNotifierType
public boolean equals(Object object)
equals
in class GeneralNotifierType
public UserPasswordNotifierType clone()
clone
in class GeneralNotifierType
Copyright © 2013 evolveum. All rights reserved.