public class AuthorizationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for AuthorizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/> <element name="decision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AuthorizationDecisionType" minOccurs="0"/> <element name="action" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACTION |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DECISION |
static QName |
F_DESCRIPTION |
static QName |
F_ID |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
AuthorizationType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
AuthorizationType |
clone() |
boolean |
equals(Object object) |
List<String> |
getAction() |
AuthorizationDecisionType |
getDecision() |
String |
getDescription() |
Long |
getId() |
int |
hashCode() |
void |
setDecision(AuthorizationDecisionType value) |
void |
setDescription(String value) |
void |
setId(Long value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_DESCRIPTION
public static final QName F_DECISION
public static final QName F_ACTION
public static final QName F_ID
public static final QName F_COMPLEX___TYPE
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public String getDescription()
public void setDescription(String value)
public AuthorizationDecisionType getDecision()
public void setDecision(AuthorizationDecisionType value)
public Long getId()
public void setId(Long value)
public AuthorizationType clone()
Copyright © 2014 Evolveum. All rights reserved.