org.opensaml.saml1.core
Interface AssertionIDReference

All Superinterfaces:
Evidentiary, SAMLObject, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
AssertionIDReferenceImpl

public interface AssertionIDReference
extends SAMLObject, Evidentiary

This interface defines how the object representing a SAML 1 AssertionIDReference element behaves.


Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Element name, no namespace.
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name
 
Method Summary
 java.lang.String getReference()
          Get the reference
 void setReference(java.lang.String newReference)
          Set the reference.
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

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

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

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

Method Detail

getReference

java.lang.String getReference()
Get the reference


setReference

void setReference(java.lang.String newReference)
Set the reference.

Parameters:
newReference - what to add