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 Stringaddressstatic QNameCOMPLEX_TYPEstatic ItemNameF_ADDRESSstatic ItemNameF_PASSWORDstatic ItemNameF_URLstatic ItemNameF_USERNAMEprotected ProtectedStringTypepasswordprotected Stringurlprotected Stringusername-
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 newArtemisProvisioningTargetTypeinstance.ArtemisProvisioningTargetType(ArtemisProvisioningTargetType o)Creates a newArtemisProvisioningTargetTypeinstance by deeply copying a givenArtemisProvisioningTargetTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ArtemisProvisioningTargetTypeaddress(String value)ProtectedStringTypebeginPassword()ArtemisProvisioningTargetTypeclassName(String value)ArtemisProvisioningTargetTypeclone()Creates and returns a deep copy of this object.ArtemisProvisioningTargetTypedescription(String value)ArtemisProvisioningTargetTypedocumentation(String value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)StringgetAddress()Gets the value of the address property.ProtectedStringTypegetPassword()Gets the value of the password property.StringgetUrl()Gets the value of the url property.StringgetUsername()Gets the value of the username property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ArtemisProvisioningTargetTypename(String value)ArtemisProvisioningTargetTypeorder(Integer value)ArtemisProvisioningTargetTypepassword(ProtectedStringType value)voidsetAddress(String value)Sets the value of the address property.voidsetPassword(ProtectedStringType value)Sets the value of the password property.voidsetUrl(String value)Sets the value of the url property.voidsetUsername(String value)Sets the value of the username property.StringtoString()Generates a String representation of the contents of this type.ArtemisProvisioningTargetTypeurl(String value)ArtemisProvisioningTargetTypeusername(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 newArtemisProvisioningTargetTypeinstance.
-
ArtemisProvisioningTargetType
public ArtemisProvisioningTargetType(ArtemisProvisioningTargetType o)
Creates a newArtemisProvisioningTargetTypeinstance by deeply copying a givenArtemisProvisioningTargetTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
toStringin classAsyncProvisioningTargetType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classAsyncProvisioningTargetType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classAsyncProvisioningTargetType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin 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:
orderin classAsyncProvisioningTargetType
-
name
public ArtemisProvisioningTargetType name(String value)
- Overrides:
namein classAsyncProvisioningTargetType
-
description
public ArtemisProvisioningTargetType description(String value)
- Overrides:
descriptionin classAsyncProvisioningTargetType
-
documentation
public ArtemisProvisioningTargetType documentation(String value)
- Overrides:
documentationin classAsyncProvisioningTargetType
-
className
public ArtemisProvisioningTargetType className(String value)
- Overrides:
classNamein classAsyncProvisioningTargetType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAsyncProvisioningTargetType
-
clone
public ArtemisProvisioningTargetType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAsyncProvisioningTargetType- Returns:
- A deep copy of this object.
-
-