public class AttributeAssignmentExpression extends Object implements XACMLRootElement
Java class for AttributeAssignmentExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeAssignmentExpressionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Expression"/> </sequence> <attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
attributeId |
protected String |
category |
protected JAXBElement<?> |
expression |
protected String |
issuer |
XACML3_NAMESPACE
Constructor and Description |
---|
AttributeAssignmentExpression() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Gets the value of the attributeId property.
|
String |
getCategory()
Gets the value of the category property.
|
JAXBElement<?> |
getExpression()
Gets the value of the expression property.
|
String |
getIssuer()
Gets the value of the issuer property.
|
void |
setAttributeId(String value)
Sets the value of the attributeId property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setExpression(JAXBElement<?> value)
Sets the value of the expression property.
|
void |
setIssuer(String value)
Sets the value of the issuer property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected JAXBElement<?> expression
protected String attributeId
protected String category
protected String issuer
public JAXBElement<?> getExpression()
JAXBElement
<
AttributeValue
>
JAXBElement
<
AttributeDesignator
>
JAXBElement
<
Function
>
JAXBElement
<
AttributeSelector
>
JAXBElement
<
Expression
>
JAXBElement
<
Apply
>
JAXBElement
<
VariableReference
>
public void setExpression(JAXBElement<?> value)
value
- allowed object is
JAXBElement
<
AttributeValue
>
JAXBElement
<
AttributeDesignator
>
JAXBElement
<
Function
>
JAXBElement
<
AttributeSelector
>
JAXBElement
<
Expression
>
JAXBElement
<
Apply
>
JAXBElement
<
VariableReference
>
public String getAttributeId()
String
public void setAttributeId(String value)
value
- allowed object is
String
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public String getIssuer()
String
public void setIssuer(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.