public class RegistrationsPolicyType extends Object implements Serializable, Cloneable, Containerable
Java class for RegistrationsPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistrationsPolicyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="selfRegistration" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SelfRegistrationPolicyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_SELF_REGISTRATION |
Constructor and Description |
---|
RegistrationsPolicyType() |
RegistrationsPolicyType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
RegistrationsPolicyType |
clone() |
boolean |
equals(Object object) |
SelfRegistrationPolicyType |
getSelfRegistration() |
int |
hashCode() |
void |
setSelfRegistration(SelfRegistrationPolicyType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SELF_REGISTRATION
public RegistrationsPolicyType()
public RegistrationsPolicyType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public SelfRegistrationPolicyType getSelfRegistration()
public void setSelfRegistration(SelfRegistrationPolicyType value)
public RegistrationsPolicyType clone()
Copyright © 2017 Evolveum. All rights reserved.