|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.core.model.policy.ExpressionType
org.jboss.security.xacml.core.model.policy.AttributeDesignatorType
public class AttributeDesignatorType
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>
Field Summary | |
---|---|
protected String |
attributeId
|
protected String |
dataType
|
protected String |
issuer
|
protected Boolean |
mustBePresent
|
Constructor Summary | |
---|---|
AttributeDesignatorType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String attributeId
protected String dataType
protected String issuer
protected Boolean mustBePresent
Constructor Detail |
---|
public AttributeDesignatorType()
Method Detail |
---|
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
public void setMustBePresent(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |