public interface IsReferenceParameterBearing
@wsa:IsReferenceParameter attribute.| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isWSAIsReferenceParameter()
Returns the
@wsa:IsReferenceParameter attribute value. |
org.opensaml.core.xml.schema.XSBooleanValue |
isWSAIsReferenceParameterXSBoolean()
Returns the
@wsa:IsReferenceParameter attribute value. |
void |
setWSAIsReferenceParameter(Boolean newIsReferenceParameter)
Sets the
@wsa:IsReferenceParameter attribute value. |
void |
setWSAIsReferenceParameter(org.opensaml.core.xml.schema.XSBooleanValue newIsReferenceParameter)
Sets the
@wsa:IsReferenceParameter attribute value. |
static final String WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
IsReferenceParameter attribute local name.static final QName WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
wsa:IsReferenceParameter qualified attribute name.Boolean isWSAIsReferenceParameter()
@wsa:IsReferenceParameter attribute value.@wsa:IsReferenceParameter attribute value or null.org.opensaml.core.xml.schema.XSBooleanValue isWSAIsReferenceParameterXSBoolean()
@wsa:IsReferenceParameter attribute value.@wsa:IsReferenceParameter attribute value or null.void setWSAIsReferenceParameter(Boolean newIsReferenceParameter)
@wsa:IsReferenceParameter attribute value.newIsReferenceParameter - The @wsa:IsReferenceParameter attribute valuevoid setWSAIsReferenceParameter(org.opensaml.core.xml.schema.XSBooleanValue newIsReferenceParameter)
@wsa:IsReferenceParameter attribute value.newIsReferenceParameter - The @wsa:IsReferenceParameter attribute valueCopyright © 1999–2014. All rights reserved.