public class CredentialsCapabilityType extends CapabilityType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CredentialsCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialsCapabilityType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"> <sequence> <element name="password" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}PasswordCapabilityType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PASSWORD |
protected PasswordCapabilityType |
password |
enabled, F_ENABLED
Constructor and Description |
---|
CredentialsCapabilityType()
Creates a new
CredentialsCapabilityType instance. |
CredentialsCapabilityType(CredentialsCapabilityType o)
Creates a new
CredentialsCapabilityType instance by deeply copying a given CredentialsCapabilityType instance. |
Modifier and Type | Method and Description |
---|---|
CredentialsCapabilityType |
clone()
Creates and returns a deep copy of this object.
|
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) |
PasswordCapabilityType |
getPassword()
Gets the value of the password property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setPassword(PasswordCapabilityType value)
Sets the value of the password property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
isEnabled, setEnabled
protected PasswordCapabilityType password
public static final QName COMPLEX_TYPE
public static final QName F_PASSWORD
public CredentialsCapabilityType()
CredentialsCapabilityType
instance.public CredentialsCapabilityType(CredentialsCapabilityType o)
CredentialsCapabilityType
instance by deeply copying a given CredentialsCapabilityType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public PasswordCapabilityType getPassword()
PasswordCapabilityType
public void setPassword(PasswordCapabilityType value)
value
- allowed object is
PasswordCapabilityType
public String toString()
toString
in class CapabilityType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class CapabilityType
public int hashCode()
hashCode
in class CapabilityType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class CapabilityType
public boolean equals(Object object)
equals
in class CapabilityType
public CredentialsCapabilityType clone()
clone
in class CapabilityType
Copyright © 2016 Evolveum. All rights reserved.