Class JmsSourceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.JmsSourceType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class JmsSourceType extends AsyncUpdateSourceType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
JMS client configurationJava class for JmsSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JmsSourceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateSourceType"> <sequence> <element name="connectionFactory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="password" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType" minOccurs="0"/> <element name="destination" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected String
connectionFactory
protected String
destination
static ItemName
F_CONNECTION_FACTORY
static ItemName
F_DESTINATION
static ItemName
F_PASSWORD
static ItemName
F_USERNAME
protected ProtectedStringType
password
protected String
username
-
Fields 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 Constructor Description JmsSourceType()
Creates a newJmsSourceType
instance.JmsSourceType(JmsSourceType o)
Creates a newJmsSourceType
instance by deeply copying a givenJmsSourceType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ProtectedStringType
beginPassword()
JmsSourceType
className(String value)
JmsSourceType
clone()
Creates and returns a deep copy of this object.JmsSourceType
connectionFactory(String value)
JmsSourceType
description(String value)
JmsSourceType
destination(String value)
JmsSourceType
documentation(String value)
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)
String
getConnectionFactory()
Gets the value of the connectionFactory property.String
getDestination()
Gets the value of the destination property.ProtectedStringType
getPassword()
Gets the value of the password property.String
getUsername()
Gets the value of the username property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
JmsSourceType
name(String value)
JmsSourceType
password(ProtectedStringType value)
void
setConnectionFactory(String value)
Sets the value of the connectionFactory property.void
setDestination(String value)
Sets the value of the destination property.void
setPassword(ProtectedStringType value)
Sets the value of the password property.void
setUsername(String value)
Sets the value of the username property.String
toString()
Generates a String representation of the contents of this type.JmsSourceType
username(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateSourceType
getClassName, getDescription, getDocumentation, getName, setClassName, setDescription, setDocumentation, setName
-
-
-
-
Field Detail
-
connectionFactory
protected String connectionFactory
-
username
protected String username
-
password
protected ProtectedStringType password
-
destination
protected String destination
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CONNECTION_FACTORY
public static final ItemName F_CONNECTION_FACTORY
-
F_USERNAME
public static final ItemName F_USERNAME
-
F_PASSWORD
public static final ItemName F_PASSWORD
-
F_DESTINATION
public static final ItemName F_DESTINATION
-
-
Constructor Detail
-
JmsSourceType
public JmsSourceType()
Creates a newJmsSourceType
instance.
-
JmsSourceType
public JmsSourceType(JmsSourceType o)
Creates a newJmsSourceType
instance by deeply copying a givenJmsSourceType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getConnectionFactory
public String getConnectionFactory()
Gets the value of the connectionFactory property.- Returns:
- possible object is
String
-
setConnectionFactory
public void setConnectionFactory(String value)
Sets the value of the connectionFactory property.- Parameters:
value
- allowed object isString
-
getUsername
public String getUsername()
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
public void setUsername(String value)
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
getPassword
public ProtectedStringType getPassword()
Gets the value of the password property.- Returns:
- possible object is
ProtectedStringType
-
setPassword
public void setPassword(ProtectedStringType value)
Sets the value of the password property.- Parameters:
value
- allowed object isProtectedStringType
-
getDestination
public String getDestination()
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
public void setDestination(String value)
Sets the value of the destination property.- Parameters:
value
- allowed object isString
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classAsyncUpdateSourceType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classAsyncUpdateSourceType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAsyncUpdateSourceType
-
equals
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classAsyncUpdateSourceType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAsyncUpdateSourceType
-
connectionFactory
public JmsSourceType connectionFactory(String value)
-
username
public JmsSourceType username(String value)
-
password
public JmsSourceType password(ProtectedStringType value)
-
beginPassword
public ProtectedStringType beginPassword()
-
destination
public JmsSourceType destination(String value)
-
name
public JmsSourceType name(String value)
- Overrides:
name
in classAsyncUpdateSourceType
-
description
public JmsSourceType description(String value)
- Overrides:
description
in classAsyncUpdateSourceType
-
documentation
public JmsSourceType documentation(String value)
- Overrides:
documentation
in classAsyncUpdateSourceType
-
className
public JmsSourceType className(String value)
- Overrides:
className
in classAsyncUpdateSourceType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAsyncUpdateSourceType
-
clone
public JmsSourceType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAsyncUpdateSourceType
- Returns:
- A deep copy of this object.
-
-