Class JmsProvisioningTargetType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncProvisioningTargetType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.JmsProvisioningTargetType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class JmsProvisioningTargetType extends AsyncProvisioningTargetType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
JMS asynchronous provisioning target.Java class for JmsProvisioningTargetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JmsProvisioningTargetType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncProvisioningTargetType"> <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.AsyncProvisioningTargetType
className, description, documentation, F_CLASS_NAME, F_DESCRIPTION, F_DOCUMENTATION, F_NAME, F_ORDER, name, order
-
-
Constructor Summary
Constructors Constructor Description JmsProvisioningTargetType()
Creates a newJmsProvisioningTargetType
instance.JmsProvisioningTargetType(JmsProvisioningTargetType o)
Creates a newJmsProvisioningTargetType
instance by deeply copying a givenJmsProvisioningTargetType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ProtectedStringType
beginPassword()
JmsProvisioningTargetType
className(String value)
JmsProvisioningTargetType
clone()
Creates and returns a deep copy of this object.JmsProvisioningTargetType
connectionFactory(String value)
JmsProvisioningTargetType
description(String value)
JmsProvisioningTargetType
destination(String value)
JmsProvisioningTargetType
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)
JmsProvisioningTargetType
name(String value)
JmsProvisioningTargetType
order(Integer value)
JmsProvisioningTargetType
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.JmsProvisioningTargetType
username(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncProvisioningTargetType
getClassName, getDescription, getDocumentation, getName, getOrder, setClassName, setDescription, setDocumentation, setName, setOrder
-
-
-
-
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
-
JmsProvisioningTargetType
public JmsProvisioningTargetType()
Creates a newJmsProvisioningTargetType
instance.
-
JmsProvisioningTargetType
public JmsProvisioningTargetType(JmsProvisioningTargetType o)
Creates a newJmsProvisioningTargetType
instance by deeply copying a givenJmsProvisioningTargetType
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 classAsyncProvisioningTargetType
-
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 classAsyncProvisioningTargetType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAsyncProvisioningTargetType
-
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 classAsyncProvisioningTargetType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAsyncProvisioningTargetType
-
connectionFactory
public JmsProvisioningTargetType connectionFactory(String value)
-
username
public JmsProvisioningTargetType username(String value)
-
password
public JmsProvisioningTargetType password(ProtectedStringType value)
-
beginPassword
public ProtectedStringType beginPassword()
-
destination
public JmsProvisioningTargetType destination(String value)
-
order
public JmsProvisioningTargetType order(Integer value)
- Overrides:
order
in classAsyncProvisioningTargetType
-
name
public JmsProvisioningTargetType name(String value)
- Overrides:
name
in classAsyncProvisioningTargetType
-
description
public JmsProvisioningTargetType description(String value)
- Overrides:
description
in classAsyncProvisioningTargetType
-
documentation
public JmsProvisioningTargetType documentation(String value)
- Overrides:
documentation
in classAsyncProvisioningTargetType
-
className
public JmsProvisioningTargetType className(String value)
- Overrides:
className
in classAsyncProvisioningTargetType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAsyncProvisioningTargetType
-
clone
public JmsProvisioningTargetType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAsyncProvisioningTargetType
- Returns:
- A deep copy of this object.
-
-