Class AbstractPlainStructured
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
AbstractFormItemType,AbstractWorkBucketContentType,AccessCertificationCaseReviewStrategyType,ActionParameterValueType,ActivityActionsExecutedType,ActivityBucketManagementStatisticsType,ActivityPathType,ActivityStateOverviewType,ActivityTaskStateOverviewType,Amqp091MessageAttributesType,AnyValueType,AsIsExpressionEvaluatorType,AssignmentConstraintsType,AsyncProvisioningTargetsType,AsyncProvisioningTargetType,AsyncUpdateListeningActivityInformationType,AsyncUpdateMessageType,AsyncUpdateSourcesType,AsyncUpdateSourceType,AuditEventRecordItemType,AuditEventRecordListType,AuditEventRecordReferenceValueType,AuthenticationAttemptDataType,BucketManagementOperationStatisticsType,BucketProgressOverviewType,CachesPerformanceInformationType,CachingMetadataType,CharacterClassType,CheckExpressionType,CommandLineScriptType,CompareResultType,ComponentsPerformanceInformationType,DiagnosticInformationType,EmptyType,EntryType,EnvironmentalPerformanceInformationType,EvaluatedPolicyRuleTriggerType,EvaluatedPolicyRuleType,ExecuteChangesResponseType,ExecuteChangesType,ExecuteScriptOutputType,ExecuteScriptResponseType,ExecuteScriptsOptionsType,ExecuteScriptsResponseType,ExecuteScriptsType,ExecuteScriptType,ExpressionEvaluatorWrapperType,ExpressionType,ExpressionVariableDefinitionType,FaultType,FindShadowOwnerResponseType,FindShadowOwnerType,FormAuthorizationType,FormDefinitionType,FormItemClientValidationType,FormItemServerValidationType,FormItemsType,FormItemValidationType,FunctionExpressionEvaluatorType,GeneralChangeProcessorScenarioType,GenerateExpressionEvaluatorType,GetObjectResponseType,GetObjectType,HookListType,HookType,ImportFromResourceResponseType,ImportFromResourceType,ImportOptionsType,InformationPartType,InformationType,ItemRouteSegmentType,ItemRouteType,ItemsProgressOverviewType,LegacySynchronizationReactionType,LensContextStatsType,LensObjectDeltaOperationType,LimitationsType,LocalizableMessageArgumentType,LocalizableMessageTemplateType,LocalizableMessageType,LogFileContentType,LoginEventType,LogSegmentType,MailServerConfigurationType,ManagerSearchType,MappingEvaluationOptionsType,MappingEvaluationRequestType,MappingEvaluationResponseType,MappingEvaluationSourceContextType,MappingEvaluationVariableType,MappingsStatisticsEntryType,MappingsStatisticsType,MappingTimeDeclarationType,MessagePropertyType,ModelCompareOptionsType,ModelHooksType,MonitoredOperationsStatisticsType,MonitoredOperationStatisticsType,NotificationMessageAttachmentType,NotificationMessageType,NotificationsStatisticsEntryType,NotificationsStatisticsType,NotificationTransportConfigurationType,NotifierTransportConfigType,NotifyChangeResponseType,NotifyChangeType,ObjectActionsExecutedEntryType,ObjectCollectionsUseType,ObjectCollectionUseType,ObjectDeltaListType,ObjectDeltaOperationListType,ObjectDeltaOperationType,ObjectDeltaWavesType,ObjectDeltaWaveType,ObjectListType,ObjectModificationType,ObjectSynchronizationDiscriminatorType,ObjectTreeDeltasType,OperationBusinessContextType,OperationPolicyConfigurationType,OperationProvisioningScriptsType,OperationResultType,OperationsPerformanceInformationType,ParamsType,PasswordLifeTimeType,PerformerCommentsFormattingType,PipelineDataType,PipelineItemType,PolicyItemDefinitionType,PolicyItemsDefinitionType,PolicyItemTargetType,PopulateItemType,PopulateType,ProjectionObjectDeltaType,PropertyReferenceListType,ProportionalExpressionEvaluatorType,ProvisioningScriptType,ProvisioningStatisticsEntryType,ProvisioningStatisticsOperationEntryType,ProvisioningStatisticsType,RangeType,RecipientExpressionResultType,RepositoryOperationPerformanceInformationType,RepositoryPerformanceInformationType,ResourceObjectPatternType,ResourceObjectShadowChangeDescriptionType,ResourceObjectShadowListType,RolesOfTeammateType,SchedulerInformationType,SchemaAttachedPolicyRulesType,SchemaAttachedPolicyRuleType,SchemaFilesType,SchemaFileType,ScriptingExpressionEvaluationOptionsType,ScriptingExpressionType,ScriptingVariableDefinitionType,ScriptingVariablesDefinitionType,ScriptOutputsType,SearchObjectsResponseType,SearchObjectsType,SequentialValueExpressionEvaluatorType,ShadowDiscriminatorExpressionEvaluatorType,SingleCachePerformanceInformationType,SingleComponentPerformanceInformationType,SingleOperationPerformanceInformationType,SingleScriptOutputType,SmsGatewayConfigurationType,StringFilterType,StringLimitType,SynchronizationActionType,SynchronizationSituationDescriptionType,SynchronizeOperationPolicyConfigurationType,TaskExecutionLimitationsType,TaskGroupExecutionLimitationType,testResourceResponseType,TestResourceType,TimedActionTimeSpecificationType,TransformExpressionEvaluatorType,UcfChangeType,UnknownJavaObjectType,UserListType,UserSessionManagementListType,UserSessionManagementType,ValueListType,ValueSetDefinitionType,VariableBindingDefinitionType,WorkItemEscalationLevelType,WorkItemEventCauseInformationType,XmlScriptsType
public abstract class AbstractPlainStructured
extends Object
implements PlainStructured, Serializable, JaxbVisitable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) abstract PlainStructuredclone()booleanbooleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode()inthashCode(StructuredHashCodeStrategy strategy) toString()
-
Constructor Details
-
AbstractPlainStructured
public AbstractPlainStructured() -
AbstractPlainStructured
-
-
Method Details
-
toString
-
equals
-
equals
- Specified by:
equalsin interfacePlainStructured
-
hashCode
public int hashCode() -
hashCode
- Specified by:
hashCodein interfacePlainStructured
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classObject
-