|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.core.model.context.AttributeType
public class AttributeType
Java class for AttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}AttributeValue" maxOccurs="unbounded"/>
</sequence>
<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" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
attributeId
|
protected List<AttributeValueType> |
attributeValue
|
protected String |
dataType
|
protected String |
issuer
|
| Constructor Summary | |
|---|---|
AttributeType()
|
|
| Method Summary | |
|---|---|
String |
getAttributeId()
Gets the value of the attributeId property. |
List<AttributeValueType> |
getAttributeValue()
Gets the value of the attributeValue property. |
String |
getDataType()
Gets the value of the dataType property. |
String |
getIssuer()
Gets the value of the issuer 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<AttributeValueType> attributeValue
protected String attributeId
protected String dataType
protected String issuer
| Constructor Detail |
|---|
public AttributeType()
| Method Detail |
|---|
public List<AttributeValueType> getAttributeValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attributeValue property.
For example, to add a new item, do as follows:
getAttributeValue().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeValueType
public String getAttributeId()
Stringpublic void setAttributeId(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic String getIssuer()
Stringpublic void setIssuer(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||