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
,AssociationInboundMappingTargetDefinitionType
,AsyncProvisioningTargetsType
,AsyncProvisioningTargetType
,AsyncUpdateListeningActivityInformationType
,AsyncUpdateMessageType
,AsyncUpdateSourcesType
,AsyncUpdateSourceType
,AuditEventRecordItemType
,AuditEventRecordListType
,AuditEventRecordReferenceValueType
,AuthenticationAttemptDataType
,BucketManagementOperationStatisticsType
,BucketProgressOverviewType
,CachesPerformanceInformationType
,CachingMetadataType
,CharacterClassType
,CheckExpressionType
,CommandLineScriptType
,CompareResultType
,DiagnosticInformationType
,DiagramType
,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
,NotificationMessageType
,NotificationsStatisticsEntryType
,NotificationsStatisticsType
,NotificationTransportConfigurationType
,NotifierTransportConfigType
,NotifyChangeResponseType
,NotifyChangeType
,ObjectActionsExecutedEntryType
,ObjectCollectionsUseType
,ObjectCollectionUseType
,ObjectDeltaListType
,ObjectDeltaOperationListType
,ObjectDeltaOperationType
,ObjectDeltaWavesType
,ObjectDeltaWaveType
,ObjectListType
,ObjectModificationType
,ObjectReferenceType
,ObjectSynchronizationDiscriminatorType
,ObjectTreeDeltasType
,OperationBusinessContextType
,OperationProvisioningScriptsType
,OperationResultType
,OperationsPerformanceInformationType
,ParamsType
,PasswordLifeTimeType
,PerformerCommentsFormattingType
,PipelineDataType
,PipelineItemType
,PolicyItemDefinitionType
,PolicyItemsDefinitionType
,PolicyItemTargetType
,PopulateItemType
,PopulateType
,ProjectionObjectDeltaType
,PropertyReferenceListType
,ProportionalExpressionEvaluatorType
,ProvisioningScriptType
,ProvisioningStatisticsEntryType
,ProvisioningStatisticsOperationEntryType
,ProvisioningStatisticsType
,RangeType
,RecipientExpressionResultType
,RepositoryOperationPerformanceInformationType
,RepositoryPerformanceInformationType
,ResourceObjectShadowChangeDescriptionType
,ResourceObjectShadowListType
,RolesOfTeammateType
,SchedulerInformationType
,SchemaAttachedPolicyRulesType
,SchemaAttachedPolicyRuleType
,SchemaContextType
,SchemaFilesType
,SchemaFileType
,SchemaMigrationType
,ScriptingExpressionEvaluationOptionsType
,ScriptingExpressionType
,ScriptingVariableDefinitionType
,ScriptingVariablesDefinitionType
,ScriptOutputsType
,SearchObjectsResponseType
,SearchObjectsType
,SequentialValueExpressionEvaluatorType
,ShadowDiscriminatorExpressionEvaluatorType
,SingleCachePerformanceInformationType
,SingleOperationPerformanceInformationType
,SingleScriptOutputType
,SmsGatewayConfigurationType
,StringFilterType
,StringLimitType
,SynchronizationActionType
,SynchronizationSituationDescriptionType
,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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) abstract PlainStructured
clone()
boolean
boolean
equals
(Object other, StructuredEqualsStrategy strategy) int
hashCode()
int
hashCode
(StructuredHashCodeStrategy strategy) toString()
-
Constructor Details
-
AbstractPlainStructured
public AbstractPlainStructured() -
AbstractPlainStructured
-
-
Method Details
-
toString
-
equals
-
equals
- Specified by:
equals
in interfacePlainStructured
-
hashCode
public int hashCode() -
hashCode
- Specified by:
hashCode
in interfacePlainStructured
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classObject
-