public class AttributeType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeId |
protected List<AttributeValueType> |
attributeValue |
protected String |
dataType |
protected String |
issuer |
| Constructor and Description |
|---|
AttributeType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected List<AttributeValueType> attributeValue
protected String attributeId
protected String dataType
protected String issuer
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()
StringCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.