public class AttributeDesignatorType extends ExpressionType
Java class for AttributeDesignatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeDesignatorType"> <complexContent> <extension base="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}ExpressionType"> <attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="MustBePresent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
attributeId |
protected String |
dataType |
protected String |
issuer |
protected Boolean |
mustBePresent |
Constructor and Description |
---|
AttributeDesignatorType() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Gets the value of the attributeId property.
|
String |
getDataType()
Gets the value of the dataType property.
|
String |
getIssuer()
Gets the value of the issuer property.
|
boolean |
isMustBePresent()
Gets the value of the mustBePresent property.
|
void |
setAttributeId(String value)
Sets the value of the attributeId property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setIssuer(String value)
Sets the value of the issuer property.
|
void |
setMustBePresent(Boolean value)
Sets the value of the mustBePresent property.
|
protected String attributeId
protected String dataType
protected String issuer
protected Boolean mustBePresent
public String getAttributeId()
String
public void setAttributeId(String value)
value
- allowed object is
String
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public String getIssuer()
String
public void setIssuer(String value)
value
- allowed object is
String
public boolean isMustBePresent()
Boolean
Copyright © 2023 JBoss by Red Hat. All rights reserved.