|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
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 String |
ATTRIBUTE_ID_ATTRIB_NAME
AttributeId attribute name. |
static String |
DATA_TYPE_ATTRIB_NAME
DataType attribute name. |
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element MissingAttributeDetail. |
static QName |
DEFAULT_ELEMENT_NAME
QName of the element MissingAttributeDetail. |
static String |
ISSUER_ATTRIB_NAME
Issuer attribute name. |
static String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type. |
static QName |
SCHEMA_TYPE_NAME
QName of the XSI type. |
Method Summary | |
---|---|
String |
getAttributeId()
Gets the ID of the attribute. |
List<AttributeValueType> |
getAttributeValues()
Gets the missing attribute values. |
String |
getDataType()
Gets the data type of the attribute. |
String |
getIssuer()
Gets the issuer of the attribute. |
void |
setAttributeId(String id)
Sets the ID of the attribute. |
void |
setDataType(String type)
Sets the data type of the attribute. |
void |
setIssuer(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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String SCHEMA_TYPE_LOCAL_NAME
static final QName SCHEMA_TYPE_NAME
static final String ATTRIBUTE_ID_ATTRIB_NAME
static final String DATA_TYPE_ATTRIB_NAME
static final String ISSUER_ATTRIB_NAME
Method Detail |
---|
List<AttributeValueType> getAttributeValues()
String getAttributeId()
void setAttributeId(String id)
id
- ID of the attributeString getDataType()
void setDataType(String type)
type
- data type of the attributeString getIssuer()
void setIssuer(String issuer)
issuer
- issuer of the attribute
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |