org.opensaml.ws.wsaddressing
Interface IsReferenceParameterBearing


public interface IsReferenceParameterBearing

Interface for element having a @wsa:IsReferenceParameter attribute.


Field Summary
static String WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
          the IsReferenceParameter attribute local name.
static QName WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
          the wsa:IsReferenceParameter qualified attribute name.
 
Method Summary
 Boolean isWSAIsReferenceParameter()
          Returns the @wsa:IsReferenceParameter attribute value.
 org.opensaml.xml.schema.XSBooleanValue isWSAIsReferenceParameterXSBoolean()
          Returns the @wsa:IsReferenceParameter attribute value.
 void setWSAIsReferenceParameter(Boolean newIsReferenceParameter)
          Sets the @wsa:IsReferenceParameter attribute value.
 void setWSAIsReferenceParameter(org.opensaml.xml.schema.XSBooleanValue newIsReferenceParameter)
          Sets the @wsa:IsReferenceParameter attribute value.
 

Field Detail

WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME

static final String WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
the IsReferenceParameter attribute local name.

See Also:
Constant Field Values

WSA_IS_REFERENCE_PARAMETER_ATTR_NAME

static final QName WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
the wsa:IsReferenceParameter qualified attribute name.

Method Detail

isWSAIsReferenceParameter

Boolean isWSAIsReferenceParameter()
Returns the @wsa:IsReferenceParameter attribute value.

Returns:
The @wsa:IsReferenceParameter attribute value or null.

isWSAIsReferenceParameterXSBoolean

org.opensaml.xml.schema.XSBooleanValue isWSAIsReferenceParameterXSBoolean()
Returns the @wsa:IsReferenceParameter attribute value.

Returns:
The @wsa:IsReferenceParameter attribute value or null.

setWSAIsReferenceParameter

void setWSAIsReferenceParameter(Boolean newIsReferenceParameter)
Sets the @wsa:IsReferenceParameter attribute value.

Parameters:
newIsReferenceParameter - The @wsa:IsReferenceParameter attribute value

setWSAIsReferenceParameter

void setWSAIsReferenceParameter(org.opensaml.xml.schema.XSBooleanValue newIsReferenceParameter)
Sets the @wsa:IsReferenceParameter attribute value.

Parameters:
newIsReferenceParameter - The @wsa:IsReferenceParameter attribute value


Copyright © 2006-2013 Internet2. All Rights Reserved.