|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MissingAttributeDetailType
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 |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String ATTRIBUTE_ID_ATTRIB_NAME
static final java.lang.String DATA_TYPE_ATTRIB_NAME
static final java.lang.String ISSUER_ATTRIB_NAME
Method Detail |
---|
java.util.List<AttributeValueType> getAttributeValues()
java.lang.String getAttributeId()
void setAttributeId(java.lang.String id)
id
- ID of the attributejava.lang.String getDataType()
void setDataType(java.lang.String type)
type
- data type of the attributejava.lang.String getIssuer()
void setIssuer(java.lang.String issuer)
issuer
- issuer of the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |