Interface IsReferenceParameterBearing


public interface IsReferenceParameterBearing
Interface for element having a @wsa:IsReferenceParameter attribute.
  • Field Details

    • WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME

      static final String WSA_IS_REFERENCE_PARAMETER_ATTR_LOCAL_NAME
      the IsReferenceParameter attribute local name.
      See Also:
    • WSA_IS_REFERENCE_PARAMETER_ATTR_NAME

      static final QName WSA_IS_REFERENCE_PARAMETER_ATTR_NAME
      the wsa:IsReferenceParameter qualified attribute name.
  • Method Details

    • isWSAIsReferenceParameter

      Boolean isWSAIsReferenceParameter()
      Returns the @wsa:IsReferenceParameter attribute value.
      Returns:
      The @wsa:IsReferenceParameter attribute value or null.
    • isWSAIsReferenceParameterXSBoolean

      XSBooleanValue isWSAIsReferenceParameterXSBoolean()
      Returns the @wsa:IsReferenceParameter attribute value.
      Returns:
      The @wsa:IsReferenceParameter attribute value or null.
    • setWSAIsReferenceParameter

      void setWSAIsReferenceParameter(Boolean newIsReferenceParameter)
      Sets the @wsa:IsReferenceParameter attribute value.
      Parameters:
      newIsReferenceParameter - The @wsa:IsReferenceParameter attribute value
    • setWSAIsReferenceParameter

      void setWSAIsReferenceParameter(XSBooleanValue newIsReferenceParameter)
      Sets the @wsa:IsReferenceParameter attribute value.
      Parameters:
      newIsReferenceParameter - The @wsa:IsReferenceParameter attribute value