org.opensaml.xml
Interface IdBearing


public interface IdBearing

Interface for element having a @xml:id attribute.


Field Summary
static java.lang.String XML_ID_ATTR_LOCAL_NAME
          The id attribute local name.
static javax.xml.namespace.QName XML_ID_ATTR_NAME
          The xml:id qualified attribute name.
 
Method Summary
 java.lang.String getXMLId()
          Returns the @xml:id attribute value.
 void setXMLId(java.lang.String newId)
          Sets the @xml:id attribute value.
 

Field Detail

XML_ID_ATTR_LOCAL_NAME

static final java.lang.String XML_ID_ATTR_LOCAL_NAME
The id attribute local name.

See Also:
Constant Field Values

XML_ID_ATTR_NAME

static final javax.xml.namespace.QName XML_ID_ATTR_NAME
The xml:id qualified attribute name.

Method Detail

getXMLId

java.lang.String getXMLId()
Returns the @xml:id attribute value.

Returns:
The @xml:id attribute value or null.

setXMLId

void setXMLId(java.lang.String newId)
Sets the @xml:id attribute value.

Parameters:
newId - The @xml:id attribute value


Copyright © 2006-2011 Internet2. All Rights Reserved.