public class ResourcePasswordDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourcePasswordDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourcePasswordDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fetchStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AttributeFetchStrategyType" minOccurs="0"/> <element name="outbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MappingType" minOccurs="0"/> <element name="inbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MappingType" minOccurs="0"/> <element name="passwordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_FETCH_STRATEGY |
static QName |
F_INBOUND |
static QName |
F_OUTBOUND |
static QName |
F_PASSWORD_POLICY_REF |
static QName |
F_SERIAL_VERSION_UID |
protected AttributeFetchStrategyType |
fetchStrategy |
protected MappingType |
inbound |
protected MappingType |
outbound |
protected ObjectReferenceType |
passwordPolicyRef |
Constructor and Description |
---|
ResourcePasswordDefinitionType()
Creates a new
ResourcePasswordDefinitionType instance. |
ResourcePasswordDefinitionType(ResourcePasswordDefinitionType o)
Creates a new
ResourcePasswordDefinitionType instance by deeply copying a given ResourcePasswordDefinitionType instance. |
Modifier and Type | Method and Description |
---|---|
ResourcePasswordDefinitionType |
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) |
AttributeFetchStrategyType |
getFetchStrategy()
Gets the value of the fetchStrategy property.
|
MappingType |
getInbound()
Gets the value of the inbound property.
|
MappingType |
getOutbound()
Gets the value of the outbound property.
|
ObjectReferenceType |
getPasswordPolicyRef()
Gets the value of the passwordPolicyRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFetchStrategy(AttributeFetchStrategyType value)
Sets the value of the fetchStrategy property.
|
void |
setInbound(MappingType value)
Sets the value of the inbound property.
|
void |
setOutbound(MappingType value)
Sets the value of the outbound property.
|
void |
setPasswordPolicyRef(ObjectReferenceType value)
Sets the value of the passwordPolicyRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected AttributeFetchStrategyType fetchStrategy
protected MappingType outbound
protected MappingType inbound
protected ObjectReferenceType passwordPolicyRef
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_FETCH_STRATEGY
public static final QName F_OUTBOUND
public static final QName F_INBOUND
public static final QName F_PASSWORD_POLICY_REF
public static final QName F_COMPLEX___TYPE
public ResourcePasswordDefinitionType()
ResourcePasswordDefinitionType
instance.public ResourcePasswordDefinitionType(ResourcePasswordDefinitionType o)
ResourcePasswordDefinitionType
instance by deeply copying a given ResourcePasswordDefinitionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public AttributeFetchStrategyType getFetchStrategy()
AttributeFetchStrategyType
public void setFetchStrategy(AttributeFetchStrategyType value)
value
- allowed object is
AttributeFetchStrategyType
public MappingType getOutbound()
MappingType
public void setOutbound(MappingType value)
value
- allowed object is
MappingType
public MappingType getInbound()
MappingType
public void setInbound(MappingType value)
value
- allowed object is
MappingType
public ObjectReferenceType getPasswordPolicyRef()
ObjectReferenceType
public void setPasswordPolicyRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public String toString()
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
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
public ResourcePasswordDefinitionType clone()
Copyright © 2013 evolveum. All rights reserved.