public class AuthorizationType extends Object implements Serializable, Cloneable, 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 |
---|---|
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(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
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 PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface 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 © 2013 evolveum. All rights reserved.