public class UserRegistrationNotifierType extends GeneralNotifierType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for UserRegistrationNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserRegistrationNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralNotifierType"> <sequence> <element name="confirmationMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RegistrationConfirmationMethodType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected RegistrationConfirmationMethodType |
confirmationMethod |
static QName |
F_CONFIRMATION_METHOD |
bodyExpression, F_BODY_EXPRESSION, F_RECIPIENT_EXPRESSION, F_SHOW_MODIFIED_VALUES, F_SHOW_TECHNICAL_INFORMATION, F_SUBJECT_EXPRESSION, F_SUBJECT_PREFIX, F_TRANSPORT, F_WATCH_AUXILIARY_ATTRIBUTES, recipientExpression, showModifiedValues, showTechnicalInformation, subjectExpression, subjectPrefix, transport, watchAuxiliaryAttributes
accountPasswordNotifier, category, chained, description, expressionFilter, F_ACCOUNT_PASSWORD_NOTIFIER, F_CATEGORY, F_CHAINED, F_DESCRIPTION, F_EXPRESSION_FILTER, F_FOCUS_TYPE, F_FORKED, F_GENERAL_NOTIFIER, F_NAME, F_OBJECT_INTENT, F_OBJECT_KIND, F_OPERATION, F_SIMPLE_CAMPAIGN_NOTIFIER, F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER, F_SIMPLE_FOCAL_OBJECT_NOTIFIER, F_SIMPLE_RESOURCE_OBJECT_NOTIFIER, F_SIMPLE_REVIEWER_NOTIFIER, F_SIMPLE_TASK_NOTIFIER, F_SIMPLE_USER_NOTIFIER, F_SIMPLE_WORKFLOW_NOTIFIER, F_STATUS, F_USER_PASSWORD_NOTIFIER, F_USER_REGISTRATION_NOTIFIER, focusType, forked, generalNotifier, name, objectIntent, objectKind, operation, simpleCampaignNotifier, simpleCampaignStageNotifier, simpleFocalObjectNotifier, simpleResourceObjectNotifier, simpleReviewerNotifier, simpleTaskNotifier, simpleUserNotifier, simpleWorkflowNotifier, status, userPasswordNotifier, userRegistrationNotifier
Constructor and Description |
---|
UserRegistrationNotifierType()
Creates a new
UserRegistrationNotifierType instance. |
UserRegistrationNotifierType(UserRegistrationNotifierType o)
Creates a new
UserRegistrationNotifierType instance by deeply copying a given UserRegistrationNotifierType instance. |
Modifier and Type | Method and Description |
---|---|
UserRegistrationNotifierType |
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) |
RegistrationConfirmationMethodType |
getConfirmationMethod()
Gets the value of the confirmationMethod property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setConfirmationMethod(RegistrationConfirmationMethodType value)
Sets the value of the confirmationMethod property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getBodyExpression, getRecipientExpression, getSubjectExpression, getSubjectPrefix, getTransport, isShowModifiedValues, isShowTechnicalInformation, isWatchAuxiliaryAttributes, setBodyExpression, setShowModifiedValues, setShowTechnicalInformation, setSubjectExpression, setSubjectPrefix, setWatchAuxiliaryAttributes
getAccountPasswordNotifier, getCategory, getChained, getDescription, getExpressionFilter, getFocusType, getForked, getGeneralNotifier, getName, getObjectIntent, getObjectKind, getOperation, getSimpleCampaignNotifier, getSimpleCampaignStageNotifier, getSimpleFocalObjectNotifier, getSimpleResourceObjectNotifier, getSimpleReviewerNotifier, getSimpleTaskNotifier, getSimpleUserNotifier, getSimpleWorkflowNotifier, getStatus, getUserPasswordNotifier, getUserRegistrationNotifier, setDescription, setName
protected RegistrationConfirmationMethodType confirmationMethod
public static final QName COMPLEX_TYPE
public static final QName F_CONFIRMATION_METHOD
public UserRegistrationNotifierType()
UserRegistrationNotifierType
instance.public UserRegistrationNotifierType(UserRegistrationNotifierType o)
UserRegistrationNotifierType
instance by deeply copying a given UserRegistrationNotifierType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public RegistrationConfirmationMethodType getConfirmationMethod()
RegistrationConfirmationMethodType
public void setConfirmationMethod(RegistrationConfirmationMethodType value)
value
- allowed object is
RegistrationConfirmationMethodType
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 UserRegistrationNotifierType clone()
clone
in class GeneralNotifierType
Copyright © 2016 Evolveum. All rights reserved.