Package org.opensaml.soap.wsaddressing
Interface IsReferenceParameterBearing
-
public interface IsReferenceParameterBearingInterface for element having a@wsa:IsReferenceParameterattribute.
-
-
Field Summary
Fields Modifier and Type Field Description static StringWSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAMEtheIsReferenceParameterattribute local name.static QNameWSA_IS_REFERENCE_PARAMETER_ATTR_NAMEthewsa:IsReferenceParameterqualified attribute name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanisWSAIsReferenceParameter()Returns the@wsa:IsReferenceParameterattribute value.org.opensaml.core.xml.schema.XSBooleanValueisWSAIsReferenceParameterXSBoolean()Returns the@wsa:IsReferenceParameterattribute value.voidsetWSAIsReferenceParameter(Boolean newIsReferenceParameter)Sets the@wsa:IsReferenceParameterattribute value.voidsetWSAIsReferenceParameter(org.opensaml.core.xml.schema.XSBooleanValue newIsReferenceParameter)Sets the@wsa:IsReferenceParameterattribute value.
-
-
-
Field Detail
-
WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
static final String WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
theIsReferenceParameterattribute local name.- See Also:
- Constant Field Values
-
WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
static final QName WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
thewsa:IsReferenceParameterqualified attribute name.
-
-
Method Detail
-
isWSAIsReferenceParameter
Boolean isWSAIsReferenceParameter()
Returns the@wsa:IsReferenceParameterattribute value.- Returns:
- The
@wsa:IsReferenceParameterattribute value ornull.
-
isWSAIsReferenceParameterXSBoolean
org.opensaml.core.xml.schema.XSBooleanValue isWSAIsReferenceParameterXSBoolean()
Returns the@wsa:IsReferenceParameterattribute value.- Returns:
- The
@wsa:IsReferenceParameterattribute value ornull.
-
setWSAIsReferenceParameter
void setWSAIsReferenceParameter(Boolean newIsReferenceParameter)
Sets the@wsa:IsReferenceParameterattribute value.- Parameters:
newIsReferenceParameter- The@wsa:IsReferenceParameterattribute value
-
setWSAIsReferenceParameter
void setWSAIsReferenceParameter(org.opensaml.core.xml.schema.XSBooleanValue newIsReferenceParameter)
Sets the@wsa:IsReferenceParameterattribute value.- Parameters:
newIsReferenceParameter- The@wsa:IsReferenceParameterattribute value
-
-