Class JmsSourceType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
com.evolveum.midpoint.xml.ns._public.common.common_3.JmsSourceType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
JMS client configuration
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected Stringprotected Stringstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected ProtectedStringTypeprotected StringFields 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()connectionFactory(String value) description(String value) destination(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) password(ProtectedStringType value) voidsetConnectionFactory(String value) voidsetDestination(String value) voidsetPassword(ProtectedStringType value) voidsetUsername(String value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
getClassName, getDescription, getDocumentation, getName, setClassName, setDescription, setDocumentation, setNameMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
connectionFactory
-
username
-
password
-
destination
-
COMPLEX_TYPE
-
F_CONNECTION_FACTORY
-
F_USERNAME
-
F_PASSWORD
-
F_DESTINATION
-
-
Constructor Details
-
JmsSourceType
public JmsSourceType() -
JmsSourceType
-
-
Method Details
-
getConnectionFactory
-
setConnectionFactory
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getDestination
-
setDestination
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAsyncUpdateSourceType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAsyncUpdateSourceType
-
connectionFactory
-
username
-
password
-
destination
-
name
- Overrides:
namein classAsyncUpdateSourceType
-
description
- Overrides:
descriptionin classAsyncUpdateSourceType
-
documentation
- Overrides:
documentationin classAsyncUpdateSourceType
-
className
- Overrides:
classNamein classAsyncUpdateSourceType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAsyncUpdateSourceType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAsyncUpdateSourceType
-