org.opensaml.saml2.metadata
Interface RequestedAttribute

All Superinterfaces:
Attribute, org.opensaml.xml.AttributeExtensibleXMLObject, SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
RequestedAttributeImpl

public interface RequestedAttribute
extends Attribute

SAML 2.0 Metadata RequestedAttribute


Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Local name, no namespace
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name
static java.lang.String IS_REQUIRED_ATTRIB_NAME
          "isRequired" attribute's local name
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type
 
Fields inherited from interface org.opensaml.saml2.core.Attribute
BASIC, FRIENDLY_NAME_ATTRIB_NAME, NAME_ATTTRIB_NAME, NAME_FORMAT_ATTRIB_NAME, UNSPECIFIED, URI_REFERENCE
 
Method Summary
 java.lang.Boolean isRequired()
          Checks to see if this requested attribute is also required.
 org.opensaml.xml.schema.XSBooleanValue isRequiredXSBoolean()
          Checks to see if this requested attribute is also required.
 void setIsRequired(java.lang.Boolean newIsRequire)
          Sets if this requested attribute is also required.
 void setIsRequired(org.opensaml.xml.schema.XSBooleanValue newIsRequire)
          Sets if this requested attribute is also required.
 
Methods inherited from interface org.opensaml.saml2.core.Attribute
getAttributeValues, getFriendlyName, getName, getNameFormat, setFriendlyName, setName, setNameFormat
 
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
 
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject
getUnknownAttributes
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name


TYPE_LOCAL_NAME

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

See Also:
Constant Field Values

TYPE_NAME

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


IS_REQUIRED_ATTRIB_NAME

static final java.lang.String IS_REQUIRED_ATTRIB_NAME
"isRequired" attribute's local name

See Also:
Constant Field Values
Method Detail

isRequired

java.lang.Boolean isRequired()
Checks to see if this requested attribute is also required.

Returns:
true if this attribute is required

isRequiredXSBoolean

org.opensaml.xml.schema.XSBooleanValue isRequiredXSBoolean()
Checks to see if this requested attribute is also required.

Returns:
true if this attribute is required

setIsRequired

void setIsRequired(java.lang.Boolean newIsRequire)
Sets if this requested attribute is also required. Boolean values will be marshalled to either "true" or "false".

Parameters:
newIsRequire - true if this attribute is required

setIsRequired

void setIsRequired(org.opensaml.xml.schema.XSBooleanValue newIsRequire)
Sets if this requested attribute is also required.

Parameters:
newIsRequire - true if this attribute is required


Copyright © 2006-2012 Internet2. All Rights Reserved.