Package org.opensaml.soap.wsaddressing
Interface IsReferenceParameterBearing
public interface IsReferenceParameterBearing
Interface for element having a
@wsa:IsReferenceParameter
attribute.-
Field Summary
Fields Modifier and Type Field Description static String
WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
theIsReferenceParameter
attribute local name.static QName
WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
thewsa:IsReferenceParameter
qualified attribute name. -
Method Summary
Modifier and Type Method Description Boolean
isWSAIsReferenceParameter()
Returns the@wsa:IsReferenceParameter
attribute value.XSBooleanValue
isWSAIsReferenceParameterXSBoolean()
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:
- Constant Field Values
-
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
-