Class ArtemisProvisioningTargetType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncProvisioningTargetType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ArtemisProvisioningTargetType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class ArtemisProvisioningTargetType extends AsyncProvisioningTargetType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
ActiveMQ Artemis target.Java class for ArtemisProvisioningTargetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArtemisProvisioningTargetType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncProvisioningTargetType"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" 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="address" 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 protected String
address
static QName
COMPLEX_TYPE
static ItemName
F_ADDRESS
static ItemName
F_PASSWORD
static ItemName
F_URL
static ItemName
F_USERNAME
protected ProtectedStringType
password
protected String
url
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 ArtemisProvisioningTargetType()
Creates a newArtemisProvisioningTargetType
instance.ArtemisProvisioningTargetType(ArtemisProvisioningTargetType o)
Creates a newArtemisProvisioningTargetType
instance by deeply copying a givenArtemisProvisioningTargetType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ArtemisProvisioningTargetType
address(String value)
ProtectedStringType
beginPassword()
ArtemisProvisioningTargetType
className(String value)
ArtemisProvisioningTargetType
clone()
Creates and returns a deep copy of this object.ArtemisProvisioningTargetType
description(String value)
ArtemisProvisioningTargetType
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
getAddress()
Gets the value of the address property.ProtectedStringType
getPassword()
Gets the value of the password property.String
getUrl()
Gets the value of the url 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)
ArtemisProvisioningTargetType
name(String value)
ArtemisProvisioningTargetType
order(Integer value)
ArtemisProvisioningTargetType
password(ProtectedStringType value)
void
setAddress(String value)
Sets the value of the address property.void
setPassword(ProtectedStringType value)
Sets the value of the password property.void
setUrl(String value)
Sets the value of the url property.void
setUsername(String value)
Sets the value of the username property.String
toString()
Generates a String representation of the contents of this type.ArtemisProvisioningTargetType
url(String value)
ArtemisProvisioningTargetType
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
-
url
protected String url
-
username
protected String username
-
password
protected ProtectedStringType password
-
address
protected String address
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_URL
public static final ItemName F_URL
-
F_USERNAME
public static final ItemName F_USERNAME
-
F_PASSWORD
public static final ItemName F_PASSWORD
-
F_ADDRESS
public static final ItemName F_ADDRESS
-
-
Constructor Detail
-
ArtemisProvisioningTargetType
public ArtemisProvisioningTargetType()
Creates a newArtemisProvisioningTargetType
instance.
-
ArtemisProvisioningTargetType
public ArtemisProvisioningTargetType(ArtemisProvisioningTargetType o)
Creates a newArtemisProvisioningTargetType
instance by deeply copying a givenArtemisProvisioningTargetType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url 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
-
getAddress
public String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address 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
-
url
public ArtemisProvisioningTargetType url(String value)
-
username
public ArtemisProvisioningTargetType username(String value)
-
password
public ArtemisProvisioningTargetType password(ProtectedStringType value)
-
beginPassword
public ProtectedStringType beginPassword()
-
address
public ArtemisProvisioningTargetType address(String value)
-
order
public ArtemisProvisioningTargetType order(Integer value)
- Overrides:
order
in classAsyncProvisioningTargetType
-
name
public ArtemisProvisioningTargetType name(String value)
- Overrides:
name
in classAsyncProvisioningTargetType
-
description
public ArtemisProvisioningTargetType description(String value)
- Overrides:
description
in classAsyncProvisioningTargetType
-
documentation
public ArtemisProvisioningTargetType documentation(String value)
- Overrides:
documentation
in classAsyncProvisioningTargetType
-
className
public ArtemisProvisioningTargetType className(String value)
- Overrides:
className
in classAsyncProvisioningTargetType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAsyncProvisioningTargetType
-
clone
public ArtemisProvisioningTargetType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAsyncProvisioningTargetType
- Returns:
- A deep copy of this object.
-
-