XMLTooling-J 1.3.2-redhat-4

org.opensaml.xml
Interface IdBearing


public interface IdBearing

Interface for element having a @xml:id attribute.


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

Field Detail

XML_ID_ATTR_LOCAL_NAME

static final String XML_ID_ATTR_LOCAL_NAME
The id attribute local name.

See Also:
Constant Field Values

XML_ID_ATTR_NAME

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

Method Detail

getXMLId

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

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

setXMLId

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

Parameters:
newId - The @xml:id attribute value

XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.