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:IsReferenceParameter
attribute value.Returns the@wsa:IsReferenceParameter
attribute value.void
setWSAIsReferenceParameter
(Boolean newIsReferenceParameter) Sets the@wsa:IsReferenceParameter
attribute value.void
setWSAIsReferenceParameter
(XSBooleanValue newIsReferenceParameter) Sets the@wsa:IsReferenceParameter
attribute value.
-
Field Details
-
WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
theIsReferenceParameter
attribute local name.- See Also:
-
WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
thewsa:IsReferenceParameter
qualified attribute name.
-
-
Method Details
-
isWSAIsReferenceParameter
Boolean isWSAIsReferenceParameter()Returns the@wsa:IsReferenceParameter
attribute value.- Returns:
- The
@wsa:IsReferenceParameter
attribute value ornull
.
-
isWSAIsReferenceParameterXSBoolean
XSBooleanValue isWSAIsReferenceParameterXSBoolean()Returns the@wsa:IsReferenceParameter
attribute value.- Returns:
- The
@wsa:IsReferenceParameter
attribute value ornull
.
-
setWSAIsReferenceParameter
Sets the@wsa:IsReferenceParameter
attribute value.- Parameters:
newIsReferenceParameter
- The@wsa:IsReferenceParameter
attribute value
-
setWSAIsReferenceParameter
Sets the@wsa:IsReferenceParameter
attribute value.- Parameters:
newIsReferenceParameter
- The@wsa:IsReferenceParameter
attribute value
-