org.opensaml.xacml.ctx
Interface MissingAttributeDetailType

All Superinterfaces:
org.opensaml.xml.validation.ValidatingXMLObject, XACMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
MissingAttributeDetailTypeImpl

public interface MissingAttributeDetailType
extends XACMLObject

XACML context MissingAttributeDetail schema type.


Field Summary
static java.lang.String ATTRIBUTE_ID_ATTRIB_NAME
          AttributeId attribute name.
static java.lang.String DATA_TYPE_ATTRIB_NAME
          DataType attribute name.
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Local name of the element MissingAttributeDetail.
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          QName of the element MissingAttributeDetail.
static java.lang.String ISSUER_ATTRIB_NAME
          Issuer attribute name.
static java.lang.String SCHEMA_TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName SCHEMA_TYPE_NAME
          QName of the XSI type.
 
Method Summary
 java.lang.String getAttributeId()
          Gets the ID of the attribute.
 java.util.List<AttributeValueType> getAttributeValues()
          Gets the missing attribute values.
 java.lang.String getDataType()
          Gets the data type of the attribute.
 java.lang.String getIssuer()
          Gets the issuer of the attribute.
 void setAttributeId(java.lang.String id)
          Sets the ID of the attribute.
 void setDataType(java.lang.String type)
          Sets the data type of the attribute.
 void setIssuer(java.lang.String issuer)
          Sets the issuer of the attribute.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element MissingAttributeDetail.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
QName of the element MissingAttributeDetail.


SCHEMA_TYPE_LOCAL_NAME

static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

SCHEMA_TYPE_NAME

static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
QName of the XSI type.


ATTRIBUTE_ID_ATTRIB_NAME

static final java.lang.String ATTRIBUTE_ID_ATTRIB_NAME
AttributeId attribute name.

See Also:
Constant Field Values

DATA_TYPE_ATTRIB_NAME

static final java.lang.String DATA_TYPE_ATTRIB_NAME
DataType attribute name.

See Also:
Constant Field Values

ISSUER_ATTRIB_NAME

static final java.lang.String ISSUER_ATTRIB_NAME
Issuer attribute name.

See Also:
Constant Field Values
Method Detail

getAttributeValues

java.util.List<AttributeValueType> getAttributeValues()
Gets the missing attribute values.

Returns:
missing attribute values

getAttributeId

java.lang.String getAttributeId()
Gets the ID of the attribute.

Returns:
ID of the attribute

setAttributeId

void setAttributeId(java.lang.String id)
Sets the ID of the attribute.

Parameters:
id - ID of the attribute

getDataType

java.lang.String getDataType()
Gets the data type of the attribute.

Returns:
data type of the attribute

setDataType

void setDataType(java.lang.String type)
Sets the data type of the attribute.

Parameters:
type - data type of the attribute

getIssuer

java.lang.String getIssuer()
Gets the issuer of the attribute.

Returns:
issuer of the attribute

setIssuer

void setIssuer(java.lang.String issuer)
Sets the issuer of the attribute.

Parameters:
issuer - issuer of the attribute


Copyright © 2006-2011 Internet2. All Rights Reserved.