Package org.opensaml.soap.wsaddressing
Interface IsReferenceParameterBearing
public interface IsReferenceParameterBearing
Interface for element having a
@wsa:IsReferenceParameter attribute.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the@wsa:IsReferenceParameterattribute value.Returns the@wsa:IsReferenceParameterattribute value.voidsetWSAIsReferenceParameter(Boolean newIsReferenceParameter) Sets the@wsa:IsReferenceParameterattribute value.voidsetWSAIsReferenceParameter(XSBooleanValue newIsReferenceParameter) Sets the@wsa:IsReferenceParameterattribute value.
-
Field Details
-
WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
theIsReferenceParameterattribute local name.- See Also:
-
WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
thewsa:IsReferenceParameterqualified attribute name.
-
-
Method Details
-
isWSAIsReferenceParameter
Returns the@wsa:IsReferenceParameterattribute value.- Returns:
- The
@wsa:IsReferenceParameterattribute value ornull.
-
isWSAIsReferenceParameterXSBoolean
Returns the@wsa:IsReferenceParameterattribute value.- Returns:
- The
@wsa:IsReferenceParameterattribute value ornull.
-
setWSAIsReferenceParameter
Sets the@wsa:IsReferenceParameterattribute value.- Parameters:
newIsReferenceParameter- The@wsa:IsReferenceParameterattribute value
-
setWSAIsReferenceParameter
Sets the@wsa:IsReferenceParameterattribute value.- Parameters:
newIsReferenceParameter- The@wsa:IsReferenceParameterattribute value
-